Uses of Class
com.vaadin.shared.data.sort.SortDirection
-
Packages that use SortDirection Package Description com.vaadin.shared.data.sort com.vaadin.shared.ui.grid -
-
Uses of SortDirection in com.vaadin.shared.data.sort
Methods in com.vaadin.shared.data.sort that return SortDirection Modifier and Type Method Description abstract SortDirectionSortDirection. getOpposite()Get the sort direction that is the direct opposite to this one.static SortDirectionSortDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static SortDirection[]SortDirection. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SortDirection in com.vaadin.shared.ui.grid
Fields in com.vaadin.shared.ui.grid declared as SortDirection Modifier and Type Field Description SortDirection[]GridState. sortDirsDirections for each sorted columnMethods in com.vaadin.shared.ui.grid with parameters of type SortDirection Modifier and Type Method Description voidGridServerRpc. sort(String[] columnIds, SortDirection[] directions, boolean userOriginated)
-