public class TextBoxSingletonDOMElementFactory extends org.uberfire.ext.wires.core.grids.client.widget.dom.single.impl.BaseSingletonDOMElementFactory<String,org.gwtbootstrap3.client.ui.TextBox,TextBoxDOMElement>
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
protected TextBoxDOMElement |
createDomElementInternal(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) |
org.gwtbootstrap3.client.ui.TextBox |
createWidget() |
Function<GridCellTuple,Command> |
getHasNoValueCommand() |
Function<GridCellValueTuple,Command> |
getHasValueCommand() |
protected String |
getValue() |
public 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)
public Function<GridCellTuple,Command> getHasNoValueCommand()
public Function<GridCellValueTuple,Command> getHasValueCommand()
public org.gwtbootstrap3.client.ui.TextBox createWidget()
protected TextBoxDOMElement createDomElementInternal(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)
createDomElementInternal
in class org.uberfire.ext.wires.core.grids.client.widget.dom.single.impl.BaseSingletonDOMElementFactory<String,org.gwtbootstrap3.client.ui.TextBox,TextBoxDOMElement>
protected String getValue()
getValue
in class org.uberfire.ext.wires.core.grids.client.widget.dom.single.impl.BaseSingletonDOMElementFactory<String,org.gwtbootstrap3.client.ui.TextBox,TextBoxDOMElement>
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.