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 SummaryNested classes/interfaces inherited from class io.jmix.fullcalendarflowui.kit.component.model.option.CalendarOptionCalendarOption.OptionChangeEvent
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected booleanFields inherited from class io.jmix.fullcalendarflowui.kit.component.model.option.CalendarOptiondirty, eventBus, name
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.CalendarOptionaddChangeListener, fireChangeEvent, getName, getValueToSerialize, isDirty, markAsDirty, unmarkAsDirty
- 
Field Details- 
classNames
- 
functionEnabledprotected boolean functionEnabled
 
- 
- 
Constructor Details- 
MoreLinkClassNamespublic MoreLinkClassNames()
 
- 
- 
Method Details- 
getClassNames
- 
setClassNames
- 
addClassName
- 
addClassNames
- 
removeClassName
- 
removeAllClassNamespublic void removeAllClassNames()
- 
isFunctionEnabledpublic boolean isFunctionEnabled()
- 
setFunctionEnabledpublic void setFunctionEnabled(boolean functionEnabled) 
 
-