Uses of Class
io.github.mmm.base.sort.SortOrder
-
Packages that use SortOrder Package Description io.github.mmm.base.sort io.github.mmm.ui.api.widget.data io.github.mmm.ui.fx.widget.data io.github.mmm.ui.test.widget.data -
-
Uses of SortOrder in io.github.mmm.base.sort
Methods in io.github.mmm.base.sort that return SortOrder Modifier and Type Method Description static SortOrderSortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static SortOrder[]SortOrder. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SortOrder in io.github.mmm.ui.api.widget.data
Methods in io.github.mmm.ui.api.widget.data that return SortOrder Modifier and Type Method Description SortOrderUiColumn. getSortOrder()Methods in io.github.mmm.ui.api.widget.data with parameters of type SortOrder Modifier and Type Method Description voidUiAbstractDataTable. sort(SortOrder order, UiColumn<R,?>... columns) -
Uses of SortOrder in io.github.mmm.ui.fx.widget.data
Methods in io.github.mmm.ui.fx.widget.data that return SortOrder Modifier and Type Method Description SortOrderFxTableColumn. getSortOrder()Methods in io.github.mmm.ui.fx.widget.data with parameters of type SortOrder Modifier and Type Method Description voidFxDataTable. sort(SortOrder order, UiColumn<R,?>... sortColumns) -
Uses of SortOrder in io.github.mmm.ui.test.widget.data
Methods in io.github.mmm.ui.test.widget.data that return SortOrder Modifier and Type Method Description SortOrderTestTableColumn. getSortOrder()Methods in io.github.mmm.ui.test.widget.data with parameters of type SortOrder Modifier and Type Method Description voidTestDataList. sort(SortOrder order, UiColumn<R,?>... sortColumns)
-