Uses of Enum Class
eu.webtoolkit.jwt.InputMaskFlag
-
Uses of InputMaskFlag in eu.webtoolkit.jwt
Modifier and TypeMethodDescriptionstatic InputMaskFlag
Returns the enum constant of this class with the specified name.static InputMaskFlag[]
InputMaskFlag.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionfinal void
WLineEdit.setInputMask
(String mask, InputMaskFlag flag, InputMaskFlag... flags) Sets the input mask.Modifier and TypeMethodDescriptionvoid
WLineEdit.setInputMask
(String mask, EnumSet<InputMaskFlag> flags) Sets the input mask.