|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<UIStructurBrowser.ExecutionStatus>
org.efaps.ui.wicket.models.objects.UIStructurBrowser.ExecutionStatus
public static enum UIStructurBrowser.ExecutionStatus
Enum is used to set for this UIStructurBrowser which status of execution it is in.
| Enum Constant Summary | |
|---|---|
ADDCHILDREN
Method addChildren is executed. |
|
ALLOWSCHILDREN
Method addChildren is executed. |
|
ALLOWSITEM
Method is executed to check if the in case of edit the creation of items is allowed. |
|
CHECKFORCHILDREN
Method checkForChildren is executed. |
|
CHECKHIDECOLUMN4ROW
Method is creating a new folder. |
|
EXECUTE
Method execute is executed. |
|
GETJAVASCRIPT4TARGET
Method is called after the insert etc. |
|
NODE_INSERTCHILDFOLDER
Executed on insert of an folder as child as an listener and does not effect directly the tree, but allows to manipulate it. |
|
NODE_INSERTCHILDITEM
Executed on insert of an item as child as an listener and does not effect directly the tree, but allows to manipulate it. |
|
NODE_INSERTITEM
Executed on insert of an new item node as an listener and does not effect directly the tree, but allows to manipulate it. |
|
NODE_REMOVE
Executed on removal of a node as an listener and does not effect directly the tree, but allows to manipulate it. |
|
SORT
Method sort is executed. |
|
| Method Summary | |
|---|---|
static UIStructurBrowser.ExecutionStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static UIStructurBrowser.ExecutionStatus[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final UIStructurBrowser.ExecutionStatus ADDCHILDREN
public static final UIStructurBrowser.ExecutionStatus ALLOWSCHILDREN
public static final UIStructurBrowser.ExecutionStatus ALLOWSITEM
public static final UIStructurBrowser.ExecutionStatus CHECKFORCHILDREN
public static final UIStructurBrowser.ExecutionStatus CHECKHIDECOLUMN4ROW
public static final UIStructurBrowser.ExecutionStatus GETJAVASCRIPT4TARGET
UIStructurBrowser.#setValuesFromUI(Map, DefaultMutableTreeNode)setValuesFromUI}public static final UIStructurBrowser.ExecutionStatus EXECUTE
public static final UIStructurBrowser.ExecutionStatus NODE_REMOVE
public static final UIStructurBrowser.ExecutionStatus NODE_INSERTITEM
public static final UIStructurBrowser.ExecutionStatus NODE_INSERTCHILDITEM
public static final UIStructurBrowser.ExecutionStatus NODE_INSERTCHILDFOLDER
public static final UIStructurBrowser.ExecutionStatus SORT
| Method Detail |
|---|
public static UIStructurBrowser.ExecutionStatus[] values()
for (UIStructurBrowser.ExecutionStatus c : UIStructurBrowser.ExecutionStatus.values()) System.out.println(c);
public static UIStructurBrowser.ExecutionStatus valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||