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 SummaryNested classes/interfaces inherited from class io.jmix.fullcalendarflowui.kit.component.model.option.CalendarOptionCalendarOption.OptionChangeEvent
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected List<CalendarBusinessHours>protected booleanprotected StringFields inherited from class io.jmix.fullcalendarflowui.kit.component.model.option.CalendarOptiondirty, eventBus, name
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanvoidsetBusinessHours(List<CalendarBusinessHours> businessHours) voidsetBusinessHoursEnabled(boolean businessHoursEnabled) voidsetGroupId(String groupId) Methods inherited from class io.jmix.fullcalendarflowui.kit.component.model.option.CalendarOptionaddChangeListener, fireChangeEvent, getName, getValueToSerialize, isDirty, markAsDirty, unmarkAsDirty
- 
Field Details- 
groupId
- 
businessHours
- 
businessHoursEnabledprotected boolean businessHoursEnabled
 
- 
- 
Constructor Details- 
EventConstraintpublic EventConstraint()
 
- 
- 
Method Details- 
getGroupId
- 
setGroupId
- 
getBusinessHours
- 
setBusinessHours
- 
isBusinessHoursEnabledpublic boolean isBusinessHoursEnabled()
- 
setBusinessHoursEnabledpublic void setBusinessHoursEnabled(boolean businessHoursEnabled) 
 
-