org.drools.guvnor.client
Class LoginWidget
java.lang.Object
org.drools.guvnor.client.LoginWidget
public class LoginWidget
- extends Object
Used for logging in, obviously !
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 |
LoginWidget
public LoginWidget()
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.