public class ConfiguredActionbarDefinition extends Object implements ActionbarDefinition
ActionbarDefinition
.Constructor and Description |
---|
ConfiguredActionbarDefinition() |
Modifier and Type | Method and Description |
---|---|
void |
addSection(ActionbarSectionDefinition sectionDefinition) |
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.
|
void |
setDefaultAction(String defaultAction) |
void |
setDeleteAction(String deleteAction) |
void |
setSections(List<ActionbarSectionDefinition> def) |
public String getDefaultAction()
ActionbarDefinition
getDefaultAction
in interface ActionbarDefinition
public String getDeleteAction()
ActionbarDefinition
getDeleteAction
in interface ActionbarDefinition
public void setDefaultAction(String defaultAction)
public void setDeleteAction(String deleteAction)
public List<ActionbarSectionDefinition> getSections()
ActionbarDefinition
getSections
in interface ActionbarDefinition
public void setSections(List<ActionbarSectionDefinition> def)
public void addSection(ActionbarSectionDefinition sectionDefinition)
Copyright © 2021 Magnolia International Ltd.. All rights reserved.