|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.oxygenxml.validate.nvdl.ActionSet
class ActionSet
Stores a set of element actions. The actions are result actions and no result actions. An action set contains only one result action and more no result actions.
| Field Summary | |
|---|---|
private boolean |
cancelNestedActions
Cancel nested actions flag. |
private NoResultAction[] |
noResultActions
The no result actions. |
private ResultAction |
resultAction
The result action. |
| Constructor Summary | |
|---|---|
ActionSet()
|
|
| Method Summary | |
|---|---|
(package private) void |
addNoResultAction(NoResultAction action)
Adds a no result action to the no result actions. |
(package private) ActionSet |
changeCurrentMode(Mode mode)
Gets a new ActionSet containing all the actions with the current mode changed. |
(package private) boolean |
getCancelNestedActions()
Getter for the cancel nested actions flag. |
(package private) NoResultAction[] |
getNoResultActions()
Getter for the no result actions array. |
(package private) ResultAction |
getResultAction()
Getter for the result action. |
(package private) void |
setCancelNestedActions(boolean cancelNestedActions)
Set the cancel nested actions flag. |
(package private) void |
setResultAction(ResultAction resultAction)
Setter for the result action. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private ResultAction resultAction
private NoResultAction[] noResultActions
private boolean cancelNestedActions
| Constructor Detail |
|---|
ActionSet()
| Method Detail |
|---|
ResultAction getResultAction()
void setResultAction(ResultAction resultAction)
resultAction - The result action.void addNoResultAction(NoResultAction action)
action - The no result action.NoResultAction[] getNoResultActions()
boolean getCancelNestedActions()
void setCancelNestedActions(boolean cancelNestedActions)
cancelNestedActions - The new value.ActionSet changeCurrentMode(Mode mode)
mode - The new current mode.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||