info.magnolia.ui.model.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 default action name.
 String getName()
          Gets the action bar name.
 List<ActionbarSectionDefinition> getSections()
          Gets the sections within this action bar.
 

Method Detail

getName

String getName()
Gets the action bar name.

Returns:
the name string

getDefaultAction

String getDefaultAction()
Gets the default action name.

Returns:
the default action name

getSections

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

Returns:
the list of sections


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