Uses of Class
org.uberfire.ext.widgets.common.client.tables.SortDirection
-
Packages that use SortDirection Package Description org.uberfire.ext.widgets.common.client.tables -
-
Uses of SortDirection in org.uberfire.ext.widgets.common.client.tables
Methods in org.uberfire.ext.widgets.common.client.tables that return SortDirection Modifier and Type Method Description SortDirectionSortableHeader. getSortDirection()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.Methods in org.uberfire.ext.widgets.common.client.tables with parameters of type SortDirection Modifier and Type Method Description voidSortableHeader. setSortDirection(SortDirection sortDirection)
-