Package org.teamapps.dto
Klasse UiPageView.AddBlockCommand
java.lang.Object
org.teamapps.dto.UiPageView.AddBlockCommand
- Umschließende Klasse:
UiPageView
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected booleanprotected UiPageViewBlockprotected Stringprotected String -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungVeraltet.Only for Jackson deserialization.AddBlockCommand(String componentId, UiPageViewBlock block, boolean before, String otherBlockId) -
Methodenübersicht
-
Felddetails
-
componentId
-
block
-
before
protected boolean before -
otherBlockId
-
-
Konstruktordetails
-
AddBlockCommand
Veraltet.Only for Jackson deserialization. Use the other constructor instead. -
AddBlockCommand
public AddBlockCommand(String componentId, UiPageViewBlock block, boolean before, String otherBlockId)
-
-
Methodendetails
-
toString
-
getComponentId
- Angegeben von:
getComponentIdin SchnittstelleUiCommand<Void>
-
getBlock
-
getBefore
public boolean getBefore() -
getOtherBlockId
-