public class ApplicationPresenter extends com.gwtplatform.mvp.client.Presenter<ApplicationPresenter.MyView,ApplicationPresenter.MyProxy>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ApplicationPresenter.MyProxy
Proxy associated with ApplicationPresenter.
|
static interface |
ApplicationPresenter.MyView
View associated with ApplicationPresenter.
|
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<com.gwtplatform.mvp.client.proxy.RevealContentHandler<?>> |
SLOT_SetMainContent |
| Constructor and Description |
|---|
ApplicationPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
ApplicationPresenter.MyView view,
ApplicationPresenter.MyProxy proxy) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onReveal() |
bind, forceReveal, getProxy, getRevealType, getSlot, prepareFromRequest, revealInParent, setRevealType, setSlot, unbind, useManualRevealaddHandler, addRegisteredHandler, addToPopupSlot, addToPopupSlot, addToSlot, addVisibleHandler, asWidget, clearSlot, fireEvent, getEventBus, getView, getWidget, isVisible, onHide, onReset, removeFromPopupSlot, removeFromSlot, setInSlot, setInSlotpublic static final com.google.gwt.event.shared.GwtEvent.Type<com.gwtplatform.mvp.client.proxy.RevealContentHandler<?>> SLOT_SetMainContent
@Inject
public ApplicationPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
ApplicationPresenter.MyView view,
ApplicationPresenter.MyProxy proxy)
protected void onReveal()
onReveal in class com.gwtplatform.mvp.client.PresenterWidget<ApplicationPresenter.MyView>Copyright © 2012–2014 RedSoft. All rights reserved.