Package | Description |
---|---|
com.rometools.modules.sle |
This is a module that supports the Microsoft Simple List Extensions.
|
Modifier and Type | Field and Description |
---|---|
private Sort[] |
SimpleListExtensionImpl.sortFields |
Modifier and Type | Method and 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() |
Modifier and Type | Method and Description |
---|---|
EntryValue |
SleEntryImpl.getSortByElement(Sort element) |
EntryValue |
SleEntry.getSortByElement(Sort element)
Returns an EntryValue for the given element name.
|
void |
SimpleListExtension.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.
|
void |
SimpleListExtensionImpl.setSortFields(Sort[] sortFields) |
static <T extends Extendable> |
SleUtility.sort(java.util.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> |
SleUtility.sortAndGroup(java.util.List<T> values,
Group[] groups,
Sort sort,
boolean ascending)
Sorts and groups a set of entries.
|