com.plumtree.uiinfrastructure.tree
Class TreeConstants

java.lang.Object
  extended by com.plumtree.uiinfrastructure.tree.TreeConstants

public final class TreeConstants
extends java.lang.Object

This class contains tree constants.


Field Summary
static int N_COMPOSITESELECT
          Select Modes
static int N_JAVASCRIPTSUBMIT
           
static int N_LEAFCOMPOSITESELECT
           
static int N_LEAFSELECT
           
static int N_LOOSELEAF
          Select Options: Sometimes leaf nodes can act as both leaves and composites.
static int N_NOSELECT
           
static int N_SERVERSUBMIT
          Submit Modes: SERVERSUBMIT is for internal portal developers JAVASCRIPTSUBMIT is for projects external to the server, such as collab and content.
static int N_STRICTLEAF
           
 
Constructor Summary
TreeConstants()
           
 
Method Summary
static java.lang.String GetJavascriptTreeWindowAttributes()
          Common string for javascript window.open window attributes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

N_COMPOSITESELECT

public static final int N_COMPOSITESELECT
Select Modes

See Also:
Constant Field Values

N_LEAFSELECT

public static final int N_LEAFSELECT
See Also:
Constant Field Values

N_LEAFCOMPOSITESELECT

public static final int N_LEAFCOMPOSITESELECT
See Also:
Constant Field Values

N_NOSELECT

public static final int N_NOSELECT
See Also:
Constant Field Values

N_LOOSELEAF

public static final int 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).

See Also:
Constant Field Values

N_STRICTLEAF

public static final int N_STRICTLEAF
See Also:
Constant Field Values

N_SERVERSUBMIT

public static final int N_SERVERSUBMIT
Submit Modes: SERVERSUBMIT is for internal portal developers JAVASCRIPTSUBMIT is for projects external to the server, such as collab and content.

See Also:
Constant Field Values

N_JAVASCRIPTSUBMIT

public static final int N_JAVASCRIPTSUBMIT
See Also:
Constant Field Values
Constructor Detail

TreeConstants

public TreeConstants()
Method Detail

GetJavascriptTreeWindowAttributes

public static java.lang.String 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.




Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.