Decision Center API

Package ilog.rules.teamserver.web.tree

Contains the base classes and interfaces of the JSF tree component.

See:
          Description

Interface Summary
IlrTreeDataProvider A tree data provider represents the tree's model and provides the tree component with the data to render.
IlrTreeFilter A tree filter allows you to filter the nodes in the tree component.
IlrTreeLabelProvider A label provider maps a node of the tree's model to a label, a tooltip, and a CSS class used to render the tree component.
IlrTreeListener A tree listener allows you to listen to events that occur on the tree component.
IlrTreeNode A tree node represents a node in the tree component.
IlrTreeSorter A tree sorter allows you to reorder the nodes provided by the tree's model.
IlrTreeStateProvider A tree state provider is a representation of the current state of the tree component.
IlrTreeVisitor A tree visitor allows you to visit a node and its children in the tree's model.
 

Class Summary
IlrTreeController IlrTreeController mediates between the model of the tree and its component.
 

Package ilog.rules.teamserver.web.tree Description

Contains the base classes and interfaces of the JSF tree component.


Decision Center API

© Copyright IBM Corp. 1987, 2013