Jakarta > Tapestry
Jakarta
 

TreeNodeView

A low level Tree component that renders a tree node. This component should be wrapped by TreeDataView.

See also: Tree, TreeView, TreeDataView

Parameters

Name Type Direction Required Default Description
showNodeImages boolean in no true If node images are shown.
makeNodeDirect boolean in no true If true, renders a link around nodes that contain children. This allows expanding and collapsing the node.
nodeRenderFactory INodeRenderFactory in no (SimpleNodeRenderFactory) A factory responsible for creating IRender instances. They will be used to perform the actual render of the tree nodes.

The default factory returns RenderString instances that output the node's toString().

Body: allowed

Informal parameters: allowed

Reserved parameters: treedataview, nodeviewdirect

Examples