Uses of Class
org.kie.workbench.common.dmn.client.editors.expressions.types.function.FunctionGrid
-
-
Uses of FunctionGrid in org.kie.workbench.common.dmn.client.editors.expressions.types.function
Constructors in org.kie.workbench.common.dmn.client.editors.expressions.types.function with parameters of type FunctionGrid Constructor Description FunctionColumnParametersHeaderMetaData(Supplier<Optional<org.kie.workbench.common.dmn.api.definition.model.FunctionDefinition>> functionSupplier, org.jboss.errai.ui.client.local.spi.TranslationService translationService, CellEditorControlsView.Presenter cellEditorControls, ParametersPopoverView.Presenter editor, FunctionGrid gridWidget)FunctionKindRowColumn(Supplier<Optional<org.kie.workbench.common.dmn.api.definition.model.FunctionDefinition>> functionSupplier, CellEditorControlsView.Presenter cellEditorControls, KindPopoverView.Presenter editor, double width, FunctionGrid gridWidget) -
Uses of FunctionGrid 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 FunctionGrid Modifier and Type Method Description protected Optional<FunctionGrid>LiteralExpressionPMMLGrid. getParentFunctionGrid()
-