Uses of Enum Class
org.teamapps.dto.UiSortDirection
-
Uses of UiSortDirection in org.teamapps.dto
Fields in org.teamapps.dto declared as UiSortDirectionModifier and TypeFieldDescriptionprotected UiSortDirectionUiTable.SetSortingCommand.sortDirectionprotected UiSortDirectionUiTable.sortDirectionprotected UiSortDirectionUiTable.SortingChangedEvent.sortDirectionprotected UiSortDirectionUiTableDataRequest.sortDirectionMethods in org.teamapps.dto that return UiSortDirectionModifier and TypeMethodDescriptionUiTable.getSortDirection()UiTable.SetSortingCommand.getSortDirection()UiTable.SortingChangedEvent.getSortDirection()UiTableDataRequest.getSortDirection()static UiSortDirectionReturns the enum constant of this class with the specified name.static UiSortDirection[]UiSortDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.teamapps.dto with parameters of type UiSortDirectionConstructors in org.teamapps.dto with parameters of type UiSortDirectionModifierConstructorDescriptionSetSortingCommand(String componentId, String sortField, UiSortDirection sortDirection) SortingChangedEvent(String componentId, String sortField, UiSortDirection sortDirection) UiTableDataRequest(int startIndex, int length, String sortField, UiSortDirection sortDirection)