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 Summary
Nested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
ChartObservableObject.ObjectChangeEvent
-
Field Summary
Fields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetShow()
void
setEmphasis
(Emphasis emphasis) void
setIconStyle
(ItemStyle iconStyle) void
withEmphasis
(Emphasis emphasis) withIconStyle
(ItemStyle iconStyle) Methods inherited from class io.jmix.chartsflowui.kit.component.model.toolbox.ToolboxFeature
getFeatureName
Methods inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
addChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepth
-
Field Details
-
show
-
iconStyle
-
emphasis
-
-
Constructor Details
-
AbstractFeature
public AbstractFeature()
-
-
Method Details
-
getShow
-
setShow
-
getIconStyle
-
getEmphasis
-
setEmphasis
-
withShow
-
withEmphasis
-