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

Packages that use SortOrder
com.vaadin.data.util Provides implementations of Property, Item and Container interfaces, and utilities for the data layer. 
com.vaadin.ui.components.grid   
com.vaadin.ui.components.grid.sort   
 

Uses of SortOrder in com.vaadin.data.util
 

Methods in com.vaadin.data.util that return SortOrder
 SortOrder[] PropertyValueGenerator.getSortProperties(SortOrder order)
          Translates sorting of the generated property in a specific direction to a set of property ids and directions in the underlying container.
 

Methods in com.vaadin.data.util with parameters of type SortOrder
 SortOrder[] PropertyValueGenerator.getSortProperties(SortOrder order)
          Translates sorting of the generated property in a specific direction to a set of property ids and directions in the underlying container.
 

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, com.vaadin.shared.ui.grid.SortEventOriginator originator)
          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.