Uses of Class
com.metamatrix.toolbox.ui.widget.table.EnhancedTableColumn

Packages that use EnhancedTableColumn
com.metamatrix.toolbox.ui.widget   
com.metamatrix.toolbox.ui.widget.table   
 

Uses of EnhancedTableColumn in com.metamatrix.toolbox.ui.widget
 

Methods in com.metamatrix.toolbox.ui.widget with parameters of type EnhancedTableColumn
 void TableWidget.setColumnHidden(EnhancedTableColumn column, boolean isHidden)
           
 void TableWidget.setColumnNotSorted(EnhancedTableColumn column)
           
 void TableWidget.setColumnNotSorted(EnhancedTableColumn column, boolean isCurrentColumnSortOrderKept)
           
 void TableWidget.setColumnSortedAscending(EnhancedTableColumn column)
           
 void TableWidget.setColumnSortedAscending(EnhancedTableColumn column, boolean isCurrentColumnSortOrderKept)
           
 void TableWidget.setColumnSortedDescending(EnhancedTableColumn column)
           
 void TableWidget.setColumnSortedDescending(EnhancedTableColumn column, boolean isCurrentColumnSortOrderKept)
           
 void TableWidget.sizeColumnToFitData(EnhancedTableColumn column)
          Changes the size of the specified column to match the size of its longest cell contents (or the header value if its longer than the longest cell contents).
 void TableWidget.sizeColumnToFitData(EnhancedTableColumn column, int count)
          Changes the size of the specified column to match the size of its longest cell contents (or the header value if its longer than the longest cell contents).
protected  int TableWidget.sizeColumnToFitDataInternal(EnhancedTableColumn column, int count)
          Changes the size of the specified column to match the size of its longest cell contents (or the header value if its longer than the longest cell contents).
 

Uses of EnhancedTableColumn in com.metamatrix.toolbox.ui.widget.table
 

Methods in com.metamatrix.toolbox.ui.widget.table that return EnhancedTableColumn
 EnhancedTableColumn TableHeaderButton.getColumn()
           
 EnhancedTableColumn AbstractTableOptionPanel.getColumn(int index)
           
 

Methods in com.metamatrix.toolbox.ui.widget.table with parameters of type EnhancedTableColumn
 void TableHeaderButton.setColumn(EnhancedTableColumn column)
           
 void DefaultTableColumnModel.setColumnNotSorted(EnhancedTableColumn column, boolean isCurrentColumnSortOrderKept)
           
 void EnhancedTableColumnModel.setColumnNotSorted(EnhancedTableColumn column, boolean isCurrentColumnSortOrderKept)
           
 void DefaultTableColumnModel.setColumnSortedAscending(EnhancedTableColumn column, boolean isCurrentColumnSortOrderKept)
           
 void EnhancedTableColumnModel.setColumnSortedAscending(EnhancedTableColumn column, boolean isCurrentColumnSortOrderKept)
           
 void DefaultTableColumnModel.setColumnSortedDescending(EnhancedTableColumn column, boolean isCurrentColumnSortOrderKept)
           
 void EnhancedTableColumnModel.setColumnSortedDescending(EnhancedTableColumn column, boolean isCurrentColumnSortOrderKept)
           
protected  void DefaultTableColumnModel.setColumnSortStatus(EnhancedTableColumn column, boolean isSorted, boolean isSortedAscending, boolean isCurrentColumnSortOrderKept)
           
protected  void DefaultTableColumnModel.setColumnSortStatus(EnhancedTableColumn column, boolean isSorted, boolean isSortedAscending, boolean isCurrentColumnSortOrderKept, boolean fireSortEvent)
          Added fireSortEvent flag so that bulk operations can fire only one Sort Event to listeners
protected  boolean DefaultTableHeader.shouldCurrentColumnSortOrderBeCleared(int count, EnhancedTableColumn column)
           
 



Copyright © 2009. All Rights Reserved.