Constructor and Description |
---|
SetCellValueCommand(GridCellValueTuple cellTuple,
Supplier<UIModelMapper> uiModelMapper,
org.uberfire.mvp.Command canvasOperation) |
Modifier and Type | Method and Description |
---|---|
Function<GridCellValueTuple,Command> |
LiteralExpressionPMMLGrid.newCellHasValueCommand() |
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() |
Function<GridCellValueTuple,Command> |
ListBoxSingletonDOMElementFactory.getHasValueCommand() |
Constructor and Description |
---|
ListBoxSingletonDOMElementFactory(org.uberfire.ext.wires.core.grids.client.widget.layer.impl.GridLienzoPanel 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) |
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 |
---|
ListBoxDOMElement(com.google.gwt.user.client.ui.ListBox 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) |
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.