Class PivotNativeJsonUtils
java.lang.Object
io.jmix.pivottable.component.impl.PivotNativeJsonUtils
Helps to retrieve properties from
PivotTable
native json.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getRenderer
(String json) Get renderer id from native json.static Boolean
isEditable
(String json) Get editable property from native json.
-
Constructor Details
-
PivotNativeJsonUtils
public PivotNativeJsonUtils()
-
-
Method Details
-
isEditable
Get editable property from native json.- Parameters:
json
- native json configuration of pivot table- Returns:
- null if there is no such property, otherwise true or false
-
getRenderer
Get renderer id from native json.- Parameters:
json
- native json configuration of pivot table- Returns:
- null if there is no such property, otherwise renderer id
-