Class UiPasswordField.SetPasswordVisibilityToggleEnabledCommand

  • All Implemented Interfaces:
    UiCommand<java.lang.Void>
    Enclosing class:
    UiPasswordField

    public static class UiPasswordField.SetPasswordVisibilityToggleEnabledCommand
    extends java.lang.Object
    implements UiCommand<java.lang.Void>
    • Field Detail

      • componentId

        protected java.lang.String componentId
      • enabled

        protected boolean enabled
    • Constructor Detail

      • SetPasswordVisibilityToggleEnabledCommand

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

        public SetPasswordVisibilityToggleEnabledCommand​(java.lang.String componentId,
                                                         boolean enabled)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getComponentId

        public java.lang.String getComponentId()
        Specified by:
        getComponentId in interface UiCommand<java.lang.Void>
      • getEnabled

        public boolean getEnabled()