public class PanelInstanceNode extends AbstractNode
editable, editURI, editURIAjaxCompatible, expandible, getUriType, iconCategory, iconId, last, parent, subnodes, tree
Constructor and Description |
---|
PanelInstanceNode() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription(Locale l)
Node description
|
String |
getIconId()
Icon identifier
|
String |
getId() |
PanelInstanceHandler |
getInstanceHandler() |
String |
getName(Locale l)
Node name
|
protected PanelInstanceI18nPropertiesNode |
getNewPanelInstanceI18nPropertiesNode() |
protected PanelInstanceSpecificPropertiesNode |
getNewPanelInstanceSpecificPropertiesNode() |
PanelInstance |
getPanelInstance() |
Long |
getPanelInstanceId() |
String |
getWorkspaceId() |
protected void |
init() |
boolean |
onEdit()
Called when the node is edited.
|
void |
setInstanceHandler(PanelInstanceHandler instanceHandler) |
void |
setPanelInstanceId(Long panelInstanceId) |
void |
setWorkspaceId(String workspaceId) |
equals, getAncestor, getAncestorForLevel, getChildren, getEditURI, getGetUriType, getI18nProperty, getIconCategory, getLevel, getParent, getPath, getSubnodeById, getSubNodeByPath, getSubnodes, getTree, hasDynamicChildren, isEditable, isEditURIAjaxCompatible, isExpandible, isLastChild, isLeaf, listChildren, listChildrenById, onCollapse, onExpand, onSelect, onUnedit, onUnselect, setEditable, setEditURI, setEditURIAjaxCompatible, setExpandible, setGetUriType, setIconCategory, setIconId, setLast, setParent, setSubnodes, setTree, toString
@PostConstruct protected void init()
public PanelInstanceHandler getInstanceHandler()
public void setInstanceHandler(PanelInstanceHandler instanceHandler)
public String getWorkspaceId()
public void setWorkspaceId(String workspaceId)
public Long getPanelInstanceId()
public void setPanelInstanceId(Long panelInstanceId)
public String getId()
public String getIconId()
TreeNode
getIconId
in interface TreeNode
getIconId
in class AbstractNode
protected PanelInstanceSpecificPropertiesNode getNewPanelInstanceSpecificPropertiesNode()
protected PanelInstanceI18nPropertiesNode getNewPanelInstanceI18nPropertiesNode()
public PanelInstance getPanelInstance() throws Exception
Exception
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
public boolean onEdit()
TreeNode
onEdit
in interface TreeNode
onEdit
in class AbstractNode
Copyright © 2012-2015 JBoss by Red Hat. All Rights Reserved.