Class BrushFeature
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.BrushFeature
- All Implemented Interfaces:
Serializable
A tool feature for brush-selecting. It can also be configured at
Brush.setToolboxes(Brush.Toolbox...).
More detailed information is provided in the documentation.- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumButtons in toolbox that is related to brush includes.static classA component for icon path for each icon in brush toolbox.static classA component for title for each icon in brush toolbox.Nested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
ChartObservableObject.ObjectChangeEvent -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BrushFeature.Iconprotected BrushFeature.Titleprotected BrushFeature.BrushType[]Fields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetIcon()getTitle()getTypes()voidsetIcon(BrushFeature.Icon icon) voidsetTitle(BrushFeature.Title title) voidsetTypes(BrushFeature.BrushType... types) withIcon(BrushFeature.Icon icon) withTitle(BrushFeature.Title title) withTypes(BrushFeature.BrushType... types) Methods inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
addChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepth
-
Field Details
-
types
-
icon
-
title
-
-
Constructor Details
-
BrushFeature
public BrushFeature()
-
-
Method Details
-
getTypes
-
setTypes
-
getIcon
-
setIcon
-
getTitle
-
setTitle
-
withTypes
-
withIcon
-
withTitle
-
getFeatureName
- Specified by:
getFeatureNamein classToolboxFeature
-