Uses of Class
com.vaadin.ui.components.grid.sort.SortOrder

Packages that use SortOrder
com.vaadin.ui.components.grid   
com.vaadin.ui.components.grid.sort   
 

Uses of SortOrder in com.vaadin.ui.components.grid
 

Methods in com.vaadin.ui.components.grid that return types with arguments of type SortOrder
 java.util.List<SortOrder> Grid.getSortOrder()
          Get the current sort order list.
 java.util.List<SortOrder> SortOrderChangeEvent.getSortOrder()
          Gets the sort order list.
 

Method parameters in com.vaadin.ui.components.grid with type arguments of type SortOrder
 void Grid.setSortOrder(java.util.List<SortOrder> order)
          Sets the sort order to use.
 

Constructor parameters in com.vaadin.ui.components.grid with type arguments of type SortOrder
SortOrderChangeEvent(Grid grid, java.util.List<SortOrder> sortOrder)
          Creates a new sort order change event for a grid and a sort order list.
 

Uses of SortOrder in com.vaadin.ui.components.grid.sort
 

Methods in com.vaadin.ui.components.grid.sort that return types with arguments of type SortOrder
 java.util.List<SortOrder> Sort.build()
          Build a sort order list, ready to be passed to Grid
 



Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.