Class AbstractContainerTableColumnNameGenerator

    • Constructor Detail

      • AbstractContainerTableColumnNameGenerator

        public AbstractContainerTableColumnNameGenerator()
    • Method Detail

      • getVisibility

        public abstract String getVisibility()
        Returns the name of the column with the visibility checkbox in it.
        Returns:
        the name
      • getVisibilityWidth

        public abstract int getVisibilityWidth()
        Returns the width of the visibility column.
        Returns:
        the width
      • getDatabaseID

        public abstract String getDatabaseID()
        Returns the name of the column with the database ID in it.
        Returns:
        the name
      • getDatabaseIDWidth

        public abstract int getDatabaseIDWidth()
        Returns the width of the database ID column.
        Returns:
        the width
      • getData

        public abstract String getData()
        Returns the name of the column with the actual data in it.
        Returns:
        the name
      • getDataWidth

        public abstract int getDataWidth()
        Returns the width of the data column.
        Returns:
        the width