Class DataTableWithButtons

    • Constructor Detail

      • DataTableWithButtons

        public DataTableWithButtons​(DataTableModel dm)
        Constructs a DataTableWithButtons that is initialized with dm as the data model, a default column model, and a default selection model.
        Parameters:
        dm - the data model for the table
    • Method Detail

      • setSortAttributes

        public void setSortAttributes​(boolean value)
        Sets whether to sort the attributes alphabetically for the dropdown list.
        Parameters:
        value - true if to sort
      • getSortAttributes

        public boolean getSortAttributes()
        Returns whether to sort the attributes alphabetically for the dropdown list.
        Returns:
        true if to sort