Interface AbstractTextComponent.ITextFormatProvider

  • Enclosing class:
    AbstractTextComponent<T>

    public static interface AbstractTextComponent.ITextFormatProvider
    Text 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.