public class PanelInstancesGroupNode extends AbstractNode
Modifier and Type | Field and Description |
---|---|
static String |
GROUP_PREFFIX |
editable, editURI, editURIAjaxCompatible, expandible, getUriType, iconCategory, iconId, last, parent, subnodes, tree
Constructor and Description |
---|
PanelInstancesGroupNode() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription(Locale l)
Node description
|
String |
getGroupName() |
String |
getIconId()
Icon identifier
|
String |
getId() |
String |
getName(Locale l)
Node name
|
protected PanelInstanceNode |
getNewInstanceNode(PanelInstance instance) |
String |
getProviderId() |
String |
getWorkspaceId() |
boolean |
isEditable()
Determine if this node is selectable
|
protected List |
listChildren()
Get the children list for this node
|
void |
setGroupName(String groupName) |
void |
setProviderId(String providerId) |
void |
setWorkspaceId(String workspaceId) |
equals, getAncestor, getAncestorForLevel, getChildren, getEditURI, getGetUriType, getI18nProperty, getIconCategory, getLevel, getParent, getPath, getSubnodeById, getSubNodeByPath, getSubnodes, getTree, hasDynamicChildren, isEditURIAjaxCompatible, isExpandible, isLastChild, isLeaf, listChildrenById, onCollapse, onEdit, onExpand, onSelect, onUnedit, onUnselect, setEditable, setEditURI, setEditURIAjaxCompatible, setExpandible, setGetUriType, setIconCategory, setIconId, setLast, setParent, setSubnodes, setTree, toString
public static final String GROUP_PREFFIX
public String getIconId()
TreeNode
getIconId
in interface TreeNode
getIconId
in class AbstractNode
public boolean isEditable()
TreeNode
isEditable
in interface TreeNode
isEditable
in class AbstractNode
public String getWorkspaceId()
public void setWorkspaceId(String workspaceId)
public String getGroupName()
public void setGroupName(String groupName)
public String getProviderId()
public void setProviderId(String providerId)
public String getId()
protected List listChildren()
AbstractNode
listChildren
in class AbstractNode
protected PanelInstanceNode getNewInstanceNode(PanelInstance instance)
public String getName(Locale l)
TreeNode
getName
in interface TreeNode
getName
in class AbstractNode
public String getDescription(Locale l)
TreeNode
getDescription
in interface TreeNode
getDescription
in class AbstractNode
Copyright © 2012-2015 JBoss by Red Hat. All Rights Reserved.