Class ActionHandler
java.lang.Object
ch.tocco.nice2.model.form.impl.form2.reader.handler.AbstractActionHandler<ActionImpl>
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
-
Field Summary
Fields inherited from class ch.tocco.nice2.model.form.impl.form2.reader.handler.AbstractActionHandler
action
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
actionType
(String type) void
void
buttonStyle
(String buttonStyle) void
conditionName
(String conditionName) void
void
void
void
setDmsEntityModel
(String dmsEntityModel) void
setOnlyShowOnEmptyColumn
(boolean onlyShowOnEmptyColumn) void
setUseLabel
(String useLabel) Methods inherited from class ch.tocco.nice2.model.form.impl.form2.reader.handler.AbstractActionHandler
confirmationThreshold, fullscreen, icon, label, maxSelection, minSelection, position, reactIcon, runInBackground, scopes, 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
-
endpoint
-
appId
-
path
-
actionType
-
action
-
setUseLabel
-
setDmsEntityModel
-
setDense
-
buttonStyle
-
setOnlyShowOnEmptyColumn
@Attribute("only-show-on-empty-column") public void setOnlyShowOnEmptyColumn(boolean onlyShowOnEmptyColumn) -
conditionName
-
properties
-