Class UiResponsiveGridLayout.SetFillHeightCommand

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

public static class UiResponsiveGridLayout.SetFillHeightCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • fillHeight

      protected boolean fillHeight
  • Constructor Details

    • SetFillHeightCommand

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

      public SetFillHeightCommand(String componentId, boolean fillHeight)
  • Method Details