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
Modifier and TypeClassDescriptionstatic enum
Buttons in toolbox that is related to brush includes.static class
A component for icon path for each icon in brush toolbox.static class
A 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
Modifier and TypeFieldDescriptionprotected BrushFeature.Icon
protected BrushFeature.Title
protected BrushFeature.BrushType[]
Fields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
getIcon()
getTitle()
getTypes()
void
setIcon
(BrushFeature.Icon icon) void
setTitle
(BrushFeature.Title title) void
setTypes
(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:
getFeatureName
in classToolboxFeature
-