Class UiCalendar.MonthHeaderClickedEvent

java.lang.Object
org.teamapps.dto.UiCalendar.MonthHeaderClickedEvent
All Implemented Interfaces:
UiEvent
Enclosing class:
UiCalendar

public static class UiCalendar.MonthHeaderClickedEvent extends Object implements UiEvent
  • Field Details

    • componentId

      protected String componentId
    • year

      protected int year
    • month

      protected int month
    • monthStartDate

      protected long monthStartDate
  • Constructor Details

    • MonthHeaderClickedEvent

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

      public MonthHeaderClickedEvent(String componentId, int year, int month, long monthStartDate)
  • Method Details

    • getUiEventType

      public UiEventType getUiEventType()
      Specified by:
      getUiEventType in interface UiEvent
    • toString

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

      public String getComponentId()
      Specified by:
      getComponentId in interface UiEvent
    • getYear

      public int getYear()
    • getMonth

      public int getMonth()
    • getMonthStartDate

      public long getMonthStartDate()