Plumtree UI Infrastructure API  
 

TreeConstants Members

TreeConstants overview

Public Static Fields

N_COMPOSITESELECT Select Modes
N_JAVASCRIPTSUBMIT 
N_LEAFCOMPOSITESELECT 
N_LEAFSELECT 
N_LOOSELEAF Select Options: Sometimes leaf nodes can act as both leaves and composites. This mode limits selection of leaves to exclude those dual nodes (such as user groups). Default behavior is to include these nodes in N_LEAFSELECT select mode (N_LOOSELEAF).
N_NOSELECT 
N_SERVERSUBMIT Submit Modes: SERVERSUBMIT is for internal portal developers JAVASCRIPTSUBMIT is for projects external to the server, such as collab and content.
N_STRICTLEAF 

Public Static Methods

GetJavascriptTreeWindowAttributes Common string for javascript window.open window attributes. This should be used for all trees in the portal so we can maintain a common look and feel.

Public Instance Constructors

TreeConstants Constructor Initializes a new instance of the TreeConstants class.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
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.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

See Also

TreeConstants Class | com.plumtree.uiinfrastructure.tree Namespace