Class SplitArea
java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.axis.SplitArea
- All Implemented Interfaces:
Serializable
Split area of axis in
Grid
area, not shown by default.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
ChartObservableObject.ObjectChangeEvent
-
Field Summary
Modifier and TypeFieldDescriptionprotected AreaStyle
protected Integer
protected JsFunction
protected Boolean
Fields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetShow()
void
setAreaStyle
(AreaStyle areaStyle) void
setInterval
(Integer interval) void
setIntervalFunction
(JsFunction intervalFunction) void
setIntervalFunction
(String intervalFunction) void
withAreaStyle
(AreaStyle areaStyle) withInterval
(Integer interval) withIntervalFunction
(JsFunction intervalFunction) withIntervalFunction
(String intervalFunction) Methods inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
addChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepth
-
Field Details
-
interval
-
intervalFunction
-
show
-
areaStyle
-
-
Constructor Details
-
SplitArea
public SplitArea()
-
-
Method Details
-
getInterval
-
setInterval
-
getIntervalFunction
-
setIntervalFunction
-
getShow
-
setShow
-
getAreaStyle
-
withInterval
-
withIntervalFunction
-
withShow
-