Package org.teamapps.dto
Class UiCalendar.MonthHeaderClickedEvent
java.lang.Object
org.teamapps.dto.UiCalendar.MonthHeaderClickedEvent
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.MonthHeaderClickedEvent(String componentId, int year, int month, long monthStartDate) -
Method Summary
-
Field Details
-
componentId
-
year
protected int year -
month
protected int month -
monthStartDate
protected long monthStartDate
-
-
Constructor Details
-
MonthHeaderClickedEvent
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
MonthHeaderClickedEvent
-
-
Method Details
-
getUiEventType
- Specified by:
getUiEventTypein interfaceUiEvent
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiEvent
-
getYear
public int getYear() -
getMonth
public int getMonth() -
getMonthStartDate
public long getMonthStartDate()
-