Uses of Enum Class
eu.webtoolkit.jwt.LayoutImplementation
Packages that use LayoutImplementation
-
Uses of LayoutImplementation in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return LayoutImplementationModifier and TypeMethodDescriptionprotected LayoutImplementation
WLayout.getImplementation()
protected LayoutImplementation
WLayout.getPreferredImplementation()
static LayoutImplementation
Returns the enum constant of this class with the specified name.static LayoutImplementation[]
LayoutImplementation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.webtoolkit.jwt with parameters of type LayoutImplementationModifier and TypeMethodDescriptionstatic void
WLayout.setDefaultImplementation
(LayoutImplementation implementation) Sets the preferred layout implementation globally.void
WLayout.setPreferredImplementation
(LayoutImplementation implementation) Set the preferred layout implementation.