Plumtree Portal UI  
 

IObjectTreeModel Methods

The methods of the IObjectTreeModel interface are listed below. For a complete list of IObjectTreeModel interface members, see the IObjectTreeModel Members topic.

Public Instance Methods

GetFilterClassID This method returns the class ID to be filtered.
ResetToBrowsingMode This method resets the tree view to display the browsing tree rather than the search tree.
SelectNode This method de/selects the specified tree node
SetAccessLevel This method sets the access level that the user needs to have to view items in the tree (default is SELECT). This must be called before SetQueryFilter().
SetCommunityMode This method sets the community mode for this tree.
SetQueryFilterOverloaded. This method sets a filter on a specific class. This is used for things like distinguishing gadgets from gadget templates (which share the same classID). Hiding objects should be done with the ClassIDsToHide QS argument. This can only be called for filtering on gadget alignments or widths. This will create a Query Filter as follows: [0][0] will be equal to nPropID [1][0] will be equal to PT_FILTEROPS.PT_FILTEROP_IN [2][0] will be equal to nValues Filters will only be applied to objects of type nClassID. This must be called after SetAccessLevel() and SetClassIDsToDisplay().
SetRootFolderID This method sets the root id for object type trees

See Also

IObjectTreeModel Interface | com.plumtree.portaluiinfrastructure.tree Namespace