Uses of Class
com.rometools.modules.sle.types.Group
-
Packages that use Group Package Description com.rometools.modules.sle This is a module that supports the Microsoft Simple List Extensions. -
-
Uses of Group in com.rometools.modules.sle
Methods in com.rometools.modules.sle that return Group Modifier and Type Method Description 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.Group[]SimpleListExtensionImpl. getGroupFields()Methods in com.rometools.modules.sle with parameters of type Group Modifier and Type Method Description EntryValueSleEntry. getGroupByElement(Group element)Returns an EntryValue for the given element name.EntryValueSleEntryImpl. getGroupByElement(Group element)static <T extends Extendable>
List<T>SleUtility. group(List<T> values, Group[] groups)Groups values by the groups from the SLE.voidSimpleListExtension. 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.voidSimpleListExtensionImpl. setGroupFields(Group[] groupFields)static <T extends Extendable>
List<T>SleUtility. sortAndGroup(List<T> values, Group[] groups, Sort sort, boolean ascending)Sorts and groups a set of entries.
-