Uses of Class
com.vaadin.v7.client.widget.grid.sort.SortOrder
-
Packages that use SortOrder Package Description com.vaadin.v7.client.widget.grid.sort com.vaadin.v7.client.widgets -
-
Uses of SortOrder in com.vaadin.v7.client.widget.grid.sort
Methods in com.vaadin.v7.client.widget.grid.sort that return SortOrder Modifier and Type Method Description SortOrderSortOrder. getOpposite()Returns a new SortOrder object with the sort direction reversed.Methods in com.vaadin.v7.client.widget.grid.sort that return types with arguments of type SortOrder Modifier and Type Method Description List<SortOrder>Sort. build()Build a sort order list.List<SortOrder>SortEvent. getOrder()Get the sort ordering that is to be applied to the Grid.Constructor parameters in com.vaadin.v7.client.widget.grid.sort with type arguments of type SortOrder Constructor Description SortEvent(Grid<T> grid, List<SortOrder> order, boolean userOriginated)Creates a new Sort Event. -
Uses of SortOrder in com.vaadin.v7.client.widgets
Methods in com.vaadin.v7.client.widgets that return types with arguments of type SortOrder Modifier and Type Method Description List<SortOrder>Grid. getSortOrder()Get a copy of the current sort order array.Method parameters in com.vaadin.v7.client.widgets with type arguments of type SortOrder Modifier and Type Method Description voidGrid. setSortOrder(List<SortOrder> order)Sets the sort order to use.
-