public interface ITextMask extends java.lang.Iterable<ICharacterMask>
Modifier and Type | Method and Description |
---|---|
ICharacterMask |
getCharacterMask(int index)
Gets a non null character mask for all valid indices.
|
int |
getLength()
Gets the length of the mask.
|
TextMaskMode |
getMode() |
java.lang.String |
getPlaceholder()
Gets the placeholder of the whole text mask.
|
int getLength()
ICharacterMask getCharacterMask(int index)
index
- The index to get the character mask forjava.lang.IndexOutOfBoundsException
- if the index is not between 0 and getLength()-1java.lang.String getPlaceholder()
TextMaskMode getMode()
Siehe auch Jowidgets Nutzerhandbuch