Uses of Enum Class
org.teamapps.data.value.SortDirection
Packages that use SortDirection
-
Uses of SortDirection in org.teamapps.data.value
Methods in org.teamapps.data.value that return SortDirectionModifier and TypeMethodDescriptionstatic SortDirectionSortDirection.fromUiSortDirection(UiSortDirection uiSortDirection) Sorting.getSortDirection()static SortDirectionReturns the enum constant of this class with the specified name.static SortDirection[]SortDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.teamapps.data.value with parameters of type SortDirection -
Uses of SortDirection in org.teamapps.ux.component.table
Methods in org.teamapps.ux.component.table that return SortDirectionModifier and TypeMethodDescriptionSortingChangedEventData.getSortDirection()TableDataRequestEventData.getSortDirection()Methods in org.teamapps.ux.component.table with parameters of type SortDirectionModifier and TypeMethodDescriptionvoidTable.setSorting(String sortField, SortDirection sortDirection) Constructors in org.teamapps.ux.component.table with parameters of type SortDirectionModifierConstructorDescriptionSortingChangedEventData(String sortField, SortDirection sortDirection) TableDataRequestEventData(int startIndex, int length, String sortField, SortDirection sortDirection)