public class PanelNode extends AbstractNode
editable, editURI, editURIAjaxCompatible, expandible, getUriType, iconCategory, iconId, last, parent, subnodes, tree
Constructor and Description |
---|
PanelNode() |
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
|
Panel |
getPanel() |
Long |
getPanelId() |
PanelInstance |
getPanelInstance() |
Long |
getSectionId() |
String |
getWorkspaceId() |
protected void |
init() |
boolean |
onEdit()
Called when the node is edited.
|
void |
setInstanceHandler(PanelInstanceHandler instanceHandler) |
void |
setPanelId(Long panelId) |
void |
setSectionId(Long sectionId) |
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 String getWorkspaceId()
public void setWorkspaceId(String workspaceId)
public Long getSectionId()
public void setSectionId(Long sectionId)
public Long getPanelId()
public void setPanelId(Long panelId)
public String getId()
public String getIconId()
TreeNode
getIconId
in interface TreeNode
getIconId
in class AbstractNode
public PanelInstanceHandler getInstanceHandler()
public void setInstanceHandler(PanelInstanceHandler instanceHandler)
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–2016 JBoss by Red Hat. All rights reserved.