Class 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.

    • 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

      • show

        public void show​(String username)
      • clear

        public void clear()
      • asWidget

        public com.google.gwt.user.client.ui.Widget asWidget()
        Specified by:
        asWidget in interface com.google.gwt.user.client.ui.IsWidget