Class UiCalendar.MonthHeaderClickedEvent

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

public static class UiCalendar.MonthHeaderClickedEvent
extends java.lang.Object
implements UiEvent
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected java.lang.String componentId  
    protected int month  
    protected long monthStartDate  
    protected int year  
  • Constructor Summary

    Constructors
    Constructor Description
    MonthHeaderClickedEvent()
    Deprecated.
    Only for Jackson deserialization.
    MonthHeaderClickedEvent​(java.lang.String componentId, int year, int month, long monthStartDate)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getComponentId()  
    int getMonth()  
    long getMonthStartDate()  
    UiEventType getUiEventType()  
    int getYear()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • componentId

      protected java.lang.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​(java.lang.String componentId, int year, int month, long monthStartDate)
  • Method Details

    • getUiEventType

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

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

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

      public int getYear()
    • getMonth

      public int getMonth()
    • getMonthStartDate

      public long getMonthStartDate()