Serialized Form
|
Package org.nuiton.web.gwt.table |
serialVersionUID: -5798593159423650347L
listenerList
List<E> listenerList
- Storage for the listeners registered with this model.
serialVersionUID: 6680042567037222321L
dataVector
Vector<E> dataVector
- Storage for the rows in the table (each row is itself
a
Vector).
columnIdentifiers
Vector<E> columnIdentifiers
- Storage for the column identifiers.
model
GWTTableModel model
sortedColumn
int sortedColumn
- The sorted column, -1 means no sorting
sortingOrder
int sortingOrder
- The sorting order, -1 means no sorting
rowsOrder
int[] rowsOrder
column
int column
firstRow
int firstRow
lastRow
int lastRow
type
int type
Copyright © 2010-2012 CodeLutin. All Rights Reserved.