Interface ActionGroup
- All Superinterfaces:
Cloneable
,Component
,CompositeComponent
- All Known Implementing Classes:
ActionGroupImpl
An action group combines different actions into a single group.
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.model.form.api.form2.components.Component
Component.Configuration
-
Method Summary
Modifier and TypeMethodDescription@Nullable BaseAction
Returns the default action of the action group.getIcon()
The icon which should be displayed before the label.Methods inherited from interface ch.tocco.nice2.model.form.api.form2.components.Component
accept, getForm, getId, getLabel, getParent, getPosition, validate
Methods inherited from interface ch.tocco.nice2.model.form.api.form2.components.CompositeComponent
findById, getChildren, getScopes, hasChildren
-
Method Details
-
getDefaultAction
Returns the default action of the action group. A default action will be displayed as main action in a split button. If no default action is defined, a dropdown will be displayed. -
getIcon
String getIcon()The icon which should be displayed before the label. Represents font-awesome icon.
-