|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectGWTApplication.client.ChangePasswordListener
class ChangePasswordListener
This class is a listener class which is called when the user clicks upon the Change Password link at the top of the display and results in a dialog window being displayed in which the user can enter the details of a new password.
Field Summary | |
---|---|
private ChangePasswordDialogBox |
changePasswordDialog
This is the dialog window in which the user will change his password |
private FaultServiceAsync |
svc
This is the service which will be used to access the servlet which is running in the tomcat container |
private AuthenticationDetails |
UserAuthentication
The authentication details of the user |
Constructor Summary | |
---|---|
ChangePasswordListener(AuthenticationDetails UserAuthentication)
Constructor |
Method Summary | |
---|---|
void |
onClick(com.google.gwt.user.client.ui.Widget sender)
This is called when the user clicks on the hyperlink which allows the user to change his password. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private ChangePasswordDialogBox changePasswordDialog
private AuthenticationDetails UserAuthentication
private final FaultServiceAsync svc
Constructor Detail |
---|
ChangePasswordListener(AuthenticationDetails UserAuthentication)
UserAuthentication
- This is the details of the users
authentication.Method Detail |
---|
public void onClick(com.google.gwt.user.client.ui.Widget sender)
ChangePasswordDialogBox
).
onClick
in interface com.google.gwt.user.client.ui.ClickListener
sender
- This is the widget that raised this event.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |