Class UiPageView.AddBlockCommand
java.lang.Object
org.teamapps.dto.UiPageView.AddBlockCommand
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected UiPageViewBlockprotected Stringprotected String -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.AddBlockCommand(String componentId, UiPageViewBlock block, boolean before, String otherBlockId) -
Method Summary
-
Field Details
-
componentId
-
block
-
before
protected boolean before -
otherBlockId
-
-
Constructor Details
-
AddBlockCommand
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
AddBlockCommand
public AddBlockCommand(String componentId, UiPageViewBlock block, boolean before, String otherBlockId)
-
-
Method Details
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiCommand<Void>
-
getBlock
-
getBefore
public boolean getBefore() -
getOtherBlockId
-