Class UiCalendar.SetViewModeCommand

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

public static class UiCalendar.SetViewModeCommand
extends java.lang.Object
implements UiCommand<java.lang.Void>
  • Field Details

    • componentId

      protected java.lang.String componentId
    • viewMode

      protected UiCalendarViewMode viewMode
  • Constructor Details

    • SetViewModeCommand

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

      public SetViewModeCommand​(java.lang.String componentId, UiCalendarViewMode viewMode)
  • Method Details

    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • getComponentId

      public java.lang.String getComponentId()
      Specified by:
      getComponentId in interface UiCommand<java.lang.Void>
    • getViewMode

      public UiCalendarViewMode getViewMode()