Class AbstractTextBoxSingletonDOMElementFactory<T extends org.uberfire.ext.wires.core.grids.client.widget.dom.impl.BaseDOMElement<String,org.gwtbootstrap3.client.ui.TextArea>>
- java.lang.Object
-
- org.uberfire.ext.wires.core.grids.client.widget.dom.single.impl.BaseSingletonDOMElementFactory<String,org.gwtbootstrap3.client.ui.TextArea,T>
-
- org.drools.workbench.screens.scenariosimulation.client.factories.AbstractTextBoxSingletonDOMElementFactory<T>
-
- All Implemented Interfaces:
org.uberfire.ext.wires.core.grids.client.widget.dom.DOMElementFactory<org.gwtbootstrap3.client.ui.TextArea,T>,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<org.gwtbootstrap3.client.ui.TextArea,T>
- Direct Known Subclasses:
ScenarioCellTextAreaSingletonDOMElementFactory,ScenarioExpressionCellTextAreaSingletonDOMElementFactory,ScenarioHeaderTextBoxSingletonDOMElementFactory
public abstract class AbstractTextBoxSingletonDOMElementFactory<T extends org.uberfire.ext.wires.core.grids.client.widget.dom.impl.BaseDOMElement<String,org.gwtbootstrap3.client.ui.TextArea>> extends org.uberfire.ext.wires.core.grids.client.widget.dom.single.impl.BaseSingletonDOMElementFactory<String,org.gwtbootstrap3.client.ui.TextArea,T>
-
-
Constructor Summary
Constructors Constructor Description AbstractTextBoxSingletonDOMElementFactory(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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.gwtbootstrap3.client.ui.TextAreacreateWidget()protected StringgetValue()
-
-
-
Constructor Detail
-
AbstractTextBoxSingletonDOMElementFactory
public AbstractTextBoxSingletonDOMElementFactory(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)
-
-
Method Detail
-
createWidget
public org.gwtbootstrap3.client.ui.TextArea createWidget()
-
getValue
protected String getValue()
- Specified by:
getValuein classorg.uberfire.ext.wires.core.grids.client.widget.dom.single.impl.BaseSingletonDOMElementFactory<String,org.gwtbootstrap3.client.ui.TextArea,T extends org.uberfire.ext.wires.core.grids.client.widget.dom.impl.BaseDOMElement<String,org.gwtbootstrap3.client.ui.TextArea>>
-
-