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 Component
Component.Configuration -
Method Summary
Modifier and TypeMethodDescription@Nullable BaseActionReturns the default action of the action group.getIcon()The icon which should be displayed before the label.Methods inherited from interface Component
accept, getForm, getId, getLabel, getParent, getPosition, validateMethods inherited from interface 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.
-