Class UiToolButton.SetIconSizeCommand

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

public static class UiToolButton.SetIconSizeCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • iconSize

      protected Integer iconSize
  • Constructor Details

    • SetIconSizeCommand

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

      public SetIconSizeCommand(String componentId, Integer iconSize)
  • Method Details