Class UiPasswordField.SetPasswordVisibilityToggleEnabledCommand

java.lang.Object
org.teamapps.dto.UiPasswordField.SetPasswordVisibilityToggleEnabledCommand
All Implemented Interfaces:
UiCommand<Void>
Enclosing class:
UiPasswordField

public static class UiPasswordField.SetPasswordVisibilityToggleEnabledCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • enabled

      protected boolean enabled
  • Constructor Details

    • SetPasswordVisibilityToggleEnabledCommand

      @Deprecated public SetPasswordVisibilityToggleEnabledCommand()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • SetPasswordVisibilityToggleEnabledCommand

      public SetPasswordVisibilityToggleEnabledCommand(String componentId, boolean enabled)
  • Method Details