Uiinfrastructure API Docs  
 

TreeConstants Members

TreeConstants overview

Public Static Fields

iconiconN_COMPOSITESELECT Select Modes
iconiconN_JAVASCRIPTSUBMIT 
iconiconN_LEAFCOMPOSITESELECT 
iconiconN_LEAFSELECT 
iconiconN_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).
iconiconN_NOSELECT 
iconiconN_SERVERSUBMIT Submit Modes: SERVERSUBMIT is for internal portal developers JAVASCRIPTSUBMIT is for projects external to the server, such as collab and content.
iconiconN_STRICTLEAF 

Public Static Methods

iconiconGetJavascriptTreeWindowAttributes 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

icon TreeConstants Constructor Initializes a new instance of the TreeConstants class.

Public Instance Methods

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

See Also

TreeConstants Class | com.plumtree.uiinfrastructure.tree Namespace