Class CurrentSelection
java.lang.Object
io.jmix.fullcalendarflowui.kit.component.model.option.CalendarOption
io.jmix.fullcalendarflowui.kit.component.model.option.CurrentSelection
- All Implemented Interfaces:
Serializable
INTERNAL.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.jmix.fullcalendarflowui.kit.component.model.option.CalendarOption
CalendarOption.OptionChangeEvent -
Field Summary
FieldsFields inherited from class io.jmix.fullcalendarflowui.kit.component.model.option.CalendarOption
dirty, eventBus, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()isAllDay()voidvoidsetEndDateTime(String endDateTime) voidsetStartDateTime(String startDateTime) Methods inherited from class io.jmix.fullcalendarflowui.kit.component.model.option.CalendarOption
addChangeListener, fireChangeEvent, getName, getValueToSerialize, isDirty, markAsDirty, unmarkAsDirty
-
Field Details
-
allDay
-
startDateTime
-
endDateTime
-
-
Constructor Details
-
CurrentSelection
public CurrentSelection()
-
-
Method Details
-
isAllDay
-
setAllDay
-
getStartDateTime
-
setStartDateTime
-
getEndDateTime
-
setEndDateTime
-
clear
public void clear()
-