public interface NaviNodeAccessor
extends org.zkoss.zk.ui.Component
Modifier and Type | Method and Description |
---|---|
void |
addChild(NavigationNode child)
Adds a new child node to the tree.
|
void |
addChildNodes(NavigationNode node)
Adds the already existing model children of the given navigation model node to the associated
view tree node.
|
FolderClass |
getFolderClass() |
NavigationNode |
getModelNaviNode() |
NaviNodeAccessor |
getParentNaviNode() |
org.zkoss.zul.Treechildren |
getTreechildren()
Returns associated Treechildren.
|
boolean |
isPrivate() |
boolean |
isWorkflow() |
void |
remove(NavigationNode node)
Removes the associated child node.
|
void |
render()
Renders the children of this node based on the given model node.
|
addEventListener, addEventListener, addForward, addForward, addForward, addForward, appendChild, applyProperties, clone, detach, getAttribute, getAttribute, getAttributeOrFellow, getAttributes, getAttributes, getAuService, getAutag, getChildren, getClientAttribute, getClientDataAttribute, getDefinition, getDesktop, getEventListeners, getFellow, getFellow, getFellowIfAny, getFellowIfAny, getFellows, getFirstChild, getId, getLastChild, getListenerIterator, getMold, getNextSibling, getPage, getParent, getPreviousSibling, getRoot, getShadowVariable, getShadowVariable, getSpaceOwner, getStubonly, getTemplate, getTemplateNames, getUuid, getWidgetAttribute, getWidgetAttributeNames, getWidgetClass, getWidgetListener, getWidgetListenerNames, getWidgetOverride, getWidgetOverrideNames, hasAttribute, hasAttribute, hasAttributeOrFellow, hasFellow, hasFellow, insertBefore, invalidate, isInvalidated, isListenerAvailable, isVisible, query, queryAll, removeAttribute, removeAttribute, removeChild, removeEventListener, removeForward, removeForward, setAttribute, setAttribute, setAuService, setAutag, setClientAttribute, setClientDataAttribute, setId, setMold, setPage, setPageBefore, setParent, setStubonly, setStubonly, setTemplate, setVisible, setWidgetAttribute, setWidgetClass, setWidgetListener, setWidgetOverride
org.zkoss.zul.Treechildren getTreechildren()
Treechildren
void render()
void addChildNodes(NavigationNode node)
node
- navigation model nodevoid remove(NavigationNode node)
node
- navigation model nodevoid addChild(NavigationNode child)
child
- child nodeboolean isPrivate()
boolean isWorkflow()
FolderClass getFolderClass()
NaviNodeAccessor getParentNaviNode()
NavigationNode getModelNaviNode()
Copyright © 2021 Hyland Software Germany GmbH. All rights reserved.