Class CmdChangePassword
java.lang.Object
net.tangly.app.ui.CmdChangePassword
- All Implemented Interfaces:
net.tangly.ui.app.domain.Cmd
-
Field Summary
-
Constructor Summary
ConstructorDescriptionCmdChangePassword
(@NotNull AppsBoundedDomain domain, @NotNull net.tangly.core.domain.User subject) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.tangly.ui.app.domain.Cmd
isEnabled
-
Field Details
-
USERNAME
- See Also:
-
CURRENT_PASSWORD
- See Also:
-
NEW_PASSWORD
- See Also:
-
CONFIRM_PASSWORD
- See Also:
-
EXECUTE
- See Also:
-
CANCEL
- See Also:
-
-
Constructor Details
-
CmdChangePassword
public CmdChangePassword(@NotNull @NotNull AppsBoundedDomain domain, @NotNull @NotNull net.tangly.core.domain.User subject)
-
-
Method Details
-
execute
public void execute()- Specified by:
execute
in interfacenet.tangly.ui.app.domain.Cmd
-
dialog
public com.vaadin.flow.component.dialog.Dialog dialog()- Specified by:
dialog
in interfacenet.tangly.ui.app.domain.Cmd
-