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
Modifier and TypeFieldDescriptionprotected boolean
protected boolean
Fields inherited from class io.jmix.fullcalendarflowui.kit.component.model.option.CalendarOption
dirty, eventBus, name
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
void
setClassNamesGeneratorEnabled
(boolean classNamesGeneratorEnabled) void
setTextGeneratorEnabled
(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)
-