Class InputMaskOption
java.lang.Object
com.vaadin.componentfactory.addons.inputmask.InputMaskOption
- All Implemented Interfaces:
Serializable
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic InputMaskOptionblocks(InputMaskOption... value) getKey()getValue()booleanisEval()static InputMaskOptionlazy(boolean value) static InputMaskOptionoption(String key, InputMaskOption... value) static InputMaskOptionstatic InputMaskOptionstatic InputMaskOptionoverwrite(boolean value) static InputMaskOptionOption that converts the input to uppercase.
-
Method Details
-
option
-
option
-
option
-
blocks
-
lazy
-
overwrite
-
toUppercase
Option that converts the input to uppercase.- Returns:
-
getKey
-
getValue
-
isEval
public boolean isEval()
-