com.smartgwt.client.widgets.grid
Class GroupNode
java.lang.Object
com.smartgwt.client.core.JsObject
com.smartgwt.client.core.DataClass
com.smartgwt.client.widgets.grid.GroupNode
public class GroupNode
- extends DataClass
An auto-generated class representing the group nodes in a grouped listgrid.
- See Also:
ListGrid.groupBy(String[])
Fields inherited from class com.smartgwt.client.core.JsObject |
jsObj |
Method Summary |
Record[] |
getGroupMembers()
Array of Records that belong to this group, or, for multi-field grouping, array of groupNodes of subgroups under this groupNode. |
String |
getGroupTitle()
The computed title for the group, which results from GroupTitleRenderer.getGroupTitle(Object, GroupNode, ListGridField, String, ListGrid) |
Object |
getGroupValue()
The value from which groups are computed for a field, which results from GroupValueFunction.getGroupValue(Object, ListGridRecord, ListGridField, String, ListGrid) |
Methods inherited from class com.smartgwt.client.core.DataClass |
doAddHandler, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsFloat, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsJavaScriptObject, getAttributeAsMap, getAttributeAsObject, getAttributeAsString, getAttributeAsStringArray, getAttributes, getHandlerCount, getJsObj, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupNode
public GroupNode(JavaScriptObject jsObj)
getGroupValue
public Object getGroupValue()
- The value from which groups are computed for a field, which results from
GroupValueFunction.getGroupValue(Object, ListGridRecord, ListGridField, String, ListGrid)
- Returns:
- the group value
getGroupTitle
public String getGroupTitle()
- The computed title for the group, which results from
GroupTitleRenderer.getGroupTitle(Object, GroupNode, ListGridField, String, ListGrid)
- Returns:
- the group title
getGroupMembers
public Record[] getGroupMembers()
- Array of Records that belong to this group, or, for multi-field grouping, array of groupNodes of subgroups under this groupNode.
- Returns:
- records