org.jboss.errai.workspaces.client.widgets
Class WSLoginPanel

java.lang.Object
  extended by org.jboss.errai.workspaces.client.widgets.WSLoginPanel
All Implemented Interfaces:
WidgetProvider

public class WSLoginPanel
extends Object
implements WidgetProvider


Constructor Summary
WSLoginPanel()
           
 
Method Summary
 com.google.gwt.user.client.ui.Button getLoginButton()
           
 com.google.gwt.user.client.ui.TextBox getPasswordInput()
           
 com.google.gwt.user.client.ui.TextBox getUserNameInput()
           
 void provideWidget(ProvisioningCallback callback)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSLoginPanel

public WSLoginPanel()
Method Detail

getLoginButton

public com.google.gwt.user.client.ui.Button getLoginButton()

getUserNameInput

public com.google.gwt.user.client.ui.TextBox getUserNameInput()

getPasswordInput

public com.google.gwt.user.client.ui.TextBox getPasswordInput()

provideWidget

public void provideWidget(ProvisioningCallback callback)
Specified by:
provideWidget in interface WidgetProvider


Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.