Class Aria.Label.Data
java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.Aria.Label.Data
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Aria.Label
Data-related configuration component.
- 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 String
protected Integer
protected String
protected Separator
protected String
protected String
Fields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setAllData
(String allData) void
setMaxCount
(Integer maxCount) void
setPartialData
(String partialData) void
setSeparator
(Separator separator) void
setWithName
(String withName) void
setWithoutName
(String withoutName) withAllData
(String allData) withMaxCount
(Integer maxCount) withPartialData
(String partialData) withSeparator
(Separator separator) withWithName
(String withName) withWithoutName
(String withoutName) Methods inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
addChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepth
-
Field Details
-
maxCount
-
allData
-
partialData
-
withName
-
withoutName
-
separator
-
-
Constructor Details
-
Data
public Data()
-
-
Method Details
-
getMaxCount
-
setMaxCount
-
getAllData
-
setAllData
-
getPartialData
-
setPartialData
-
getWithName
-
setWithName
-
getWithoutName
-
setWithoutName
-
getSeparator
-
withMaxCount
-
withAllData
-
withPartialData
-
withWithName
-
withWithoutName
-