Class ChangePassword
- java.lang.Object
-
- org.uberfire.ext.security.management.client.widgets.management.ChangePassword
-
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget
@Dependent public class ChangePassword extends Object implements com.google.gwt.user.client.ui.IsWidget
Presenter class for change user's password widget.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceChangePassword.ChangePasswordCallbackstatic interfaceChangePassword.View
-
Field Summary
Fields Modifier and Type Field Description ChangePassword.Viewview
-
Constructor Summary
Constructors Constructor Description ChangePassword(org.uberfire.ext.security.management.client.ClientUserSystemManager userSystemManager, javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> workbenchNotification, javax.enterprise.event.Event<OnErrorEvent> errorEvent, javax.enterprise.event.Event<ChangePasswordEvent> changePasswordEvent, ChangePassword.View view)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gwt.user.client.ui.WidgetasWidget()voidclear()voidinit()voidshow(String username)voidshow(String username, ChangePassword.ChangePasswordCallback callback)
-
-
-
Field Detail
-
view
public ChangePassword.View view
-
-
Constructor Detail
-
ChangePassword
@Inject public ChangePassword(org.uberfire.ext.security.management.client.ClientUserSystemManager userSystemManager, javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> workbenchNotification, javax.enterprise.event.Event<OnErrorEvent> errorEvent, javax.enterprise.event.Event<ChangePasswordEvent> changePasswordEvent, ChangePassword.View view)
-
-
Method Detail
-
init
@PostConstruct public void init()
-
show
public void show(String username)
-
show
public void show(String username, ChangePassword.ChangePasswordCallback callback)
-
clear
public void clear()
-
asWidget
public com.google.gwt.user.client.ui.Widget asWidget()
- Specified by:
asWidgetin interfacecom.google.gwt.user.client.ui.IsWidget
-
-