public class InvocationUIModelMapper extends BaseUIModelMapper<Invocation>
| Modifier and Type | Field and Description |
|---|---|
static int |
BINDING_EXPRESSION_COLUMN_INDEX |
static int |
BINDING_PARAMETER_COLUMN_INDEX |
static int |
ROW_NUMBER_COLUMN_INDEX |
dmnModel, uiModel| Constructor and Description |
|---|
InvocationUIModelMapper(org.uberfire.ext.wires.core.grids.client.widget.grid.GridWidget gridWidget,
Supplier<org.uberfire.ext.wires.core.grids.client.model.GridData> uiModel,
Supplier<Optional<Invocation>> dmnModel,
Supplier<Boolean> isOnlyVisualChangeAllowedSupplier,
Supplier<ExpressionEditorDefinitions> expressionEditorDefinitionsSupplier,
ListSelectorView.Presenter listSelector,
int nesting) |
| Modifier and Type | Method and Description |
|---|---|
void |
fromDMNModel(int rowIndex,
int columnIndex) |
void |
toDMNModel(int rowIndex,
int columnIndex,
Supplier<Optional<org.uberfire.ext.wires.core.grids.client.model.GridCellValue<?>>> cell) |
getDmnModel, getUiModelpublic static final int ROW_NUMBER_COLUMN_INDEX
public static final int BINDING_PARAMETER_COLUMN_INDEX
public static final int BINDING_EXPRESSION_COLUMN_INDEX
public InvocationUIModelMapper(org.uberfire.ext.wires.core.grids.client.widget.grid.GridWidget gridWidget,
Supplier<org.uberfire.ext.wires.core.grids.client.model.GridData> uiModel,
Supplier<Optional<Invocation>> dmnModel,
Supplier<Boolean> isOnlyVisualChangeAllowedSupplier,
Supplier<ExpressionEditorDefinitions> expressionEditorDefinitionsSupplier,
ListSelectorView.Presenter listSelector,
int nesting)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.