@Dependent public class ChangePassword extends Object implements com.google.gwt.user.client.ui.IsWidget
Presenter class for change user's password widget.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ChangePassword.ChangePasswordCallback |
static interface |
ChangePassword.View |
| Modifier and Type | Field and Description |
|---|---|
ChangePassword.View |
view |
| Constructor and Description |
|---|
ChangePassword(ClientUserSystemManager userSystemManager,
javax.enterprise.event.Event<NotificationEvent> workbenchNotification,
javax.enterprise.event.Event<OnErrorEvent> errorEvent,
javax.enterprise.event.Event<ChangePasswordEvent> changePasswordEvent,
ChangePassword.View view) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.user.client.ui.Widget |
asWidget() |
void |
clear() |
void |
init() |
void |
show(String username) |
void |
show(String username,
ChangePassword.ChangePasswordCallback callback) |
public ChangePassword.View view
@Inject public ChangePassword(ClientUserSystemManager userSystemManager, javax.enterprise.event.Event<NotificationEvent> workbenchNotification, javax.enterprise.event.Event<OnErrorEvent> errorEvent, javax.enterprise.event.Event<ChangePasswordEvent> changePasswordEvent, ChangePassword.View view)
@PostConstruct public void init()
public void show(String username)
public void show(String username, ChangePassword.ChangePasswordCallback callback)
public void clear()
public com.google.gwt.user.client.ui.Widget asWidget()
asWidget in interface com.google.gwt.user.client.ui.IsWidgetCopyright © 2012–2020 JBoss by Red Hat. All rights reserved.