Class TableUtils


  • public class TableUtils
    extends java.lang.Object
    • 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
    • Constructor Detail

      • TableUtils

        public TableUtils()
    • 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