info.magnolia.ui.actionbar.definition
Interface ActionbarDefinition

All Known Implementing Classes:
ConfiguredActionbarDefinition

public interface ActionbarDefinition

The definition for an action bar, made of sections and groups of actions.


Method Summary
 String getDefaultAction()
          Gets the name of the default action.
 String getDeleteAction()
          Gets the name of the default delete action.
 List<ActionbarSectionDefinition> getSections()
          Gets the sections within this action bar.
 

Method Detail

getDefaultAction

String getDefaultAction()
Gets the name of the default action.

Returns:
the default action name

getDeleteAction

String getDeleteAction()
Gets the name of the default delete action.

Returns:
the default delete action name

getSections

List<ActionbarSectionDefinition> getSections()
Gets the sections within this action bar.

Returns:
the list of sections


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.