Class UiComponentField.SetHeightCommand

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

public static class UiComponentField.SetHeightCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • height

      protected int height
  • Constructor Details

    • SetHeightCommand

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

      public SetHeightCommand(String componentId, int height)
  • Method Details