info.magnolia.ui.api.app.launcherlayout
Class ConfiguredAppLauncherLayoutDefinition

java.lang.Object
  extended by info.magnolia.ui.api.app.launcherlayout.ConfiguredAppLauncherLayoutDefinition
All Implemented Interfaces:
AppLauncherLayoutDefinition

public class ConfiguredAppLauncherLayoutDefinition
extends Object
implements AppLauncherLayoutDefinition

Default implementation of AppLauncherLayoutDefinition used for configuration in the repository.


Constructor Summary
ConfiguredAppLauncherLayoutDefinition()
           
 
Method Summary
 void addGroup(AppLauncherGroupDefinition appGroup)
           
 List<AppLauncherGroupDefinition> getGroups()
           
 void setGroups(List<AppLauncherGroupDefinition> groups)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfiguredAppLauncherLayoutDefinition

public ConfiguredAppLauncherLayoutDefinition()
Method Detail

getGroups

public List<AppLauncherGroupDefinition> getGroups()
Specified by:
getGroups in interface AppLauncherLayoutDefinition

setGroups

public void setGroups(List<AppLauncherGroupDefinition> groups)

addGroup

public void addGroup(AppLauncherGroupDefinition appGroup)


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