public class AppLauncherGroup extends Object
Constructor and Description |
---|
AppLauncherGroup() |
Modifier and Type | Method and Description |
---|---|
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) |
public String getName()
public void setName(String name)
public String getLabel()
public void setLabel(String label)
public boolean isPermanent()
public void setPermanent(boolean permanent)
public boolean isClientGroup()
public void setClientGroup(boolean clientGroup)
public String getColor()
public void setColor(String color)
public List<AppLauncherGroupEntry> getApps()
public void setApps(List<AppLauncherGroupEntry> apps)
public void addApp(AppLauncherGroupEntry entry)
Copyright © 2016 Magnolia International Ltd.. All rights reserved.