info.magnolia.module.admininterface.setup
Class AddSubMenuItemTask

java.lang.Object
  extended by info.magnolia.module.delta.AbstractTask
      extended by info.magnolia.module.admininterface.setup.AddMainMenuItemTask
          extended by info.magnolia.module.admininterface.setup.AddSubMenuItemTask
All Implemented Interfaces:
Task

public class AddSubMenuItemTask
extends AddMainMenuItemTask

Version:
$Revision: $ ($Author: $)
Author:
gjoseph

Field Summary
 
Fields inherited from class info.magnolia.module.delta.AbstractTask
log
 
Constructor Summary
AddSubMenuItemTask(String parent, String menuName, String label, String onClick, String icon)
           
AddSubMenuItemTask(String parent, String menuName, String label, String i18nBasename, String onClick, String icon)
           
AddSubMenuItemTask(String parent, String menuName, String label, String i18nBasename, String onClick, String icon, String orderBefore)
           
 
Method Summary
protected  Content getParentNode(InstallContext ctx)
           
 
Methods inherited from class info.magnolia.module.admininterface.setup.AddMainMenuItemTask
execute
 
Methods inherited from class info.magnolia.module.delta.AbstractTask
getDescription, getName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AddSubMenuItemTask

public AddSubMenuItemTask(String parent,
                          String menuName,
                          String label,
                          String i18nBasename,
                          String onClick,
                          String icon,
                          String orderBefore)

AddSubMenuItemTask

public AddSubMenuItemTask(String parent,
                          String menuName,
                          String label,
                          String onClick,
                          String icon)

AddSubMenuItemTask

public AddSubMenuItemTask(String parent,
                          String menuName,
                          String label,
                          String i18nBasename,
                          String onClick,
                          String icon)
Method Detail

getParentNode

protected Content getParentNode(InstallContext ctx)
                         throws javax.jcr.RepositoryException
Overrides:
getParentNode in class AddMainMenuItemTask
Throws:
javax.jcr.RepositoryException


Copyright © 2003-2011 Magnolia International Ltd.. All Rights Reserved.