A tree node
This object represents a node in the tree. It wraps the actual object and provides the INode interface to be relied on. In that way, it works similar to an adapter.
This implementation is designed to be as lazy as possible. Especially, it will only create child nodes when necessary.
context
(type: member_descriptor
)
<member 'context' of 'Node' objects>
expanded
(type: member_descriptor
)
<member 'expanded' of 'Node' objects>
filter
(type: member_descriptor
)
<member 'filter' of 'Node' objects>
collapse()
See zope.app.tree.interfaces.INode
expand(recursive=False)
See zope.app.tree.interfaces.INode
getChildNodes()
See zope.app.tree.interfaces.INode
getChildObjects()
See zope.app.tree.interfaces.INode
getFlatDicts(maxdepth=0, row_state=None)
See zope.app.tree.interfaces.INode
getFlatNodes()
See zope.app.tree.interfaces.INode
getId()
See zope.app.tree.interfaces.INode
hasChildren()
See zope.app.tree.interfaces.INode
There are no known subclasses.