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

java.lang.Object
  extended by info.magnolia.ui.api.app.launcherlayout.AppLauncherLayout

public class AppLauncherLayout
extends Object

Describes the layout in the app launcher. Provides convenience methods for querying the layout.

See Also:
AppLauncherGroup, AppLauncherGroupEntry, AppLauncherLayoutManager, AppLauncherLayoutManager.getLayoutForCurrentUser()

Constructor Summary
AppLauncherLayout()
           
 
Method Summary
 void addGroup(AppLauncherGroup group)
           
 boolean containsApp(String name)
           
 AppDescriptor getAppDescriptor(String name)
           
 AppLauncherGroupEntry getAppGroupEntry(String name)
           
 AppLauncherGroup getGroup(String name)
           
 List<AppLauncherGroup> getGroups()
           
 void setGroups(List<AppLauncherGroup> groups)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppLauncherLayout

public AppLauncherLayout()
Method Detail

getGroups

public List<AppLauncherGroup> getGroups()

setGroups

public void setGroups(List<AppLauncherGroup> groups)

addGroup

public void addGroup(AppLauncherGroup group)

containsApp

public boolean containsApp(String name)

getGroup

public AppLauncherGroup getGroup(String name)

getAppGroupEntry

public AppLauncherGroupEntry getAppGroupEntry(String name)

getAppDescriptor

public AppDescriptor getAppDescriptor(String name)


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