Class DayCellBottomText
java.lang.Object
io.jmix.fullcalendarflowui.kit.component.model.option.CalendarOption
io.jmix.fullcalendarflowui.kit.component.model.option.DayCellBottomText
- 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 booleanprotected booleanFields inherited from class io.jmix.fullcalendarflowui.kit.component.model.option.CalendarOptiondirty, eventBus, name
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanbooleanvoidsetClassNamesGeneratorEnabled(boolean classNamesGeneratorEnabled) voidsetTextGeneratorEnabled(boolean textGeneratorEnabled) Methods inherited from class io.jmix.fullcalendarflowui.kit.component.model.option.CalendarOptionaddChangeListener, fireChangeEvent, getName, getValueToSerialize, isDirty, markAsDirty, unmarkAsDirty
- 
Field Details- 
textGeneratorEnabledprotected boolean textGeneratorEnabled
- 
classNamesGeneratorEnabledprotected boolean classNamesGeneratorEnabled
 
- 
- 
Constructor Details- 
DayCellBottomTextpublic DayCellBottomText()
 
- 
- 
Method Details- 
isTextGeneratorEnabledpublic boolean isTextGeneratorEnabled()
- 
setTextGeneratorEnabledpublic void setTextGeneratorEnabled(boolean textGeneratorEnabled) 
- 
isClassNamesGeneratorEnabledpublic boolean isClassNamesGeneratorEnabled()
- 
setClassNamesGeneratorEnabledpublic void setClassNamesGeneratorEnabled(boolean classNamesGeneratorEnabled) 
 
-