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
FieldsModifier and TypeFieldDescriptionprotected List<CalendarBusinessHours>protected booleanprotected StringFields inherited from class io.jmix.fullcalendarflowui.kit.component.model.option.CalendarOption
dirty, eventBus, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetBusinessHours(List<CalendarBusinessHours> businessHours) voidsetBusinessHoursEnabled(boolean businessHoursEnabled) voidsetGroupId(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)
-