Interface AbstractTextComponent.ITextFormatProvider

All Known Implementing Classes:
DateTextField, LocalDateTextField, LocalDateTimeTextField, LocalTimeTextField
Enclosing class:
AbstractTextComponent<T>

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.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the pattern for printing output and parsing input.