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 Summary
Nested classes/interfaces inherited from class io.jmix.fullcalendarflowui.kit.component.model.option.CalendarOption
CalendarOption.OptionChangeEvent -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected booleanFields inherited from class io.jmix.fullcalendarflowui.kit.component.model.option.CalendarOption
dirty, eventBus, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidsetClassNamesGeneratorEnabled(boolean classNamesGeneratorEnabled) voidsetTextGeneratorEnabled(boolean textGeneratorEnabled) Methods inherited from class io.jmix.fullcalendarflowui.kit.component.model.option.CalendarOption
addChangeListener, fireChangeEvent, getName, getValueToSerialize, isDirty, markAsDirty, unmarkAsDirty
-
Field Details
-
textGeneratorEnabled
protected boolean textGeneratorEnabled -
classNamesGeneratorEnabled
protected boolean classNamesGeneratorEnabled
-
-
Constructor Details
-
DayCellBottomText
public DayCellBottomText()
-
-
Method Details
-
isTextGeneratorEnabled
public boolean isTextGeneratorEnabled() -
setTextGeneratorEnabled
public void setTextGeneratorEnabled(boolean textGeneratorEnabled) -
isClassNamesGeneratorEnabled
public boolean isClassNamesGeneratorEnabled() -
setClassNamesGeneratorEnabled
public void setClassNamesGeneratorEnabled(boolean classNamesGeneratorEnabled)
-