|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.client.widget.grid.sort.Sort
public class Sort
Fluid Sort descriptor object.
| Method Summary | |
|---|---|
java.util.List<SortOrder> |
build()
Build a sort order list. |
static Sort |
by(Grid.Column<?,?> column)
Start building a Sort order by sorting a provided column in ascending order. |
static Sort |
by(Grid.Column<?,?> column,
com.vaadin.shared.data.sort.SortDirection direction)
Start building a Sort order by sorting a provided column. |
Sort |
then(Grid.Column<?,?> column)
Continue building a Sort order. |
Sort |
then(Grid.Column<?,?> column,
com.vaadin.shared.data.sort.SortDirection direction)
Continue building a Sort order. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Sort by(Grid.Column<?,?> column)
column - a grid column object reference
public static Sort by(Grid.Column<?,?> column,
com.vaadin.shared.data.sort.SortDirection direction)
column - a grid column object referencedirection - indicator of sort direction - either ascending or descending
public Sort then(Grid.Column<?,?> column)
column - a grid column object reference
public Sort then(Grid.Column<?,?> column,
com.vaadin.shared.data.sort.SortDirection direction)
column - a grid column object referencedirection - indicator of sort direction - either ascending or descending
public java.util.List<SortOrder> build()
com.vaadin.client.ui.grid.Grid#sort(Sort), but can also
be called manually to create a SortOrder list, which can also be provided
directly to Grid.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||