public class GroupNode extends TreeNode
ListGrid.groupBy(String[])
id
factoryCreated, factoryProperties
Constructor and Description |
---|
GroupNode(com.google.gwt.core.client.JavaScriptObject jsObj) |
GroupNode(ListGridRecord record) |
Modifier and Type | Method and Description |
---|---|
Record[] |
getGroupMembers()
Deprecated.
Use
ListGrid.getGroupMembers()
instead to get the descendants of a GroupNode . |
java.lang.String |
getGroupName()
The name of the field being grouped by this node.
|
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) |
static GroupNode |
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
getCanAcceptDrop, getCanDrag, getEnabled, getIcon, getIconPadding, getName, getShowDropIcon, getShowOpenIcon, getShowSelectedIcon, getTitle, setCanAcceptDrop, setCanDrag, setChildren, setEnabled, setIcon, setIconPadding, setID, setIsFolder, setName, setParentID, setShowDropIcon, setShowOpenIcon, setShowSelectedIcon, setTitle
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
convertToRecordArray, copyAttributes, copyAttributesInto, getAttributeAsRecordArray, getAttributeAsRecordList, getPaletteDefaults, isARecord, toMap
getRef, getRef, internalSetID
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
public GroupNode(ListGridRecord record)
public GroupNode(com.google.gwt.core.client.JavaScriptObject jsObj)
public static GroupNode getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public java.lang.Object getGroupValue()
GroupValueFunction.getGroupValue(Object, ListGridRecord, ListGridField, String, ListGrid)
public java.lang.String getGroupName()
public java.lang.String getGroupTitle()
GroupTitleRenderer.getGroupTitle(Object, GroupNode, ListGridField, String, ListGrid)
public Record[] getGroupMembers()
ListGrid.getGroupMembers()
instead to get the descendants of a GroupNode
.