Uses of Interface
org.kie.workbench.common.dmn.client.widgets.grid.model.UIModelMapper
-
-
Uses of UIModelMapper in org.kie.workbench.common.dmn.client.commands.general
Fields in org.kie.workbench.common.dmn.client.commands.general declared as UIModelMapper Modifier and Type Field Description protected UIModelMapperBaseClearExpressionCommand. uiModelMapperConstructors in org.kie.workbench.common.dmn.client.commands.general with parameters of type UIModelMapper Constructor Description BaseClearExpressionCommand(GridCellTuple cellTuple, org.kie.workbench.common.dmn.api.definition.HasExpression hasExpression, UIModelMapper uiModelMapper, org.uberfire.mvp.Command executeCanvasOperation, org.uberfire.mvp.Command undoCanvasOperation)Constructor parameters in org.kie.workbench.common.dmn.client.commands.general with type arguments of type UIModelMapper Constructor Description DeleteCellValueCommand(GridCellTuple cellTuple, Supplier<UIModelMapper> uiModelMapper, org.uberfire.mvp.Command canvasOperation)SetCellValueCommand(GridCellValueTuple cellTuple, Supplier<UIModelMapper> uiModelMapper, org.uberfire.mvp.Command canvasOperation) -
Uses of UIModelMapper in org.kie.workbench.common.dmn.client.editors.expressions
Classes in org.kie.workbench.common.dmn.client.editors.expressions that implement UIModelMapper Modifier and Type Class Description classExpressionContainerUIModelMapper -
Uses of UIModelMapper in org.kie.workbench.common.dmn.client.editors.expressions.types.context
Classes in org.kie.workbench.common.dmn.client.editors.expressions.types.context that implement UIModelMapper Modifier and Type Class Description classContextUIModelMapper -
Uses of UIModelMapper in org.kie.workbench.common.dmn.client.editors.expressions.types.dtable
Classes in org.kie.workbench.common.dmn.client.editors.expressions.types.dtable that implement UIModelMapper Modifier and Type Class Description classDecisionTableUIModelMapper -
Uses of UIModelMapper in org.kie.workbench.common.dmn.client.editors.expressions.types.function
Classes in org.kie.workbench.common.dmn.client.editors.expressions.types.function that implement UIModelMapper Modifier and Type Class Description classFunctionUIModelMapper -
Uses of UIModelMapper in org.kie.workbench.common.dmn.client.editors.expressions.types.function.supplementary
Classes in org.kie.workbench.common.dmn.client.editors.expressions.types.function.supplementary that implement UIModelMapper Modifier and Type Class Description classFunctionSupplementaryGridUIModelMapper -
Uses of UIModelMapper in org.kie.workbench.common.dmn.client.editors.expressions.types.function.supplementary.pmml
Classes in org.kie.workbench.common.dmn.client.editors.expressions.types.function.supplementary.pmml that implement UIModelMapper Modifier and Type Class Description classLiteralExpressionPMMLUIModelMapper -
Uses of UIModelMapper in org.kie.workbench.common.dmn.client.editors.expressions.types.invocation
Classes in org.kie.workbench.common.dmn.client.editors.expressions.types.invocation that implement UIModelMapper Modifier and Type Class Description classInvocationUIModelMapper -
Uses of UIModelMapper in org.kie.workbench.common.dmn.client.editors.expressions.types.list
Classes in org.kie.workbench.common.dmn.client.editors.expressions.types.list that implement UIModelMapper Modifier and Type Class Description classListUIModelMapper -
Uses of UIModelMapper in org.kie.workbench.common.dmn.client.editors.expressions.types.literal
Classes in org.kie.workbench.common.dmn.client.editors.expressions.types.literal that implement UIModelMapper Modifier and Type Class Description classLiteralExpressionUIModelMapper -
Uses of UIModelMapper in org.kie.workbench.common.dmn.client.editors.expressions.types.relation
Classes in org.kie.workbench.common.dmn.client.editors.expressions.types.relation that implement UIModelMapper Modifier and Type Class Description classRelationUIModelMapper -
Uses of UIModelMapper in org.kie.workbench.common.dmn.client.editors.expressions.types.undefined
Classes in org.kie.workbench.common.dmn.client.editors.expressions.types.undefined that implement UIModelMapper Modifier and Type Class Description classUndefinedExpressionUIModelMapper -
Uses of UIModelMapper in org.kie.workbench.common.dmn.client.widgets.grid.model
Classes in org.kie.workbench.common.dmn.client.widgets.grid.model that implement UIModelMapper Modifier and Type Class Description classBaseUIModelMapper<E extends org.kie.workbench.common.dmn.api.definition.model.Expression>
-