Class UiDummyComponent.SetTextCommand

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

public static class UiDummyComponent.SetTextCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • text

      protected String text
  • Constructor Details

    • SetTextCommand

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

      public SetTextCommand(String componentId, String text)
  • Method Details