public class MoveRowsCommand extends AbstractCanvasGraphCommand implements VetoExecutionCommand, VetoUndoCommand
Constructor and Description |
---|
MoveRowsCommand(Invocation invocation,
DMNGridData uiModel,
int index,
List<org.uberfire.ext.wires.core.grids.client.model.GridRow> uiRows,
org.uberfire.mvp.Command canvasOperation) |
Modifier and Type | Method and Description |
---|---|
protected Command<AbstractCanvasHandler,CanvasViolation> |
newCanvasCommand(AbstractCanvasHandler ach) |
protected Command<GraphCommandExecutionContext,RuleViolation> |
newGraphCommand(AbstractCanvasHandler ach) |
void |
updateParentInformation() |
void |
updateRowNumbers() |
allow, execute, getCanvasCommand, getGraphCommand, getNode, undo
buildResult, checkShapeNotNull, toUUID, toUUIDs
public MoveRowsCommand(Invocation invocation, DMNGridData uiModel, int index, List<org.uberfire.ext.wires.core.grids.client.model.GridRow> uiRows, org.uberfire.mvp.Command canvasOperation)
protected Command<GraphCommandExecutionContext,RuleViolation> newGraphCommand(AbstractCanvasHandler ach)
newGraphCommand
in class AbstractCanvasGraphCommand
protected Command<AbstractCanvasHandler,CanvasViolation> newCanvasCommand(AbstractCanvasHandler ach)
newCanvasCommand
in class AbstractCanvasGraphCommand
public void updateRowNumbers()
public void updateParentInformation()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.