|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Group | |
---|---|
com.sun.syndication.feed.module.sle | This is a module that supports the Microsoft Simple List Extensions. |
Uses of Group in com.sun.syndication.feed.module.sle |
---|
Methods in com.sun.syndication.feed.module.sle that return Group | |
---|---|
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. |
Methods in com.sun.syndication.feed.module.sle with parameters of type Group | |
---|---|
EntryValue |
SleEntryImpl.getGroupByElement(Group element)
|
EntryValue |
SleEntry.getGroupByElement(Group element)
Returns an EntryValue for the given element name. |
static java.util.List |
SleUtility.group(java.util.List 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 java.util.List |
SleUtility.sortAndGroup(java.util.List values,
Group[] groups,
Sort sort,
boolean ascending)
Sorts and groups a set of entries. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |