Class UiTextField.SetPlaceholderTextCommand

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

public static class UiTextField.SetPlaceholderTextCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • placeholderText

      protected String placeholderText
  • Constructor Details

    • SetPlaceholderTextCommand

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

      public SetPlaceholderTextCommand(String componentId, String placeholderText)
  • Method Details