public class AddRelationColumnCommand extends AbstractCanvasGraphCommand implements VetoExecutionCommand, VetoUndoCommand
Constructor and Description |
---|
AddRelationColumnCommand(Relation relation,
InformationItem informationItem,
org.uberfire.ext.wires.core.grids.client.model.GridData uiModel,
Supplier<RelationColumn> uiModelColumnSupplier,
int uiColumnIndex,
RelationUIModelMapper uiModelMapper,
org.uberfire.mvp.Command executeCanvasOperation,
org.uberfire.mvp.Command undoCanvasOperation) |
Modifier and Type | Method and Description |
---|---|
protected Command<AbstractCanvasHandler,CanvasViolation> |
newCanvasCommand(AbstractCanvasHandler handler) |
protected Command<GraphCommandExecutionContext,RuleViolation> |
newGraphCommand(AbstractCanvasHandler handler) |
void |
updateParentInformation() |
allow, execute, getCanvasCommand, getGraphCommand, getNode, undo
buildResult, checkShapeNotNull, toUUID, toUUIDs
public AddRelationColumnCommand(Relation relation, InformationItem informationItem, org.uberfire.ext.wires.core.grids.client.model.GridData uiModel, Supplier<RelationColumn> uiModelColumnSupplier, int uiColumnIndex, RelationUIModelMapper uiModelMapper, org.uberfire.mvp.Command executeCanvasOperation, org.uberfire.mvp.Command undoCanvasOperation)
protected Command<GraphCommandExecutionContext,RuleViolation> newGraphCommand(AbstractCanvasHandler handler)
newGraphCommand
in class AbstractCanvasGraphCommand
protected Command<AbstractCanvasHandler,CanvasViolation> newCanvasCommand(AbstractCanvasHandler handler)
newCanvasCommand
in class AbstractCanvasGraphCommand
public void updateParentInformation()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.