Uses of Class
org.dashbuilder.dataset.sort.SortOrder
-
Packages that use SortOrder Package Description org.dashbuilder.dataset org.dashbuilder.dataset.impl org.dashbuilder.dataset.sort -
-
Uses of SortOrder in org.dashbuilder.dataset
Methods in org.dashbuilder.dataset with parameters of type SortOrder Modifier and Type Method Description TDataSetLookupBuilder. sort(String columnId, SortOrder order)Will apply the specified sort order over the indicated data set column. -
Uses of SortOrder in org.dashbuilder.dataset.impl
Methods in org.dashbuilder.dataset.impl with parameters of type SortOrder Modifier and Type Method Description TAbstractDataSetLookupBuilder. sort(String columnId, SortOrder order) -
Uses of SortOrder in org.dashbuilder.dataset.sort
Fields in org.dashbuilder.dataset.sort declared as SortOrder Modifier and Type Field Description protected SortOrderColumnSort. orderMethods in org.dashbuilder.dataset.sort that return SortOrder Modifier and Type Method Description static SortOrderSortOrder. getByName(String str)SortOrderColumnSort. getOrder()SortOrderSortOrder. reverse()static SortOrderSortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static SortOrder[]SortOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dashbuilder.dataset.sort with parameters of type SortOrder Modifier and Type Method Description voidColumnSort. setOrder(SortOrder order)Constructors in org.dashbuilder.dataset.sort with parameters of type SortOrder Constructor Description ColumnSort(String columnId, SortOrder order)
-