public class MaskFormatterFromConverter<O> extends MaskFormatter
| Modifier | Constructor and Description |
|---|---|
protected |
MaskFormatterFromConverter(Class<O> type,
String pattern,
org.apache.commons.beanutils.Converter converter) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.commons.beanutils.Converter |
getConverter() |
protected Class<O> |
getType() |
static <O> MaskFormatterFromConverter<O> |
newFormatter(Class<O> type,
String pattern,
org.apache.commons.beanutils.Converter converter) |
Object |
stringToValue(String value) |
String |
valueToString(Object value) |
getInvalidCharacters, getMask, getPlaceholder, getPlaceholderCharacter, getValidCharacters, getValueContainsLiteralCharacters, install, setInvalidCharacters, setMask, setPlaceholder, setPlaceholderCharacter, setValidCharacters, setValueContainsLiteralCharactersclone, getAllowsInvalid, getCommitsOnValidEdit, getDocumentFilter, getNavigationFilter, getOverwriteMode, getValueClass, setAllowsInvalid, setCommitsOnValidEdit, setOverwriteMode, setValueClassgetActions, getFormattedTextField, invalidEdit, setEditValid, uninstallprotected MaskFormatterFromConverter(Class<O> type, String pattern, org.apache.commons.beanutils.Converter converter) throws ParseException
ParseExceptionpublic static <O> MaskFormatterFromConverter<O> newFormatter(Class<O> type, String pattern, org.apache.commons.beanutils.Converter converter) throws ParseException
ParseExceptionpublic String valueToString(Object value)
valueToString in class MaskFormatterpublic Object stringToValue(String value)
stringToValue in class MaskFormatterprotected org.apache.commons.beanutils.Converter getConverter()
Copyright © 2008–2017 Ultreia.io. All rights reserved.