Class AbstractFeature<T extends AbstractFeature<T>>
java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.toolbox.ToolboxFeature
io.jmix.chartsflowui.kit.component.model.toolbox.AbstractFeature<T>
- Type Parameters:
- T- origin class type
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DataZoomFeature,- MagicTypeFeature,- RestoreFeature,- SaveAsImageFeature
A base class for toolbox feature.
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectChartObservableObject.ObjectChangeEvent
- 
Field SummaryFieldsFields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectchildren, dirty, listener
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetShow()voidsetEmphasis(Emphasis emphasis) voidsetIconStyle(ItemStyle iconStyle) voidwithEmphasis(Emphasis emphasis) withIconStyle(ItemStyle iconStyle) Methods inherited from class io.jmix.chartsflowui.kit.component.model.toolbox.ToolboxFeaturegetFeatureNameMethods inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectaddChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepth
- 
Field Details- 
show
- 
iconStyle
- 
emphasis
 
- 
- 
Constructor Details- 
AbstractFeaturepublic AbstractFeature()
 
- 
- 
Method Details- 
getShow
- 
setShow
- 
getIconStyle
- 
getEmphasis
- 
setEmphasis
- 
withShow
- 
withEmphasis
 
-