| Constructor and Description |
|---|
SetCellValueCommand(GridCellValueTuple cellTuple,
Supplier<UIModelMapper> uiModelMapper,
org.uberfire.mvp.Command canvasOperation) |
| Modifier and Type | Method and Description |
|---|---|
protected Function<GridCellValueTuple,Command> |
BaseExpressionGrid.newCellHasValueCommand() |
protected Function<GridCellValueTuple,Command> |
BaseExpressionGrid.newHeaderHasValueCommand() |
| Modifier and Type | Method and Description |
|---|---|
Function<GridCellValueTuple,Command> |
TextBoxSingletonDOMElementFactory.getHasValueCommand() |
Function<GridCellValueTuple,Command> |
TextAreaSingletonDOMElementFactory.getHasValueCommand() |
| Constructor and Description |
|---|
TextAreaSingletonDOMElementFactory(DMNGridPanel gridPanel,
org.uberfire.ext.wires.core.grids.client.widget.layer.GridLayer gridLayer,
org.uberfire.ext.wires.core.grids.client.widget.grid.GridWidget gridWidget,
SessionManager sessionManager,
SessionCommandManager<AbstractCanvasHandler> sessionCommandManager,
Function<GridCellTuple,Command> hasNoValueCommand,
Function<GridCellValueTuple,Command> hasValueCommand) |
TextBoxSingletonDOMElementFactory(DMNGridPanel gridPanel,
org.uberfire.ext.wires.core.grids.client.widget.layer.GridLayer gridLayer,
org.uberfire.ext.wires.core.grids.client.widget.grid.GridWidget gridWidget,
SessionManager sessionManager,
SessionCommandManager<AbstractCanvasHandler> sessionCommandManager,
Function<GridCellTuple,Command> hasNoValueCommand,
Function<GridCellValueTuple,Command> hasValueCommand) |
| Constructor and Description |
|---|
TextAreaDOMElement(org.gwtbootstrap3.client.ui.TextArea widget,
org.uberfire.ext.wires.core.grids.client.widget.layer.GridLayer gridLayer,
org.uberfire.ext.wires.core.grids.client.widget.grid.GridWidget gridWidget,
SessionManager sessionManager,
SessionCommandManager<AbstractCanvasHandler> sessionCommandManager,
Function<GridCellTuple,Command> hasNoValueCommand,
Function<GridCellValueTuple,Command> hasValueCommand) |
TextBoxDOMElement(org.gwtbootstrap3.client.ui.TextBox widget,
org.uberfire.ext.wires.core.grids.client.widget.layer.GridLayer gridLayer,
org.uberfire.ext.wires.core.grids.client.widget.grid.GridWidget gridWidget,
SessionManager sessionManager,
SessionCommandManager<AbstractCanvasHandler> sessionCommandManager,
Function<GridCellTuple,Command> hasNoValueCommand,
Function<GridCellValueTuple,Command> hasValueCommand) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.