Package io.jmix.chartsflowui.data.item
Class MapDataItem
java.lang.Object
io.jmix.chartsflowui.data.item.MapDataItem
- All Implemented Interfaces:
- DataItem,- Serializable
Data item, which is a set of key-value pairs.
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
properties
- 
id
 
- 
- 
Constructor Details- 
MapDataItempublic MapDataItem()
- 
MapDataItem
 
- 
- 
Method Details- 
getValue
- 
addAdds value with given key.- Parameters:
- key- name of property
- value- property value
- Returns:
- this MapDataItem
 
- 
removeRemoves property from thisMapDataItem- Parameters:
- key- name of property
 
- 
getId
 
-