public class SignInPagePresenter extends com.gwtplatform.mvp.client.Presenter<SignInPagePresenter.MyView,SignInPagePresenter.MyProxy> implements SignInPageUIHandlers
| Modifier and Type | Class and Description |
|---|---|
static interface |
SignInPagePresenter.MyProxy |
static interface |
SignInPagePresenter.MyView |
| Constructor and Description |
|---|
SignInPagePresenter(com.google.web.bindery.event.shared.EventBus eventBus,
SignInPagePresenter.MyView view,
SignInPagePresenter.MyProxy proxy,
com.gwtplatform.mvp.client.proxy.PlaceManager placeManager,
CurrentUser user,
BootstrapContext bootstrap) |
| Modifier and Type | Method and Description |
|---|---|
CurrentUser |
getUser() |
protected void |
onBind() |
protected void |
onReset() |
protected void |
revealInParent() |
void |
setBootStandalone(Boolean b) |
void |
showErrorDialog() |
bind, forceReveal, getProxy, getRevealType, getSlot, prepareFromRequest, setRevealType, setSlot, unbind, useManualRevealaddHandler, addRegisteredHandler, addToPopupSlot, addToPopupSlot, addToSlot, addVisibleHandler, asWidget, clearSlot, fireEvent, getEventBus, getView, getWidget, isVisible, onHide, onReveal, removeFromPopupSlot, removeFromSlot, setInSlot, setInSlot@Inject
public SignInPagePresenter(com.google.web.bindery.event.shared.EventBus eventBus,
SignInPagePresenter.MyView view,
SignInPagePresenter.MyProxy proxy,
com.gwtplatform.mvp.client.proxy.PlaceManager placeManager,
CurrentUser user,
BootstrapContext bootstrap)
protected void onBind()
onBind in class com.gwtplatform.mvp.client.HandlerContainerImplprotected void onReset()
onReset in class com.gwtplatform.mvp.client.PresenterWidget<SignInPagePresenter.MyView>protected void revealInParent()
revealInParent in class com.gwtplatform.mvp.client.Presenter<SignInPagePresenter.MyView,SignInPagePresenter.MyProxy>public CurrentUser getUser()
public void showErrorDialog()
showErrorDialog in interface SignInPageUIHandlerspublic void setBootStandalone(Boolean b)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.