Interface ActionGroup

All Superinterfaces:
Cloneable, Component, CompositeComponent
All Known Implementing Classes:
ActionGroupImpl

public interface ActionGroup extends CompositeComponent
An action group combines different actions into a single group.
  • Method Details

    • getDefaultAction

      @Nullable @Nullable BaseAction 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.