public final class PivotNativeJsonUtils
extends java.lang.Object
PivotTable native json.| Constructor and Description |
|---|
PivotNativeJsonUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getRenderer(java.lang.String json)
Get renderer id from native json.
|
static java.lang.Boolean |
isEditable(java.lang.String json)
Get editable property from native json.
|
@Nullable public static java.lang.Boolean isEditable(java.lang.String json)
json - native json configuration of pivot table@Nullable public static java.lang.String getRenderer(java.lang.String json)
json - native json configuration of pivot table