public class PanelNode extends AbstractNode
Constructor and Description |
---|
PanelNode() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription(Locale l)
Node description
|
String |
getId() |
PanelInstanceHandler |
getInstanceHandler() |
String |
getName(Locale l)
Node name
|
Panel |
getPanel() |
Long |
getPanelId() |
PanelInstance |
getPanelInstance() |
Long |
getSectionId() |
String |
getWorkspaceId() |
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, getIconId, 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
addPeriodicTask, addPeriodicTask, factoryLookup, getComponentAlias, getComponentDescription, getComponentName, getComponentScope, init, setComponentAlias, shutdown, start, stop
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 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-2014 JBoss by Red Hat. All Rights Reserved.