Class MainAreaPresenter
- 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.mainarea.MainAreaPresenter.MainAreaView,org.gcube.portlets.user.accountingdashboard.client.application.mainarea.MainAreaPresenter.MainAreaPresenterProxy>
-
- org.gcube.portlets.user.accountingdashboard.client.application.mainarea.MainAreaPresenter
-
- All Implemented Interfaces:
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.UiHandlers,MainAreaUiHandlers
public class MainAreaPresenter extends com.gwtplatform.mvp.client.Presenter<org.gcube.portlets.user.accountingdashboard.client.application.mainarea.MainAreaPresenter.MainAreaView,org.gcube.portlets.user.accountingdashboard.client.application.mainarea.MainAreaPresenter.MainAreaPresenterProxy> implements MainAreaUiHandlers
- Author:
- Giancarlo Panichi
-
-
Field Summary
Fields Modifier and Type Field Description static com.gwtplatform.mvp.client.presenter.slots.SingleSlot<FilterAreaPresenter>SLOT_FILTERstatic com.gwtplatform.mvp.client.presenter.slots.SingleSlot<ReportAreaPresenter>SLOT_REPORT
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidonBind()-
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, onReveal, registerVisibleHandler, removeFromParentSlot, removeFromPopupSlot, removeFromSlot, removeFromSlot, setInSlot, setInSlot, setInSlot, setInSlot
-
-
-
-
Field Detail
-
SLOT_FILTER
public static final com.gwtplatform.mvp.client.presenter.slots.SingleSlot<FilterAreaPresenter> SLOT_FILTER
-
SLOT_REPORT
public static final com.gwtplatform.mvp.client.presenter.slots.SingleSlot<ReportAreaPresenter> SLOT_REPORT
-
-