Uiinfrastructure API Docs  
 

ITreeModel Members

ITreeModel overview

Public Instance Methods

iconExpandNode Expand or collapse a node in the tree
iconGetNextUniqueID Accessor for managed series of unique tree ids. All objects in a folder should have sequential tree ids.
iconRemoveFromSelection Removes an object from the selected items if it exists and is selected. The pair of classID,objectID uniquely identify each object. This method has no effect if the object does not exist or is not selected. This method does not throw exceptions but does log errors.
iconResetTree This method initializes tree variables. sub-classes can extend this method.
iconResetUniqueIDs This resets the unique tree ids. This should only be called when resetting the entire tree.
iconSetActionSubTitle Set the action sub-title for the tree popup I.E. select a user
iconSetAllowEmptySubmission Allow users to click finish on trees without selecting anything.
iconSetClassIDsToDisplay This method will set the class IDs to be displayed. This must be run before SetObjectIDsToHide() and SetObjectIDsToSelect().
iconSetHelpTopic Set the help topic for the tree popup
iconSetMultipleSelect 
iconSetObjectIDsToDisplay This method will display only the given objects. Only this method or SetObjectIDsToHide() can be called, not both.
iconSetObjectIDsToHide This method will hide the given objects. Only this method or SetObjectIDsToDisplay() can be called, not both.
iconSetObjectIDsToSelect This method will select the given objects.
iconSetOnClickFunction 
iconSetParentFormName 
iconSetParentFormSpaceID 
iconSetParentFormSubmitFunction 
iconSetSelectMode 
iconSetSelectOptions 
iconSetShowRoot This method sets whether or not to show the root folder.
iconSetSubmitMode 
iconSetTitle Set the title for the tree popup

See Also

ITreeModel Interface | com.plumtree.uiinfrastructure.tree Namespace