Class UiPasswordField.SetSendValueAsMd5Command

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

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

    • componentId

      protected String componentId
    • sendValueAsMd5

      protected boolean sendValueAsMd5
  • Constructor Details

    • SetSendValueAsMd5Command

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

      public SetSendValueAsMd5Command(String componentId, boolean sendValueAsMd5)
  • Method Details