info.magnolia.ui.api.app.launcherlayout
Interface AppLauncherGroupDefinition

All Known Implementing Classes:
ConfiguredAppLauncherGroupDefinition

public interface AppLauncherGroupDefinition

Defines a a group in the layout of apps in the app launcher.

See Also:
AppLauncherLayoutDefinition, AppLauncherGroupEntryDefinition

Method Summary
 List<AppLauncherGroupEntryDefinition> getApps()
           
 String getColor()
           
 String getLabel()
           
 String getName()
           
 info.magnolia.cms.security.operations.AccessDefinition getPermissions()
           
 boolean isClientGroup()
           
 boolean isPermanent()
           
 

Method Detail

getName

String getName()

getLabel

String getLabel()

isPermanent

boolean isPermanent()

isClientGroup

boolean isClientGroup()

getColor

String getColor()

getApps

List<AppLauncherGroupEntryDefinition> getApps()

getPermissions

info.magnolia.cms.security.operations.AccessDefinition getPermissions()


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