Class ApplicationPresenter
- java.lang.Object
-
- com.gwtplatform.mvp.client.HandlerContainerImpl
-
- com.gwtplatform.mvp.client.PresenterWidget<V>
-
- com.gwtplatform.mvp.client.Presenter<org.gcube.portlets.user.accountingdashboard.client.application.ApplicationPresenter.PresenterView,org.gcube.portlets.user.accountingdashboard.client.application.ApplicationPresenter.ApplicationPresenterProxy>
-
- org.gcube.portlets.user.accountingdashboard.client.application.ApplicationPresenter
-
- All Implemented Interfaces:
com.google.gwt.event.shared.EventHandler,com.google.gwt.event.shared.HasHandlers,com.google.gwt.user.client.ui.IsWidget,com.gwtplatform.mvp.client.HandlerContainer,com.gwtplatform.mvp.client.HasPopupSlot,com.gwtplatform.mvp.client.HasSlots,com.gwtplatform.mvp.client.proxy.NavigationHandler
public class ApplicationPresenter extends com.gwtplatform.mvp.client.Presenter<org.gcube.portlets.user.accountingdashboard.client.application.ApplicationPresenter.PresenterView,org.gcube.portlets.user.accountingdashboard.client.application.ApplicationPresenter.ApplicationPresenterProxy> implements com.gwtplatform.mvp.client.proxy.NavigationHandler- Author:
- Giancarlo Panichi
-
-
Field Summary
Fields Modifier and Type Field Description static com.gwtplatform.mvp.client.presenter.slots.NestedSlotSLOT_MAINstatic com.gwtplatform.mvp.client.presenter.slots.PermanentSlot<MenuPresenter>SLOT_MENU
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidonBind()voidonNavigation(com.gwtplatform.mvp.client.proxy.NavigationEvent navigationEvent)protected voidonReveal()-
Methods inherited from class com.gwtplatform.mvp.client.Presenter
bind, forceReveal, getProxy, getRevealType, getSlot, prepareFromRequest, revealInParent, setRevealType, setSlot, unbind, useManualReveal
-
Methods inherited from class com.gwtplatform.mvp.client.PresenterWidget
addHandler, addRegisteredHandler, addToPopupSlot, addToPopupSlot, addToSlot, addToSlot, addVisibleHandler, asWidget, clearSlot, clearSlot, equals, fireEvent, fireEvent, getChild, getChildren, getChildren, getEventBus, getView, hashCode, isVisible, onHide, onReset, registerVisibleHandler, removeFromParentSlot, removeFromPopupSlot, removeFromSlot, removeFromSlot, setInSlot, setInSlot, setInSlot, setInSlot
-
-
-
-
Field Detail
-
SLOT_MENU
public static final com.gwtplatform.mvp.client.presenter.slots.PermanentSlot<MenuPresenter> SLOT_MENU
-
SLOT_MAIN
public static final com.gwtplatform.mvp.client.presenter.slots.NestedSlot SLOT_MAIN
-
-
Method Detail
-
onBind
protected void onBind()
- Overrides:
onBindin classcom.gwtplatform.mvp.client.HandlerContainerImpl
-
onReveal
protected void onReveal()
- Overrides:
onRevealin classcom.gwtplatform.mvp.client.PresenterWidget<org.gcube.portlets.user.accountingdashboard.client.application.ApplicationPresenter.PresenterView>
-
onNavigation
public void onNavigation(com.gwtplatform.mvp.client.proxy.NavigationEvent navigationEvent)
- Specified by:
onNavigationin interfacecom.gwtplatform.mvp.client.proxy.NavigationHandler
-
-