Methods in org.zaval.lw.mask with parameters of type MaskElement |
boolean |
BasicMaskValidator.isValidValue(MaskElement e,
java.lang.String value)
|
java.lang.String |
BasicMaskValidator.completeValue(MaskElement e,
java.lang.String newValue)
|
java.lang.Object |
BasicMaskValidator.getValueByElement(MaskElement e)
|
static java.lang.String |
MaskElement.getValueByTag(MaskElement e,
int index,
char tag,
java.lang.String value)
Fetches mask element value from the specified value string for the specified mask
element, the given tag at the specified index. |
boolean |
DateMaskValidator.isValidValue(MaskElement e,
java.lang.String value)
|
java.lang.String |
DateMaskValidator.completeValue(MaskElement e,
java.lang.String value)
|
boolean |
MaskValidator.isValidValue(MaskElement e,
java.lang.String newValue)
Tests if the specified value is valid for the mask element. |
java.lang.String |
MaskValidator.completeValue(MaskElement e,
java.lang.String newValue)
Completes the new value for the specified mask element. |