public class ConfiguredAppLauncherLayoutDefinition extends Object implements AppLauncherLayoutDefinition
AppLauncherLayoutDefinition
used for configuration in the repository.Constructor and Description |
---|
ConfiguredAppLauncherLayoutDefinition() |
Modifier and Type | Method and Description |
---|---|
void |
addGroup(AppLauncherGroupDefinition appGroup) |
String |
getDefaultGroup() |
List<AppLauncherGroupDefinition> |
getGroups() |
List<String> |
getHiddenApps() |
void |
setDefaultGroup(String defaultGroup) |
void |
setGroups(List<AppLauncherGroupDefinition> groups) |
void |
setHiddenApps(List<String> hiddenApps) |
public ConfiguredAppLauncherLayoutDefinition()
public List<AppLauncherGroupDefinition> getGroups()
getGroups
in interface AppLauncherLayoutDefinition
public void setGroups(List<AppLauncherGroupDefinition> groups)
public void addGroup(AppLauncherGroupDefinition appGroup)
public List<String> getHiddenApps()
getHiddenApps
in interface AppLauncherLayoutDefinition
public String getDefaultGroup()
getDefaultGroup
in interface AppLauncherLayoutDefinition
public void setDefaultGroup(String defaultGroup)
Copyright © 2018 Magnolia International Ltd.. All rights reserved.