Decision Center API

ilog.rules.teamserver.web.tree
Interface IlrTreeFilter


public interface IlrTreeFilter

A tree filter allows you to filter the nodes in the tree component.

See Also:
IlrTreeDataProvider, IlrTreeController.getTreeFilter()

Method Summary
 boolean accept(IlrTreeNode node)
          Indicates if a node must be filtered out in the tree component.
 

Method Detail

accept

boolean accept(IlrTreeNode node)
Indicates if a node must be filtered out in the tree component.

Parameters:
node - The node.
Returns:
true if the node is part of the tree component, and false otherwise.

Decision Center API

© Copyright IBM Corp. 1987, 2013