Class UiPageView.AddBlockCommand

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

public static class UiPageView.AddBlockCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • block

      protected UiPageViewBlock block
    • before

      protected boolean before
    • otherBlockId

      protected String otherBlockId
  • Constructor Details

    • AddBlockCommand

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

      public AddBlockCommand(String componentId, UiPageViewBlock block, boolean before, String otherBlockId)
  • Method Details