public class FormatToFormatterConverter extends MaskedTextBoxBaseFormatter implements IFormatToFormatterConverter
| Constructor and Description |
|---|
FormatToFormatterConverter() |
| Modifier and Type | Method and Description |
|---|---|
String |
format(Object input) |
DateBox.CruxFormat |
getFormat() |
String |
getMask() |
void |
setFormat(DateBox.CruxFormat format) |
Object |
unformat(String input) |
applyMask, applyMask, getPlaceHolder, removeMaskpublic DateBox.CruxFormat getFormat()
getFormat in interface IFormatToFormatterConverterpublic void setFormat(DateBox.CruxFormat format)
setFormat in interface IFormatToFormatterConverterpublic String format(Object input) throws InvalidFormatException
format in interface FormatterInvalidFormatExceptionpublic Object unformat(String input) throws InvalidFormatException
unformat in interface FormatterInvalidFormatExceptionpublic String getMask()
getMask in interface MaskedFormatterCopyright © 2014. All rights reserved.