info.magnolia.ui.vaadin.gwt.client.applauncher.shared
Class AppGroup

java.lang.Object
  extended by info.magnolia.ui.vaadin.gwt.client.applauncher.shared.AppGroup
All Implemented Interfaces:
Serializable

public class AppGroup
extends Object
implements Serializable

Represents a group of tiles in the AppLauncher.

See Also:
Serialized Form

Constructor Summary
AppGroup()
           
AppGroup(String name, String caption, String backgroundColor, boolean isPermanent, boolean clientGroup)
           
 
Method Summary
 void addAppTile(AppTile tile)
           
 List<AppTile> getAppTiles()
           
 String getBackgroundColor()
           
 String getCaption()
           
 String getName()
           
 boolean isClientGroup()
           
 boolean isPermanent()
           
 void setAppTiles(List<AppTile> appTiles)
           
 void setBackgroundColor(String backgroundColor)
           
 void setCaption(String caption)
           
 void setClientGroup(boolean clientGroup)
           
 void setName(String name)
           
 void setPermanent(boolean isPermanent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppGroup

public AppGroup()

AppGroup

public AppGroup(String name,
                String caption,
                String backgroundColor,
                boolean isPermanent,
                boolean clientGroup)
Method Detail

setBackgroundColor

public void setBackgroundColor(String backgroundColor)

addAppTile

public void addAppTile(AppTile tile)

setName

public void setName(String name)

getName

public String getName()

getCaption

public String getCaption()

getBackgroundColor

public String getBackgroundColor()

getAppTiles

public List<AppTile> getAppTiles()

setAppTiles

public void setAppTiles(List<AppTile> appTiles)

isPermanent

public boolean isPermanent()

isClientGroup

public boolean isClientGroup()

setPermanent

public void setPermanent(boolean isPermanent)

setClientGroup

public void setClientGroup(boolean clientGroup)

setCaption

public void setCaption(String caption)


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