|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.smartgwt.client.core.JsObject
com.smartgwt.client.core.DataClass
com.smartgwt.client.widgets.grid.GroupNode
public class GroupNode
An auto-generated class representing the group nodes in a grouped listgrid.
ListGrid.groupBy(String[])| Field Summary |
|---|
| Fields inherited from class com.smartgwt.client.core.JsObject |
|---|
jsObj |
| Constructor Summary | |
|---|---|
GroupNode(com.google.gwt.core.client.JavaScriptObject 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. |
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) |
| Methods inherited from class com.smartgwt.client.core.JsObject |
|---|
isCreated, setJsObj |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GroupNode(com.google.gwt.core.client.JavaScriptObject jsObj)
| Method Detail |
|---|
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()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||