public class SectionsNode extends AbstractNode
Constructor and Description |
---|
SectionsNode() |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
protected SectionNode |
getNewSectionNode(Section section) |
SectionsPropertiesHandler |
getSectionsPropertiesHandler() |
Workspace |
getWorkspace() |
String |
getWorkspaceId() |
protected boolean |
hasDynamicChildren() |
boolean |
isEditable()
Determine if this node is selectable
|
boolean |
isExpandible() |
protected List |
listChildren()
Get the children list for this node
|
protected TreeNode |
listChildrenById(String id)
Get a children node by its id.
|
boolean |
onEdit()
Called when the node is edited.
|
void |
setSectionsPropertiesHandler(SectionsPropertiesHandler sectionsPropertiesHandler) |
void |
setWorkspaceId(String workspaceId) |
equals, getAncestor, getAncestorForLevel, getChildren, getDescription, getEditURI, getGetUriType, getI18nProperty, getIconCategory, getIconId, getLevel, getName, getParent, getPath, getSubnodeById, getSubNodeByPath, getSubnodes, getTree, isEditURIAjaxCompatible, isLastChild, isLeaf, 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 SectionsPropertiesHandler getSectionsPropertiesHandler()
public void setSectionsPropertiesHandler(SectionsPropertiesHandler sectionsPropertiesHandler)
public void setWorkspaceId(String workspaceId)
protected List listChildren()
AbstractNode
listChildren
in class AbstractNode
protected TreeNode listChildrenById(String id)
AbstractNode
listChildrenById
in class AbstractNode
protected boolean hasDynamicChildren()
hasDynamicChildren
in class AbstractNode
protected SectionNode getNewSectionNode(Section section)
public boolean isEditable()
TreeNode
isEditable
in interface TreeNode
isEditable
in class AbstractNode
public boolean isExpandible()
isExpandible
in interface TreeNode
isExpandible
in class AbstractNode
public String getId()
public boolean onEdit()
TreeNode
onEdit
in interface TreeNode
onEdit
in class AbstractNode
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.