|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fuin.examples.apps4xxxxx.LoginControllerImpl
public class LoginControllerImpl
Example login module and controller implementation.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.fuin.examples.apps4xxxxx.LoginModuleImplIntf |
|---|
LoginModuleImplIntf.LoginListener |
| Constructor Summary | |
|---|---|
LoginControllerImpl()
Default constructor. |
|
| Method Summary | |
|---|---|
void |
cancel()
Cancel the login process. |
java.lang.String |
getModuleTitle()
|
java.lang.Object |
getModuleUI()
|
void |
login(LoginModuleImplIntf.LoginListener listener)
Shows a login dialog. |
void |
login(LoginModuleImplIntf.LoginListener listener,
java.lang.String username)
Shows a login dialog. |
void |
setView(LoginView view)
|
void |
setWindowManager(org.fuin.apps4j.WindowManager windowManager)
|
void |
verify(java.lang.String username,
char[] password)
Try to login with the username and password. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LoginControllerImpl()
| Method Detail |
|---|
public final void setView(LoginView view)
setView in interface org.fuin.apps4j.Controller<LoginView>public final void cancel()
cancel in interface org.fuin.apps4j.ModuleImplIntfcancel in interface LoginController
public final void verify(java.lang.String username,
char[] password)
verify in interface LoginControllerusername - Username.password - Password.
public final void login(LoginModuleImplIntf.LoginListener listener,
java.lang.String username)
login in interface LoginModuleImplIntflistener - Listener.username - Initial user name or null.public final void login(LoginModuleImplIntf.LoginListener listener)
login in interface LoginModuleImplIntflistener - Listener.public final java.lang.String getModuleTitle()
getModuleTitle in interface org.fuin.apps4j.ModuleImplIntfpublic final java.lang.Object getModuleUI()
getModuleUI in interface org.fuin.apps4j.ModuleImplIntfpublic final void setWindowManager(org.fuin.apps4j.WindowManager windowManager)
setWindowManager in interface org.fuin.apps4j.ModuleImplIntf
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||