Uses of Class
com.rometools.modules.sle.types.Sort
-
Packages that use Sort Package Description com.rometools.modules.sle This is a module that supports the Microsoft Simple List Extensions. -
-
Uses of Sort in com.rometools.modules.sle
Methods in com.rometools.modules.sle that return Sort Modifier and Type Method Description Sort[]SimpleListExtension. getSortFields()The cf:sort element is intended to inform the client that the property to which it refers is one that is “sortable” – that is, that the client should provide a user interface that allows the user to sort on that property.Sort[]SimpleListExtensionImpl. getSortFields()Methods in com.rometools.modules.sle with parameters of type Sort Modifier and Type Method Description EntryValueSleEntry. getSortByElement(Sort element)Returns an EntryValue for the given element name.EntryValueSleEntryImpl. getSortByElement(Sort element)voidSimpleListExtension. setSortFields(Sort[] sortFields)The cf:sort element is intended to inform the client that the property to which it refers is one that is “sortable” – that is, that the client should provide a user interface that allows the user to sort on that property.voidSimpleListExtensionImpl. setSortFields(Sort[] sortFields)static <T extends Extendable>
List<T>SleUtility. sort(List<T> values, Sort sort, boolean ascending)Sorts a list of values based on a given sort field using a selection sort.static <T extends Extendable>
List<T>SleUtility. sortAndGroup(List<T> values, Group[] groups, Sort sort, boolean ascending)Sorts and groups a set of entries.
-