Class PageFactory


  • public class PageFactory
    extends Object
    • Method Detail

      • column

        public static Column column​(org.dashbuilder.displayer.DisplayerSettings settings)
      • column

        public static Column column​(Row row)
      • column

        public static Column column​(Row... rows)
      • row

        public static Row row​(Column... columns)
      • column

        public static Column column​(String html)
        Creates a column with a single html component
        Parameters:
        html -
        Returns:
      • row

        public static Row row​(String html)
        Creates a row with a single column and a single html component
        Parameters:
        html -
        Returns:
      • row

        public static Row row​(Component component)
        Creates a row with a single column with the provided component
        Parameters:
        component -
        Returns:
      • row

        public static Row row​(org.dashbuilder.displayer.DisplayerSettings settings)
        Creates a row with a single column with a displayer created with the provided settings
        Parameters:
        settings -
        Returns: