Uses of Class
info.rolandkrueger.roklib.util.tables.filtertable.TableDataRow

Packages that use TableDataRow
info.rolandkrueger.roklib.util.tables.filtertable Model classes for tables which support instant column-based data filtering when typing search terms. 
 

Uses of TableDataRow in info.rolandkrueger.roklib.util.tables.filtertable
 

Fields in info.rolandkrueger.roklib.util.tables.filtertable declared as TableDataRow
private  TableDataRow<T> SortableFilterableTableDataModel.mCurrentRow
           
 

Fields in info.rolandkrueger.roklib.util.tables.filtertable with type parameters of type TableDataRow
private  TernarySearchTreeMap<Collection<TableDataRow<T>>> TableDataColumn.mInfixSearchTree
           
private  TernarySearchTreeMap<Collection<TableDataRow<T>>> TableDataColumn.mPrefixSearchTree
           
private  List<TableDataRow<T>> SortableFilterableTableDataModel.mTableRows
           
private  List<TableDataRow<T>> SortableFilterableTableDataModel.mVisibleRows
           
 

Methods in info.rolandkrueger.roklib.util.tables.filtertable that return TableDataRow
private  TableDataRow<T> SortableFilterableTableDataModel.getCurrentAddRow()
           
 

Methods in info.rolandkrueger.roklib.util.tables.filtertable with parameters of type TableDataRow
protected  void TableDataColumn.addToSearchTree(String key, TableDataRow<T> row)
           
 int SortableFilterableTableDataModel.TComparator.compare(TableDataRow<T> o1, TableDataRow<T> o2)
           
 int SortableFilterableTableDataModel.TComparator.compare(TableDataRow<T> o1, TableDataRow<T> o2)
           
 int SortableFilterableTableDataModel.StringComparator.compare(TableDataRow<T> o1, TableDataRow<T> o2)
           
 int SortableFilterableTableDataModel.StringComparator.compare(TableDataRow<T> o1, TableDataRow<T> o2)
           
 int SortableFilterableTableDataModel.NumberComparator.compare(TableDataRow<T> o1, TableDataRow<T> o2)
           
 int SortableFilterableTableDataModel.NumberComparator.compare(TableDataRow<T> o1, TableDataRow<T> o2)
           
protected  void TableDataColumn.updateSearchTree(String oldKey, String newKey, TableDataRow<T> row)
           
 



Copyright © 2007-2011. All Rights Reserved.