Class UiNumberField.SetPlaceholderTextCommand

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

public static class UiNumberField.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