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
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Integerprotected Stringprotected Separatorprotected Stringprotected StringFields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable String@Nullable Integer@Nullable String@Nullable Separator@Nullable String@Nullable StringvoidsetAllData(String allData) voidsetMaxCount(Integer maxCount) voidsetPartialData(String partialData) voidsetSeparator(Separator separator) voidsetWithName(String withName) voidsetWithoutName(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
-