Class RestoreFeature
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<RestoreFeature>
io.jmix.chartsflowui.kit.component.model.toolbox.RestoreFeature
- All Implemented Interfaces:
Serializable
A tool feature for restoring a chart options.
More detailed information is provided in the documentation.
- 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.toolbox.AbstractFeature
emphasis, iconStyle, show
Fields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener
-
Constructor Summary
-
Method Summary
Methods inherited from class io.jmix.chartsflowui.kit.component.model.toolbox.AbstractFeature
getEmphasis, getIconStyle, getShow, setEmphasis, setIconStyle, setShow, withEmphasis, withIconStyle, withShow
Methods inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
addChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepth
-
Field Details
-
title
-
icon
-
-
Constructor Details
-
RestoreFeature
public RestoreFeature()
-
-
Method Details
-
getTitle
-
setTitle
-
getIcon
-
setIcon
-
withTitle
-
withIcon
-
getFeatureName
- Specified by:
getFeatureName
in classToolboxFeature
-