Class UiCalendar.SetDisplayedDateCommand

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

public static class UiCalendar.SetDisplayedDateCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • date

      protected long date
  • Constructor Details

    • SetDisplayedDateCommand

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

      public SetDisplayedDateCommand(String componentId, long date)
  • Method Details