Class MoreLinkClassNames
java.lang.Object
io.jmix.fullcalendarflowui.kit.component.model.option.CalendarOption
io.jmix.fullcalendarflowui.kit.component.model.option.MoreLinkClassNames
- 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
Fields inherited from class io.jmix.fullcalendarflowui.kit.component.model.option.CalendarOption
dirty, eventBus, name
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addClassName
(String className) void
addClassNames
(String... classNames) boolean
void
void
removeClassName
(String className) void
setClassNames
(List<String> classNames) void
setFunctionEnabled
(boolean functionEnabled) Methods inherited from class io.jmix.fullcalendarflowui.kit.component.model.option.CalendarOption
addChangeListener, fireChangeEvent, getName, getValueToSerialize, isDirty, markAsDirty, unmarkAsDirty
-
Field Details
-
classNames
-
functionEnabled
protected boolean functionEnabled
-
-
Constructor Details
-
MoreLinkClassNames
public MoreLinkClassNames()
-
-
Method Details
-
getClassNames
-
setClassNames
-
addClassName
-
addClassNames
-
removeClassName
-
removeAllClassNames
public void removeAllClassNames() -
isFunctionEnabled
public boolean isFunctionEnabled() -
setFunctionEnabled
public void setFunctionEnabled(boolean functionEnabled)
-