org.jboss.errai.workspaces.client.modules.auth
Interface AuthenticationModule.Display

All Known Implementing Classes:
AuthenticationDisplay
Enclosing class:
AuthenticationModule

public static interface AuthenticationModule.Display


Method Summary
 void clearPanel()
           
 com.google.gwt.user.client.ui.HasText getPasswordInput()
           
 com.google.gwt.event.dom.client.HasClickHandlers getSubmitButton()
           
 com.google.gwt.user.client.ui.HasText getUsernameInput()
           
 com.google.gwt.event.logical.shared.HasCloseHandlers getWindowPanel()
           
 void hideLoginPanel()
           
 void showLoginPanel()
           
 void showWelcomeMessage(String messageText)
           
 

Method Detail

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.