public interface HasFormating
| Modifier and Type | Method and Description |
|---|---|
void |
formatValue(de.knightsoftnet.validators.shared.data.ValueWithPos<String> pvalue)
format and set value.
|
boolean |
isAllowedCharacter(char pcharacter)
check a character if it's allowed input value.
|
boolean |
isCharacterToReplace(char pcharacter)
check a character if it's character to replace.
|
boolean |
isFormatingCharacter(char pcharacter)
check a character if it's formating character.
|
void |
reformatValue()
reformat value from widget.
|
char |
replaceCharacter(char pcharacter)
replace a character.
|
void reformatValue()
void formatValue(de.knightsoftnet.validators.shared.data.ValueWithPos<String> pvalue)
pvalue - value to formatboolean isAllowedCharacter(char pcharacter)
pcharacter - character to checkboolean isCharacterToReplace(char pcharacter)
pcharacter - character to checkboolean isFormatingCharacter(char pcharacter)
pcharacter - character to checkchar replaceCharacter(char pcharacter)
pcharacter - to replaceCopyright © 2015–2017. All rights reserved.