Class PivotNativeJsonUtils

java.lang.Object
io.jmix.pivottable.component.impl.PivotNativeJsonUtils

public final class PivotNativeJsonUtils extends Object
Helps to retrieve properties from PivotTable native json.
  • Constructor Details

    • PivotNativeJsonUtils

      public PivotNativeJsonUtils()
  • Method Details

    • isEditable

      @Nullable public static Boolean isEditable(String json)
      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

      @Nullable public static String getRenderer(String json)
      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