|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SortOrder | |
|---|---|
| com.vaadin.data.sort | |
| com.vaadin.data.util | Provides implementations of Property, Item and Container interfaces, and utilities for the data layer. |
| com.vaadin.event | |
| com.vaadin.ui | |
| Uses of SortOrder in com.vaadin.data.sort |
|---|
| Methods in com.vaadin.data.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 |
| 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.event |
|---|
| Methods in com.vaadin.event that return types with arguments of type SortOrder | |
|---|---|
java.util.List<SortOrder> |
SortEvent.getSortOrder()
Gets the sort order list. |
| Constructor parameters in com.vaadin.event with type arguments of type SortOrder | |
|---|---|
SortEvent(Component source,
java.util.List<SortOrder> sortOrder,
boolean userOriginated)
Creates a new sort order change event with a sort order list. |
|
| Uses of SortOrder in com.vaadin.ui |
|---|
| Methods in com.vaadin.ui that return types with arguments of type SortOrder | |
|---|---|
java.util.List<SortOrder> |
Grid.getSortOrder()
Get the current sort order list. |
| Method parameters in com.vaadin.ui with type arguments of type SortOrder | |
|---|---|
void |
Grid.setSortOrder(java.util.List<SortOrder> order)
Sets the sort order to use. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||