Class UiLabel.SetIconCommand

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

public static class UiLabel.SetIconCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • icon

      protected String icon
  • Constructor Details

    • SetIconCommand

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

      public SetIconCommand(String componentId, String icon)
  • Method Details