Class AbstractUiDateTimeField.SetFavorPastDatesCommand

java.lang.Object
org.teamapps.dto.AbstractUiDateTimeField.SetFavorPastDatesCommand
All Implemented Interfaces:
UiCommand<Void>
Enclosing class:
AbstractUiDateTimeField

public static class AbstractUiDateTimeField.SetFavorPastDatesCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • favorPastDates

      protected boolean favorPastDates
  • Constructor Details

    • SetFavorPastDatesCommand

      @Deprecated public SetFavorPastDatesCommand()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • SetFavorPastDatesCommand

      public SetFavorPastDatesCommand(String componentId, boolean favorPastDates)
  • Method Details