Class UiPanel.SetStretchContentCommand

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

public static class UiPanel.SetStretchContentCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • stretch

      protected boolean stretch
  • Constructor Details

    • SetStretchContentCommand

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

      public SetStretchContentCommand(String componentId, boolean stretch)
  • Method Details