Class ActionHandler
java.lang.Object
ch.tocco.nice2.model.form.impl.form2.reader.handler.ActionHandler
- All Implemented Interfaces:
IgnoreRemainingElementsHandler
Parser for action elements which may be inside a form, vertical-box, horizontal-box
or table tag.
Action tags which do not include a group, appId or endpoint attribute will be ignored.
If the attribute "group" is set, the action will be parsed as a
ActionGroupImpl
otherwise it will be parsed as a ActionImpl
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.model.form.impl.form2.reader.handler.IgnoreRemainingElementsHandler
IgnoreRemainingElementsHandler.ExtPropsHandler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
actionType
(String type) void
void
buttonStyle
(String buttonStyle) void
conditionName
(String conditionName) void
confirmationThreshold
(int confirmationThreshold) void
void
fullscreen
(boolean fullscreen) void
void
void
maxSelection
(int maxSelection) void
minSelection
(int minSelection) void
void
void
void
runInBackground
(boolean runInBackground) void
void
void
setDmsEntityModel
(String dmsEntityModel) void
setOnlyShowOnEmptyColumn
(boolean onlyShowOnEmptyColumn) void
setUseLabel
(String useLabel) 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
-
Constructor Details
-
ActionHandler
-
-
Method Details
-
label
-
position
-
icon
-
reactIcon
-
minSelection
-
maxSelection
-
showConfirmation
-
confirmationThreshold
-
runInBackground
-
fullscreen
-
scopes
-
endpoint
-
appId
-
path
-
actionType
-
action
-
setUseLabel
-
setDmsEntityModel
-
setDense
-
buttonStyle
-
setOnlyShowOnEmptyColumn
@Attribute("only-show-on-empty-column") public void setOnlyShowOnEmptyColumn(boolean onlyShowOnEmptyColumn) -
conditionName
-
properties
-