Package | Description |
---|---|
com.rometools.modules.sle |
This is a module that supports the Microsoft Simple List Extensions.
|
Modifier and Type | Method and Description |
---|---|
Group[] |
SimpleListExtensionImpl.getGroupFields() |
Group[] |
SimpleListExtension.getGroupFields()
The cf:group element is intended to inform the client that the property to which it refers is
one that is “groupable” – that is, that the client should provide a user interface that
allows the user to group or filter on the values of that property.
|
Modifier and Type | Method and Description |
---|---|
EntryValue |
SleEntry.getGroupByElement(Group element)
Returns an EntryValue for the given element name.
|
EntryValue |
SleEntryImpl.getGroupByElement(Group element) |
static <T extends Extendable> |
SleUtility.group(List<T> values,
Group[] groups)
Groups values by the groups from the SLE.
|
void |
SimpleListExtensionImpl.setGroupFields(Group[] groupFields) |
void |
SimpleListExtension.setGroupFields(Group[] groupFields)
The cf:group element is intended to inform the client that the property to which it refers is
one that is “groupable” – that is, that the client should provide a user interface that
allows the user to group or filter on the values of that property.
|
static <T extends Extendable> |
SleUtility.sortAndGroup(List<T> values,
Group[] groups,
Sort sort,
boolean ascending)
Sorts and groups a set of entries.
|
Copyright © 2020. All rights reserved.