Class AbstractActionHandler<E extends AbstractAction>
java.lang.Object
ch.tocco.nice2.model.form.impl.form2.reader.handler.AbstractActionHandler<E>
- All Implemented Interfaces:
IgnoreRemainingElementsHandler
- Direct Known Subclasses:
ActionHandler
,ReportHandler
public abstract class AbstractActionHandler<E extends AbstractAction>
extends Object
implements IgnoreRemainingElementsHandler
Parser, which handles the common properties, for
BaseAction
implementors.-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.model.form.impl.form2.reader.handler.IgnoreRemainingElementsHandler
IgnoreRemainingElementsHandler.ExtPropsHandler
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
confirmationThreshold
(int confirmationThreshold) void
fullscreen
(boolean fullscreen) void
void
void
maxSelection
(int maxSelection) void
minSelection
(int minSelection) void
void
void
runInBackground
(boolean runInBackground) void
void
showConfirmation
(boolean showConfirmation) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.model.form.impl.form2.reader.handler.IgnoreRemainingElementsHandler
handleExtProps, ignore, iterator, template
-
Field Details
-
action
-
-
Constructor Details
-
AbstractActionHandler
-
-
Method Details
-
label
-
position
-
icon
-
reactIcon
-
minSelection
-
maxSelection
-
showConfirmation
-
confirmationThreshold
-
runInBackground
-
fullscreen
-
scopes
-