Interface DateEditorValue

All Superinterfaces:
EditorValue<Date>

@Deprecated public interface DateEditorValue extends EditorValue<Date>
Deprecated.
since 5.2.21 - use FormField instead
Editor value on dates.
Assimilation Note: Additional value types understood: a long value representing a date in milliseconds.
Since:
2.3.17
  • Field Details

  • Method Details

    • getForm

      de.espirit.firstspirit.access.store.templatestore.gom.GomDate getForm()
      Deprecated.
      Covariant return of concrete form container.
      Specified by:
      getForm in interface EditorValue<Date>
      Returns:
      The form definition.
      Since:
      4.0.17
    • getAllowEmpty

      boolean getAllowEmpty()
      Deprecated.
      Provides an indicator specialized for dates and may be different from what getForm() provides.
      Returns:
      true, if empty is allowed.
      Since:
      4.0.17