Package com.smartgwt.client.widgets.grid
Class GroupNode
- All Implemented Interfaces:
HasHandlers
An auto-generated class representing the group nodes in a grouped listgrid.
- See Also:
-
Field Summary
Fields inherited from class com.smartgwt.client.core.RefDataClass
id
Fields inherited from class com.smartgwt.client.core.DataClass
factoryCreated, factoryProperties
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionRecord[]
Deprecated.The name of the field being grouped by this node.The computed title for the group, which results fromGroupTitleRenderer.getGroupTitle(Object, GroupNode, ListGridField, String, ListGrid)
The value from which groups are computed for a field, which results fromGroupValueFunction.getGroupValue(Object, ListGridRecord, ListGridField, String, ListGrid)
static GroupNode
getOrCreateRef
(JavaScriptObject jsObj) Methods inherited from class com.smartgwt.client.widgets.tree.TreeNode
getCanAcceptDrop, getCanDrag, getEnabled, getIcon, getIconPadding, getName, getShowDropIcon, getShowOpenIcon, getShowSelectedIcon, getTitle, setCanAcceptDrop, setCanDrag, setChildren, setEnabled, setIcon, setIconPadding, setID, setIsFolder, setName, setParentID, setShowDropIcon, setShowOpenIcon, setShowSelectedIcon, setTitle
Methods inherited from class com.smartgwt.client.widgets.grid.ListGridRecord
get_baseStyle, get_canEdit, get_canRemove, getBackgroundComponent, getCanExpand, getCanSelect, getCustomStyle, getDetailDS, getEmbeddedComponent, getEmbeddedComponentFields, getEmbeddedComponentPosition, getIncludeInSummary, getIsGridSummary, getIsGroupSummary, getIsSeparator, getLinkText, getShowRollOver, getSingleCellValue, set_baseStyle, set_canEdit, set_canRemove, setBackgroundComponent, setCanExpand, setCanSelect, setCustomStyle, setDetailDS, setEmbeddedComponent, setEmbeddedComponentFields, setEmbeddedComponentPosition, setIncludeInSummary, setIsGridSummary, setIsGroupSummary, setIsSeparator, setLinkText, setShowRollOver, setSingleCellValue
Methods inherited from class com.smartgwt.client.data.Record
convertToRecordArray, copyAttributes, copyAttributesInto, getAttributeAsRecordArray, getAttributeAsRecordList, getPaletteDefaults, isARecord, toMap
Methods inherited from class com.smartgwt.client.core.RefDataClass
getRef, getRef, internalSetID
Methods inherited from class com.smartgwt.client.core.DataClass
applyFactoryProperties, doAddHandler, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsDoubleArray, getAttributeAsElement, getAttributeAsFloat, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsJavaScriptObject, getAttributeAsLong, getAttributeAsMap, getAttributeAsObject, getAttributeAsRecord, getAttributeAsString, getAttributeAsStringArray, getAttributes, getHandlerCount, isFactoryCreated, 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
-
Constructor Details
-
GroupNode
-
GroupNode
-
-
Method Details
-
getOrCreateRef
-
getGroupValue
The value from which groups are computed for a field, which results fromGroupValueFunction.getGroupValue(Object, ListGridRecord, ListGridField, String, ListGrid)
- Returns:
- the group value
-
getGroupName
The name of the field being grouped by this node.- Returns:
- the group value
-
getGroupTitle
The computed title for the group, which results fromGroupTitleRenderer.getGroupTitle(Object, GroupNode, ListGridField, String, ListGrid)
- Returns:
- the group title
-
getGroupMembers
Deprecated.UseListGrid.getGroupMembers()
instead to get the descendants of aGroupNode
.Array of Records that belong to this group, or, for multi-field grouping, array of groupNodes of subgroups under this groupNode.- Returns:
- records
-
ListGrid.getGroupMembers()
instead to get the descendants of aGroupNode
.