Plumtree UI Infrastructure API  
 

ATreeModel Methods

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

Public Instance Methods

CleanupAllData 
CleanupTempData 
ClearSelectedItems 
Create This method is used by the ASManager to return new instances of managed objects.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
ExpandNode Expand or collapse a node in the tree. This method is responsible for updating the last expanded node member (m_nLastExpandedNodeID).
Finish 
GetActionSubTitle 
GetAllChecked 
GetAllowEmptySubmission 
GetDisplayingFlatList 
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetHelpEnabled 
GetLastExpandedNodeID Returns the most recently expanded or collapsed node in the tree.
GetMultipleSelect 
GetName 
GetNextUniqueID 
GetOnClickFunction 
GetParentFormName 
GetParentFormSpaceID 
GetParentFormSubmitFunction 
GetRedirectAfterFinish 
GetRootTreeIterator 
GetSelectedItems 
GetSelectMode 
GetSelectOptions 
GetShowRoot 
GetSubmitMode 
GetTitle 
GetTreeIsEmpty 
GetType (inherited from Object)Gets the Type of the current instance.
Init 
RefreshTree This method goes through the selected items list and makes sure that all nodes (including multiply instanced nodes) are correctly selected.
RemoveFromSelection 
ResetTree 
ResetUniqueIDs 
SavePage 
SetActionSubTitle 
SetAllowEmptySubmission 
SetClassIDsToDisplay 
SetHelpTopic 
SetMultipleSelect 
SetObjectIDsToDisplay 
SetObjectIDsToHide 
SetObjectIDsToSelect 
SetOnClickFunction 
SetParentFormName 
SetParentFormSpaceID 
SetParentFormSubmitFunction 
SetSelectMode 
SetSelectOptions 
SetShowRoot 
SetSubmitMode 
SetTitle 
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
GetCompositeIfAlreadySelected 
GetKeyFromNode This function creates a unique key given a node. It is used to store items in XPHashtables. Override this function if your tree's nodes can't be differentiated by "classid, objectid"
GetLeafIfAlreadySelected 
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

ATreeModel Class | com.plumtree.uiinfrastructure.tree Namespace