Class TimestampStringTranslator

All Implemented Interfaces:
ValueTranslator<Timestamp,String>

Timestamp translator.
Applies to both Timestamp and Timestamp.
Author:
harald
  • Constructor Details

    • TimestampStringTranslator

      public TimestampStringTranslator(FxTextComponent component)
  • Method Details

    • toViewFunction

      public Function<Timestamp,String> toViewFunction()
      Description copied from interface: ValueTranslator
      Function to translate a model value to a view value.
      Returns:
      the function
    • toModelFunction

      public Function<String,Timestamp> toModelFunction()
      Description copied from interface: ValueTranslator
      Function to translate a view value to a model value.
      Returns:
      the function