Uses of Enum Class
app.babylon.table.sorting.TableSort.SortOrder
Packages that use TableSort.SortOrder
-
Uses of TableSort.SortOrder in app.babylon.table
Methods in app.babylon.table with parameters of type TableSort.SortOrderModifier and TypeMethodDescriptiondefault TableColumnarTableColumnar.sort(TableSort.SortOrder sortOrder, ColumnName... x) -
Uses of TableSort.SortOrder in app.babylon.table.sorting
Methods in app.babylon.table.sorting that return TableSort.SortOrderModifier and TypeMethodDescriptionstatic TableSort.SortOrderReturns the enum constant of this class with the specified name.static TableSort.SortOrder[]TableSort.SortOrder.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in app.babylon.table.sorting with parameters of type TableSort.SortOrderModifier and TypeMethodDescriptionstatic TableColumnarTableSort.sort(TableColumnar table, TableSort.SortOrder sortOrder, ColumnName... x)