|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoResultAction | |
---|---|
com.oxygenxml.validate.nvdl |
Uses of NoResultAction in com.oxygenxml.validate.nvdl |
---|
Subclasses of NoResultAction in com.oxygenxml.validate.nvdl | |
---|---|
(package private) class |
AllowAction
An action that allows any element. |
(package private) class |
RejectAction
A no result action that rejects any element. |
(package private) class |
ValidateAction
Validate no result action. |
Fields in com.oxygenxml.validate.nvdl declared as NoResultAction | |
---|---|
private NoResultAction[] |
ActionSet.noResultActions
The no result actions. |
Methods in com.oxygenxml.validate.nvdl that return NoResultAction | |
---|---|
(package private) NoResultAction |
ValidateAction.changeCurrentMode(Mode mode)
Get a new validate action with a mode usage with the current mode changed. |
(package private) NoResultAction |
RejectAction.changeCurrentMode(Mode mode)
Get a new reject action with a mode usage with the current mode changed. |
(package private) abstract NoResultAction |
NoResultAction.changeCurrentMode(Mode mode)
Get a no result action with the current mode changed. |
(package private) NoResultAction |
AllowAction.changeCurrentMode(Mode mode)
Get a new allow action with a mode usage with the current mode changed. |
(package private) NoResultAction[] |
ActionSet.getNoResultActions()
Getter for the no result actions array. |
Methods in com.oxygenxml.validate.nvdl with parameters of type NoResultAction | |
---|---|
(package private) void |
ActionSet.addNoResultAction(NoResultAction action)
Adds a no result action to the no result actions. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |