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

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

public class AppLauncherGroup
extends Object

Defines a group of apps displayed in the app launcher including display properties of the group.

See Also:
AppLauncherLayout, AppLauncherGroupEntry, AppLauncherLayoutManager

Constructor Summary
AppLauncherGroup()
           
 
Method Summary
 void addApp(AppLauncherGroupEntry entry)
           
 List<AppLauncherGroupEntry> getApps()
           
 String getColor()
           
 String getLabel()
           
 String getName()
           
 boolean isClientGroup()
           
 boolean isPermanent()
           
 void setApps(List<AppLauncherGroupEntry> apps)
           
 void setClientGroup(boolean clientGroup)
           
 void setColor(String color)
           
 void setLabel(String label)
           
 void setName(String name)
           
 void setPermanent(boolean permanent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppLauncherGroup

public AppLauncherGroup()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getLabel

public String getLabel()

setLabel

public void setLabel(String label)

isPermanent

public boolean isPermanent()

setPermanent

public void setPermanent(boolean permanent)

isClientGroup

public boolean isClientGroup()

setClientGroup

public void setClientGroup(boolean clientGroup)

getColor

public String getColor()

setColor

public void setColor(String color)

getApps

public List<AppLauncherGroupEntry> getApps()

setApps

public void setApps(List<AppLauncherGroupEntry> apps)

addApp

public void addApp(AppLauncherGroupEntry entry)


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