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
FieldsModifier and TypeFieldDescriptionprotected booleanFields inherited from class io.jmix.fullcalendarflowui.kit.component.model.option.CalendarOption
dirty, eventBus, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddClassName(String className) voidaddClassNames(String... classNames) booleanvoidvoidremoveClassName(String className) voidsetClassNames(List<String> classNames) voidsetFunctionEnabled(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)
-