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) |
AddRelationRowCommand(Relation relation,
List row,
org.uberfire.ext.wires.core.grids.client.model.GridData uiModel,
org.uberfire.ext.wires.core.grids.client.model.GridRow uiModelRow,
int uiRowIndex,
RelationUIModelMapper uiModelMapper,
org.uberfire.mvp.Command canvasOperation) |
DeleteRelationColumnCommand(Relation relation,
org.uberfire.ext.wires.core.grids.client.model.GridData uiModel,
int uiColumnIndex,
RelationUIModelMapper uiModelMapper,
org.uberfire.mvp.Command executeCanvasOperation,
org.uberfire.mvp.Command undoCanvasOperation) |