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 SummaryNested 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.ChartObservableObjectChartObservableObject.ObjectChangeEvent
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected BrushFeature.Iconprotected BrushFeature.Titleprotected BrushFeature.BrushType[]Fields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectchildren, dirty, listener
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.ChartObservableObjectaddChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepth
- 
Field Details- 
types
- 
icon
- 
title
 
- 
- 
Constructor Details- 
BrushFeaturepublic BrushFeature()
 
- 
- 
Method Details- 
getTypes
- 
setTypes
- 
getIcon
- 
setIcon
- 
getTitle
- 
setTitle
- 
withTypes
- 
withIcon
- 
withTitle
- 
getFeatureName- Specified by:
- getFeatureNamein class- ToolboxFeature
 
 
-