public class AppLauncherLayout extends Object
Constructor and Description |
---|
AppLauncherLayout() |
Modifier and Type | Method and Description |
---|---|
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) |
public List<AppLauncherGroup> getGroups()
public void setGroups(List<AppLauncherGroup> groups)
public void addGroup(AppLauncherGroup group)
public boolean containsApp(String name)
public AppLauncherGroup getGroup(String name)
public AppLauncherGroupEntry getAppGroupEntry(String name)
public AppDescriptor getAppDescriptor(String name)
Copyright © 2020 Magnolia International Ltd.. All rights reserved.