org.drools.guvnor.client
Class LoginWidget

java.lang.Object
  extended by org.drools.guvnor.client.LoginWidget

public class LoginWidget
extends Object

Used for logging in, obviously !


Constructor Summary
LoginWidget()
           
 
Method Summary
 String getUserName()
          Return the name that was entered.
 void setLoggedInEvent(com.google.gwt.user.client.Command loggedInEvent)
          This is required for a callback after a successful login.
 void show()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginWidget

public LoginWidget()
Method Detail

show

public void show()

getUserName

public String getUserName()
Return the name that was entered.


setLoggedInEvent

public void setLoggedInEvent(com.google.gwt.user.client.Command loggedInEvent)
This is required for a callback after a successful login.



Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.