public class MoveColumnsCommand extends AbstractCanvasGraphCommand implements VetoExecutionCommand, VetoUndoCommand
| Constructor and Description |
|---|
MoveColumnsCommand(DecisionTable dtable,
DMNGridData uiModel,
int index,
List<org.uberfire.ext.wires.core.grids.client.model.GridColumn<?>> columns,
org.uberfire.mvp.Command canvasOperation) |
| Modifier and Type | Method and Description |
|---|---|
protected Command<AbstractCanvasHandler,CanvasViolation> |
newCanvasCommand(AbstractCanvasHandler context) |
protected Command<GraphCommandExecutionContext,RuleViolation> |
newGraphCommand(AbstractCanvasHandler context) |
allow, execute, getCanvasCommand, getGraphCommand, getNode, undobuildResult, checkShapeNotNull, toUUID, toUUIDspublic MoveColumnsCommand(DecisionTable dtable, DMNGridData uiModel, int index, List<org.uberfire.ext.wires.core.grids.client.model.GridColumn<?>> columns, org.uberfire.mvp.Command canvasOperation)
protected Command<GraphCommandExecutionContext,RuleViolation> newGraphCommand(AbstractCanvasHandler context)
newGraphCommand in class AbstractCanvasGraphCommandprotected Command<AbstractCanvasHandler,CanvasViolation> newCanvasCommand(AbstractCanvasHandler context)
newCanvasCommand in class AbstractCanvasGraphCommandCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.