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 LayoutImplementationWLayout.getImplementation()protected LayoutImplementationWLayout.getPreferredImplementation()static LayoutImplementationReturns 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 voidWLayout.setDefaultImplementation(LayoutImplementation implementation) Sets the preferred layout implementation globally.voidWLayout.setPreferredImplementation(LayoutImplementation implementation) Set the preferred layout implementation.