org.jboss.errai.workspaces.client.modules.auth
Interface AuthenticationModule.Display
- All Known Implementing Classes:
- AuthenticationDisplay
- Enclosing class:
- AuthenticationModule
public static interface AuthenticationModule.Display
showLoginPanel
void showLoginPanel()
clearPanel
void clearPanel()
hideLoginPanel
void hideLoginPanel()
getUsernameInput
com.google.gwt.user.client.ui.HasText getUsernameInput()
getPasswordInput
com.google.gwt.user.client.ui.HasText getPasswordInput()
getSubmitButton
com.google.gwt.event.dom.client.HasClickHandlers getSubmitButton()
getWindowPanel
com.google.gwt.event.logical.shared.HasCloseHandlers getWindowPanel()
showWelcomeMessage
void showWelcomeMessage(String messageText)
Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.