Package com.adobe.aemds.guide.utils
Class TableUtils
- java.lang.Object
-
- com.adobe.aemds.guide.utils.TableUtils
-
public class TableUtils extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]
DISALLOWED_PANEL_ELEMENTS_IN_TABLE
static java.lang.String
GUIDE_NODE_CLASS
static java.lang.String
ITEMS
-
Constructor Summary
Constructors Constructor Description TableUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
getColumnsCount(JSONObject table)
Generic utility to find number of columns in a tablestatic boolean
shouldGenerateDoRTable(JSONObject panel)
Generic utility to check whether to convert a repeatable panel in adaptive forms to a table in DoR
-
-
-
Field Detail
-
DISALLOWED_PANEL_ELEMENTS_IN_TABLE
public static final java.lang.String[] DISALLOWED_PANEL_ELEMENTS_IN_TABLE
-
GUIDE_NODE_CLASS
public static final java.lang.String GUIDE_NODE_CLASS
- See Also:
- Constant Field Values
-
ITEMS
public static final java.lang.String ITEMS
- See Also:
- Constant Field Values
-
-
Method Detail
-
getColumnsCount
public static int getColumnsCount(JSONObject table)
Generic utility to find number of columns in a table
-
shouldGenerateDoRTable
public static boolean shouldGenerateDoRTable(JSONObject panel)
Generic utility to check whether to convert a repeatable panel in adaptive forms to a table in DoR
-
-