Class UiStaticGridLayout.UpdateLayoutCommand

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

public static class UiStaticGridLayout.UpdateLayoutCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • descriptor

      protected UiGridLayout descriptor
  • Constructor Details

    • UpdateLayoutCommand

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

      public UpdateLayoutCommand(String componentId, UiGridLayout descriptor)
  • Method Details