public class TableUtils
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
DISALLOWED_PANEL_ELEMENTS_IN_TABLE |
static java.lang.String |
GUIDE_NODE_CLASS |
static java.lang.String |
ITEMS |
Constructor and Description |
---|
TableUtils() |
Modifier and Type | Method and Description |
---|---|
static int |
getColumnsCount(JSONObject table)
Generic utility to find number of columns in a table
|
static boolean |
shouldGenerateDoRTable(JSONObject panel)
Generic utility to check whether to convert a repeatable panel in adaptive forms to a table in DoR
|
public static final java.lang.String[] DISALLOWED_PANEL_ELEMENTS_IN_TABLE
public static final java.lang.String GUIDE_NODE_CLASS
public static final java.lang.String ITEMS
public static int getColumnsCount(JSONObject table)
public static boolean shouldGenerateDoRTable(JSONObject panel)
Copyright © 2010 - 2020 Adobe. All Rights Reserved