Class UiCalendar.ClearCalendarCommand

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

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

    • componentId

      protected String componentId
  • Constructor Details

    • ClearCalendarCommand

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

      public ClearCalendarCommand(String componentId)
  • Method Details