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 SortOrder
SortOrder. 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 SortOrder
UiColumn. getSortOrder()
Methods in io.github.mmm.ui.api.widget.data with parameters of type SortOrder Modifier and Type Method Description void
UiAbstractDataTable. 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 SortOrder
FxTableColumn. getSortOrder()
Methods in io.github.mmm.ui.fx.widget.data with parameters of type SortOrder Modifier and Type Method Description void
FxDataTable. 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 SortOrder
TestTableColumn. getSortOrder()
Methods in io.github.mmm.ui.test.widget.data with parameters of type SortOrder Modifier and Type Method Description void
TestDataList. sort(SortOrder order, UiColumn<R,?>... sortColumns)
-