Uses of Enum Class
eu.webtoolkit.jwt.SortOrder
Packages that use SortOrder
-
Uses of SortOrder in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return SortOrderModifier and TypeMethodDescriptionWAbstractItemView.getSortOrder()Returns the current sorting order.WSortFilterProxyModel.getSortOrder()Returns the current sort order.static SortOrderReturns the enum constant of this class with the specified name.static SortOrder[]SortOrder.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.webtoolkit.jwt with parameters of type SortOrderModifier and TypeMethodDescriptionvoidSorts the model according to a particular column.voidvoidvoidvoidvoidSorts the model.voidWAbstractItemView.sortByColumn(int column, SortOrder order) Sorts the data according to a column.voidWStandardItem.sortChildren(int column, SortOrder order) Sorts the children according to a given column and sort order.