info.magnolia.ui.actionbar.definition
Interface ActionbarSectionDefinition

All Known Implementing Classes:
ConfiguredActionbarSectionDefinition

public interface ActionbarSectionDefinition

The definition for a section of the action bar, made of groups of actions.


Method Summary
 AvailabilityDefinition getAvailability()
           
 List<ActionbarGroupDefinition> getGroups()
          Gets the groups within this section.
 String getI18nBasename()
           
 String getLabel()
           
 String getName()
           
 

Method Detail

getName

String getName()

getLabel

String getLabel()

getI18nBasename

String getI18nBasename()

getGroups

List<ActionbarGroupDefinition> getGroups()
Gets the groups within this section.

Returns:
the list of groups

getAvailability

AvailabilityDefinition getAvailability()


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