info.magnolia.ui.api.app.launcherlayout
Class AppLauncherGroupEntry

java.lang.Object
  extended by info.magnolia.ui.api.app.launcherlayout.AppLauncherGroupEntry

public class AppLauncherGroupEntry
extends Object

Entry of an app group describing an app to be part of that group.

See Also:
AppLauncherLayout, AppLauncherGroup, AppLauncherLayoutManager

Constructor Summary
AppLauncherGroupEntry()
           
 
Method Summary
 AppDescriptor getAppDescriptor()
           
 String getIconCharacter()
           
 String getIconFont()
           
 String getName()
           
 boolean isEnabled()
           
 void setAppDescriptor(AppDescriptor appDescriptor)
           
 void setEnabled(boolean enabled)
           
 void setIconCharacter(String iconCharacter)
           
 void setIconFont(String iconFont)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppLauncherGroupEntry

public AppLauncherGroupEntry()
Method Detail

getName

public String getName()

setName

public void setName(String name)

isEnabled

public boolean isEnabled()

setEnabled

public void setEnabled(boolean enabled)

getAppDescriptor

public AppDescriptor getAppDescriptor()

setAppDescriptor

public void setAppDescriptor(AppDescriptor appDescriptor)

getIconFont

public String getIconFont()

setIconFont

public void setIconFont(String iconFont)

getIconCharacter

public String getIconCharacter()

setIconCharacter

public void setIconCharacter(String iconCharacter)


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