Interface AbstractTextComponent.ITextFormatProvider
-
- Enclosing class:
- AbstractTextComponent<T>
public static interface AbstractTextComponent.ITextFormatProviderText components that implement this interface are know to be able to provide a pattern for formatting output and parsing input. This can be used by for instance date picker components which are based on JavaScript and need some knowledge as to how to communicate properly via request parameters.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetTextFormat()Gets the pattern for printing output and parsing input.
-