Class ListBoxSingletonDOMElementFactory
- java.lang.Object
-
- org.uberfire.ext.wires.core.grids.client.widget.dom.single.impl.BaseSingletonDOMElementFactory<String,com.google.gwt.user.client.ui.ListBox,ListBoxDOMElement>
-
- org.kie.workbench.common.dmn.client.widgets.grid.columns.factory.ListBoxSingletonDOMElementFactory
-
- All Implemented Interfaces:
org.uberfire.ext.wires.core.grids.client.widget.dom.DOMElementFactory<com.google.gwt.user.client.ui.ListBox,ListBoxDOMElement>,org.uberfire.ext.wires.core.grids.client.widget.dom.HasDOMElementResources,org.uberfire.ext.wires.core.grids.client.widget.dom.single.HasSingletonDOMElementResource,org.uberfire.ext.wires.core.grids.client.widget.dom.single.SingletonDOMElementFactory<com.google.gwt.user.client.ui.ListBox,ListBoxDOMElement>
public class ListBoxSingletonDOMElementFactory extends org.uberfire.ext.wires.core.grids.client.widget.dom.single.impl.BaseSingletonDOMElementFactory<String,com.google.gwt.user.client.ui.ListBox,ListBoxDOMElement>
-
-
Constructor Summary
Constructors Constructor 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, org.kie.workbench.common.stunner.core.client.api.SessionManager sessionManager, org.kie.workbench.common.stunner.core.client.command.SessionCommandManager<org.kie.workbench.common.stunner.core.client.canvas.AbstractCanvasHandler> sessionCommandManager, Function<GridCellTuple,org.kie.workbench.common.stunner.core.command.Command> hasNoValueCommand, Function<GridCellValueTuple,org.kie.workbench.common.stunner.core.command.Command> hasValueCommand)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ListBoxDOMElementcreateDomElementInternal(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)com.google.gwt.user.client.ui.ListBoxcreateWidget()Function<GridCellTuple,org.kie.workbench.common.stunner.core.command.Command>getHasNoValueCommand()Function<GridCellValueTuple,org.kie.workbench.common.stunner.core.command.Command>getHasValueCommand()protected StringgetValue()
-
-
-
Constructor Detail
-
ListBoxSingletonDOMElementFactory
public 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, org.kie.workbench.common.stunner.core.client.api.SessionManager sessionManager, org.kie.workbench.common.stunner.core.client.command.SessionCommandManager<org.kie.workbench.common.stunner.core.client.canvas.AbstractCanvasHandler> sessionCommandManager, Function<GridCellTuple,org.kie.workbench.common.stunner.core.command.Command> hasNoValueCommand, Function<GridCellValueTuple,org.kie.workbench.common.stunner.core.command.Command> hasValueCommand)
-
-
Method Detail
-
getHasNoValueCommand
public Function<GridCellTuple,org.kie.workbench.common.stunner.core.command.Command> getHasNoValueCommand()
-
getHasValueCommand
public Function<GridCellValueTuple,org.kie.workbench.common.stunner.core.command.Command> getHasValueCommand()
-
createWidget
public com.google.gwt.user.client.ui.ListBox createWidget()
-
getValue
protected String getValue()
- Specified by:
getValuein classorg.uberfire.ext.wires.core.grids.client.widget.dom.single.impl.BaseSingletonDOMElementFactory<String,com.google.gwt.user.client.ui.ListBox,ListBoxDOMElement>
-
createDomElementInternal
protected ListBoxDOMElement createDomElementInternal(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)
- Specified by:
createDomElementInternalin classorg.uberfire.ext.wires.core.grids.client.widget.dom.single.impl.BaseSingletonDOMElementFactory<String,com.google.gwt.user.client.ui.ListBox,ListBoxDOMElement>
-
-