Uses of Class
org.kie.workbench.common.dmn.client.editors.expressions.types.relation.RelationUIModelMapper
-
-
Uses of RelationUIModelMapper in org.kie.workbench.common.dmn.client.commands.expressions.types.relation
Constructors in org.kie.workbench.common.dmn.client.commands.expressions.types.relation with parameters of type RelationUIModelMapper Constructor Description AddRelationColumnCommand(org.kie.workbench.common.dmn.api.definition.model.Relation relation, org.kie.workbench.common.dmn.api.definition.model.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(org.kie.workbench.common.dmn.api.definition.model.Relation relation, org.kie.workbench.common.dmn.api.definition.model.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(org.kie.workbench.common.dmn.api.definition.model.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) -
Uses of RelationUIModelMapper in org.kie.workbench.common.dmn.client.editors.expressions.types.relation
Methods in org.kie.workbench.common.dmn.client.editors.expressions.types.relation that return RelationUIModelMapper Modifier and Type Method Description RelationUIModelMapperRelationGrid. makeUiModelMapper()
-