public class PanelInstanceNode extends AbstractNode
localeManager
Constructor and Description |
---|
PanelInstanceNode() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription(Locale l)
Node description
|
String |
getId() |
PanelInstanceHandler |
getInstanceHandler() |
String |
getName(Locale l)
Node name
|
protected PanelInstanceI18nPropertiesNode |
getNewPanelInstanceI18nPropertiesNode() |
protected PanelInstanceSpecificPropertiesNode |
getNewPanelInstanceSpecificPropertiesNode() |
PanelInstance |
getPanelInstance() |
Long |
getPanelInstanceId() |
String |
getWorkspaceId() |
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, 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 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()
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-2014 JBoss by Red Hat. All Rights Reserved.