|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of TableSelectable.Selection.Order in org.omnaest.utils.structure.table.concrete.internal.selection |
|---|
| Methods in org.omnaest.utils.structure.table.concrete.internal.selection with parameters of type TableSelectable.Selection.Order | |
|---|---|
TableSelectable.Selection<E> |
SelectionImpl.orderBy(Table.Column<E> column,
TableSelectable.Selection.Order order)
|
| Uses of TableSelectable.Selection.Order in org.omnaest.utils.structure.table.concrete.internal.selection.data |
|---|
| Fields in org.omnaest.utils.structure.table.concrete.internal.selection.data declared as TableSelectable.Selection.Order | |
|---|---|
protected TableSelectable.Selection.Order |
ColumnOrder.order
|
| Methods in org.omnaest.utils.structure.table.concrete.internal.selection.data that return TableSelectable.Selection.Order | |
|---|---|
protected TableSelectable.Selection.Order |
ColumnOrder.getOrder()
|
| Methods in org.omnaest.utils.structure.table.concrete.internal.selection.data that return types with arguments of type TableSelectable.Selection.Order | |
|---|---|
Map<Table.Column<E>,TableSelectable.Selection.Order> |
SelectionData.getColumnToOrderMap()
|
| Constructors in org.omnaest.utils.structure.table.concrete.internal.selection.data with parameters of type TableSelectable.Selection.Order | |
|---|---|
ColumnOrder(Table.Column<E> column,
TableSelectable.Selection.Order order)
|
|
| Uses of TableSelectable.Selection.Order in org.omnaest.utils.structure.table.subspecification |
|---|
| Methods in org.omnaest.utils.structure.table.subspecification that return TableSelectable.Selection.Order | |
|---|---|
static TableSelectable.Selection.Order |
TableSelectable.Selection.Order.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TableSelectable.Selection.Order[] |
TableSelectable.Selection.Order.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.omnaest.utils.structure.table.subspecification with parameters of type TableSelectable.Selection.Order | |
|---|---|
TableSelectable.Selection<E> |
TableSelectable.Selection.orderBy(Table.Column<E> column,
TableSelectable.Selection.Order order)
Adds a Table.Column and TableSelectable.Selection.Order declaration for a TableSelectable.Selection which results in an ordered Table after
the given Table.Column by the given TableSelectable.Selection.Order. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||