Class EventConstraint
java.lang.Object
io.jmix.fullcalendarflowui.kit.component.model.option.CalendarOption
io.jmix.fullcalendarflowui.component.model.option.EventConstraint
- 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
Modifier and TypeFieldDescriptionprotected List<CalendarBusinessHours>
protected boolean
protected String
Fields inherited from class io.jmix.fullcalendarflowui.kit.component.model.option.CalendarOption
dirty, eventBus, name
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setBusinessHours
(List<CalendarBusinessHours> businessHours) void
setBusinessHoursEnabled
(boolean businessHoursEnabled) void
setGroupId
(String groupId) Methods inherited from class io.jmix.fullcalendarflowui.kit.component.model.option.CalendarOption
addChangeListener, fireChangeEvent, getName, getValueToSerialize, isDirty, markAsDirty, unmarkAsDirty
-
Field Details
-
groupId
-
businessHours
-
businessHoursEnabled
protected boolean businessHoursEnabled
-
-
Constructor Details
-
EventConstraint
public EventConstraint()
-
-
Method Details
-
getGroupId
-
setGroupId
-
getBusinessHours
-
setBusinessHours
-
isBusinessHoursEnabled
public boolean isBusinessHoursEnabled() -
setBusinessHoursEnabled
public void setBusinessHoursEnabled(boolean businessHoursEnabled)
-