Class UIGroupNavigationManagement.BaseEditAction
- java.lang.Object
-
- org.exoplatform.webui.event.EventListener<UIGroupNavigationManagement>
-
- org.exoplatform.navigation.webui.component.UIGroupNavigationManagement.BaseEditAction
-
- Direct Known Subclasses:
UIGroupNavigationManagement.ChangeDynamicLayoutActionListener,UIGroupNavigationManagement.DeleteNavigationActionListener,UIGroupNavigationManagement.EditNavigationActionListener,UIGroupNavigationManagement.EditPropertiesActionListener
- Enclosing class:
- UIGroupNavigationManagement
public abstract static class UIGroupNavigationManagement.BaseEditAction extends org.exoplatform.webui.event.EventListener<UIGroupNavigationManagement>
-
-
Constructor Summary
Constructors Constructor Description BaseEditAction()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract voiddoEdit(org.exoplatform.portal.mop.user.UserNavigation navigation, org.exoplatform.webui.event.Event<UIGroupNavigationManagement> event)voidexecute(org.exoplatform.webui.event.Event<UIGroupNavigationManagement> event)
-
-
-
Method Detail
-
execute
public void execute(org.exoplatform.webui.event.Event<UIGroupNavigationManagement> event) throws Exception
- Specified by:
executein classorg.exoplatform.webui.event.EventListener<UIGroupNavigationManagement>- Throws:
Exception
-
doEdit
protected abstract void doEdit(org.exoplatform.portal.mop.user.UserNavigation navigation, org.exoplatform.webui.event.Event<UIGroupNavigationManagement> event) throws Exception- Throws:
Exception
-
-