public class GroupNode extends DataClass
ListGrid.groupBy(String[])
factoryCreated, factoryProperties, readOnly
Constructor and Description |
---|
GroupNode(com.google.gwt.core.client.JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
Record[] |
getGroupMembers()
Array of Records that belong to this group, or, for multi-field grouping, array of groupNodes of subgroups under this groupNode.
|
java.lang.String |
getGroupTitle()
The computed title for the group, which results from
GroupTitleRenderer.getGroupTitle(Object, GroupNode, ListGridField, String, ListGrid) |
java.lang.Object |
getGroupValue()
The value from which groups are computed for a field, which results from
GroupValueFunction.getGroupValue(Object, ListGridRecord, ListGridField, String, ListGrid) |
applyFactoryProperties, doAddHandler, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsDoubleArray, getAttributeAsFloat, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsJavaScriptObject, getAttributeAsLong, getAttributeAsMap, getAttributeAsObject, getAttributeAsRecord, getAttributeAsString, getAttributeAsStringArray, getAttributes, getHandlerCount, getReadOnly, isFactoryCreated, logConfiguration, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeAsJavaObject, setFactoryCreated, setReadOnly
public java.lang.Object getGroupValue()
GroupValueFunction.getGroupValue(Object, ListGridRecord, ListGridField, String, ListGrid)
public java.lang.String getGroupTitle()
GroupTitleRenderer.getGroupTitle(Object, GroupNode, ListGridField, String, ListGrid)
public Record[] getGroupMembers()