Uses of Class
org.teamapps.data.value.SortDirection
| Package | Description |
|---|---|
| org.teamapps.data.value | |
| org.teamapps.ux.component.table |
-
Uses of SortDirection in org.teamapps.data.value
Methods in org.teamapps.data.value that return SortDirection Modifier and Type Method Description static SortDirectionSortDirection. fromUiSortDirection(org.teamapps.dto.UiSortDirection uiSortDirection)SortDirectionSorting. getSorting()static SortDirectionSortDirection. valueOf(java.lang.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.Constructors in org.teamapps.data.value with parameters of type SortDirection Constructor Description Sorting(java.lang.String fieldName, SortDirection sorting) -
Uses of SortDirection in org.teamapps.ux.component.table
Methods in org.teamapps.ux.component.table that return SortDirection Modifier and Type Method Description SortDirectionSortingChangedEventData. getSortDirection()SortDirectionTable. getSortDirection()SortDirectionTableDataRequestEventData. getSortDirection()Methods in org.teamapps.ux.component.table with parameters of type SortDirection Modifier and Type Method Description voidTable. setSortDirection(SortDirection sortDirection)voidTable. setSorting(java.lang.String sortField, SortDirection sortDirection)Constructors in org.teamapps.ux.component.table with parameters of type SortDirection Constructor Description SortingChangedEventData(java.lang.String sortField, SortDirection sortDirection)TableDataRequestEventData(int startIndex, int length, java.lang.String sortField, SortDirection sortDirection)