public class AddInputClauseCommand extends AbstractCanvasGraphCommand implements VetoExecutionCommand, VetoUndoCommand
| Constructor and Description |
|---|
AddInputClauseCommand(DecisionTable dtable,
InputClause inputClause,
org.uberfire.ext.wires.core.grids.client.model.GridData uiModel,
Supplier<InputClauseColumn> uiModelColumnSupplier,
int uiColumnIndex,
DecisionTableUIModelMapper uiModelMapper,
org.uberfire.mvp.Command executeCanvasOperation,
org.uberfire.mvp.Command undoCanvasOperation) |
| Modifier and Type | Method and Description |
|---|---|
protected Command<AbstractCanvasHandler,CanvasViolation> |
newCanvasCommand(AbstractCanvasHandler context) |
protected Command<GraphCommandExecutionContext,RuleViolation> |
newGraphCommand(AbstractCanvasHandler context) |
void |
updateParentInformation() |
allow, execute, getCanvasCommand, getGraphCommand, getNode, undobuildResult, checkShapeNotNull, toUUID, toUUIDspublic AddInputClauseCommand(DecisionTable dtable, InputClause inputClause, org.uberfire.ext.wires.core.grids.client.model.GridData uiModel, Supplier<InputClauseColumn> uiModelColumnSupplier, int uiColumnIndex, DecisionTableUIModelMapper uiModelMapper, org.uberfire.mvp.Command executeCanvasOperation, org.uberfire.mvp.Command undoCanvasOperation)
protected Command<GraphCommandExecutionContext,RuleViolation> newGraphCommand(AbstractCanvasHandler context)
newGraphCommand in class AbstractCanvasGraphCommandprotected Command<AbstractCanvasHandler,CanvasViolation> newCanvasCommand(AbstractCanvasHandler context)
newCanvasCommand in class AbstractCanvasGraphCommandpublic void updateParentInformation()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.