Uses of Class
org.kie.workbench.common.dmn.client.widgets.grid.model.GridCellValueTuple
-
-
Uses of GridCellValueTuple in org.kie.workbench.common.dmn.client.commands.general
Constructors in org.kie.workbench.common.dmn.client.commands.general with parameters of type GridCellValueTuple Constructor Description SetCellValueCommand(GridCellValueTuple cellTuple, Supplier<UIModelMapper> uiModelMapper, org.uberfire.mvp.Command canvasOperation) -
Uses of GridCellValueTuple in org.kie.workbench.common.dmn.client.editors.expressions.types.function.supplementary.pmml
Methods in org.kie.workbench.common.dmn.client.editors.expressions.types.function.supplementary.pmml that return types with arguments of type GridCellValueTuple Modifier and Type Method Description Function<GridCellValueTuple,org.kie.workbench.common.stunner.core.command.Command>LiteralExpressionPMMLGrid. newCellHasValueCommand() -
Uses of GridCellValueTuple in org.kie.workbench.common.dmn.client.widgets.grid
Methods in org.kie.workbench.common.dmn.client.widgets.grid that return types with arguments of type GridCellValueTuple Modifier and Type Method Description protected Function<GridCellValueTuple,org.kie.workbench.common.stunner.core.command.Command>BaseExpressionGrid. newCellHasValueCommand()protected Function<GridCellValueTuple,org.kie.workbench.common.stunner.core.command.Command>BaseExpressionGrid. newHeaderHasValueCommand() -
Uses of GridCellValueTuple in org.kie.workbench.common.dmn.client.widgets.grid.columns.factory
Methods in org.kie.workbench.common.dmn.client.widgets.grid.columns.factory that return types with arguments of type GridCellValueTuple Modifier and Type Method Description Function<GridCellValueTuple,org.kie.workbench.common.stunner.core.command.Command>AutocompleteTextAreaDOMElementFactory. getHasValueCommand()Function<GridCellValueTuple,org.kie.workbench.common.stunner.core.command.Command>ListBoxSingletonDOMElementFactory. getHasValueCommand()Function<GridCellValueTuple,org.kie.workbench.common.stunner.core.command.Command>TextAreaSingletonDOMElementFactory. getHasValueCommand()Function<GridCellValueTuple,org.kie.workbench.common.stunner.core.command.Command>TextBoxSingletonDOMElementFactory. getHasValueCommand()
-