public static interface SignInPagePresenter.MyView extends com.gwtplatform.mvp.client.View, com.gwtplatform.mvp.client.HasUiHandlers<SignInPageUIHandlers>
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.user.client.ui.TextBox |
getPassword() |
com.google.gwt.event.dom.client.HasClickHandlers |
getSignInButton() |
com.google.gwt.user.client.ui.TextBox |
getUserName() |
void |
resetAndFocus() |
void |
setPresenter(SignInPagePresenter signInPagePresenter) |
com.google.gwt.event.dom.client.HasClickHandlers getSignInButton()
com.google.gwt.user.client.ui.TextBox getUserName()
com.google.gwt.user.client.ui.TextBox getPassword()
void resetAndFocus()
void setPresenter(SignInPagePresenter signInPagePresenter)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.