Package org.teamapps.dto
Class UiCalendar.IntervalSelectedEvent
java.lang.Object
org.teamapps.dto.UiCalendar.IntervalSelectedEvent
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected Stringprotected longprotected long -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.IntervalSelectedEvent(String componentId, long start, long end, boolean allDay) -
Method Summary
-
Field Details
-
componentId
-
start
protected long start -
end
protected long end -
allDay
protected boolean allDay
-
-
Constructor Details
-
IntervalSelectedEvent
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
IntervalSelectedEvent
-
-
Method Details
-
getUiEventType
- Specified by:
getUiEventTypein interfaceUiEvent
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiEvent
-
getStart
public long getStart() -
getEnd
public long getEnd() -
getAllDay
public boolean getAllDay()
-