Klasse UiPageView.AddBlockCommand

java.lang.Object
org.teamapps.dto.UiPageView.AddBlockCommand
Alle implementierten Schnittstellen:
UiCommand<Void>
Umschließende Klasse:
UiPageView

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

    • componentId

      protected String componentId
    • block

      protected UiPageViewBlock block
    • before

      protected boolean before
    • otherBlockId

      protected String otherBlockId
  • Konstruktordetails

    • AddBlockCommand

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

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