Klasse UiTextField.SetPlaceholderTextCommand

java.lang.Object
org.teamapps.dto.UiTextField.SetPlaceholderTextCommand
Alle implementierten Schnittstellen:
UiCommand<Void>
Umschließende Klasse:
UiTextField

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

    • componentId

      protected String componentId
    • placeholderText

      protected String placeholderText
  • Konstruktordetails

    • SetPlaceholderTextCommand

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

      public SetPlaceholderTextCommand(String componentId, String placeholderText)
  • Methodendetails