Plumtree UI Infrastructure API  
 

ATreeModel Members

ATreeModel overview

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 Constructors

ATreeModel Constructor Initializes a new instance of the ATreeModel class.

Protected Instance Fields

m_asOwner 
m_bAllChecked 
m_bAllowEmptyTreeSubmission 
m_bEmptyList 
m_bFlatList 
m_bHelpEnabled 
m_bMultiSelect 
m_bShowRoot 
m_nLastExpandedNodeID 
m_nSelectMode 
m_nSelectOptions 
m_nSubmitMode 
m_Root 
m_strActionSubTitle 
m_strOnClickFunction 
m_strParentFormItems 
m_strParentFormName 
m_strParentFormSpaceID 
m_strParentFormSubmit 
m_strTitle 
m_xpmSelectedItems 

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