|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.widgetideas.table.client.TableModel.ColumnSortList
public static class TableModel.ColumnSortList
An ordered list of sorting info where each entry tells us how to sort a single column. The first entry is the primary sort order, the second entry is the first tie-breaker, and so on.
Constructor Summary | |
---|---|
TableModel.ColumnSortList()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
boolean |
equals(TableModel.ColumnSortList csl)
Check if this object is equal to another. |
int |
getPrimaryColumn()
Get the primary (first) TableModel.ColumnSortInfo 's column index. |
TableModel.ColumnSortInfo |
getPrimaryColumnSortInfo()
Get the primary (first) TableModel.ColumnSortInfo . |
int |
hashCode()
|
boolean |
isPrimaryAscending()
Get the primary (first) TableModel.ColumnSortInfo 's sort order. |
java.util.Iterator<TableModel.ColumnSortInfo> |
iterator()
|
int |
size()
Returns the number of TableModel.ColumnSortInfo in the list. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TableModel.ColumnSortList()
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public boolean equals(TableModel.ColumnSortList csl)
csl
- the other object
public int getPrimaryColumn()
TableModel.ColumnSortInfo
's column index.
public TableModel.ColumnSortInfo getPrimaryColumnSortInfo()
TableModel.ColumnSortInfo
.
public int hashCode()
hashCode
in class java.lang.Object
public boolean isPrimaryAscending()
TableModel.ColumnSortInfo
's sort order.
public java.util.Iterator<TableModel.ColumnSortInfo> iterator()
iterator
in interface java.lang.Iterable<TableModel.ColumnSortInfo>
public int size()
TableModel.ColumnSortInfo
in the list.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |