|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.uiinfrastructure.tree.TreeConstants
public final class TreeConstants
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 |
|---|
public static final int N_COMPOSITESELECT
public static final int N_LEAFSELECT
public static final int N_LEAFCOMPOSITESELECT
public static final int N_NOSELECT
public static final int N_LOOSELEAF
public static final int N_STRICTLEAF
public static final int N_SERVERSUBMIT
public static final int N_JAVASCRIPTSUBMIT
| Constructor Detail |
|---|
public TreeConstants()
| Method Detail |
|---|
public static java.lang.String GetJavascriptTreeWindowAttributes()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||