Class ScenarioExpressionCellTextAreaSingletonDOMElementFactory
- 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<org.uberfire.ext.wires.core.grids.client.widget.dom.impl.BaseDOMElement<String,org.gwtbootstrap3.client.ui.TextArea>>
-
- org.drools.workbench.screens.scenariosimulation.client.factories.ScenarioExpressionCellTextAreaSingletonDOMElementFactory
-
- All Implemented Interfaces:
org.uberfire.ext.wires.core.grids.client.widget.dom.DOMElementFactory<org.gwtbootstrap3.client.ui.TextArea,org.uberfire.ext.wires.core.grids.client.widget.dom.impl.BaseDOMElement<String,org.gwtbootstrap3.client.ui.TextArea>>,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,org.uberfire.ext.wires.core.grids.client.widget.dom.impl.BaseDOMElement<String,org.gwtbootstrap3.client.ui.TextArea>>
public class ScenarioExpressionCellTextAreaSingletonDOMElementFactory extends AbstractTextBoxSingletonDOMElementFactory<org.uberfire.ext.wires.core.grids.client.widget.dom.impl.BaseDOMElement<String,org.gwtbootstrap3.client.ui.TextArea>>
-
-
Constructor Summary
Constructors Constructor Description ScenarioExpressionCellTextAreaSingletonDOMElementFactory(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 protected voidcheckEmptyExpression()protected voidcheckEmptyExpression(com.google.gwt.event.dom.client.KeyDownEvent event)protected voidcheckExpressionSyntax()protected org.uberfire.ext.wires.core.grids.client.widget.dom.impl.BaseDOMElement<String,org.gwtbootstrap3.client.ui.TextArea>createDomElementInternal(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)org.gwtbootstrap3.client.ui.TextAreacreateWidget()-
Methods inherited from class org.drools.workbench.screens.scenariosimulation.client.factories.AbstractTextBoxSingletonDOMElementFactory
getValue
-
-
-
-
Constructor Detail
-
ScenarioExpressionCellTextAreaSingletonDOMElementFactory
public ScenarioExpressionCellTextAreaSingletonDOMElementFactory(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
-
createDomElementInternal
protected org.uberfire.ext.wires.core.grids.client.widget.dom.impl.BaseDOMElement<String,org.gwtbootstrap3.client.ui.TextArea> createDomElementInternal(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)
- Specified by:
createDomElementInternalin classorg.uberfire.ext.wires.core.grids.client.widget.dom.single.impl.BaseSingletonDOMElementFactory<String,org.gwtbootstrap3.client.ui.TextArea,org.uberfire.ext.wires.core.grids.client.widget.dom.impl.BaseDOMElement<String,org.gwtbootstrap3.client.ui.TextArea>>
-
createWidget
public org.gwtbootstrap3.client.ui.TextArea createWidget()
- Specified by:
createWidgetin interfaceorg.uberfire.ext.wires.core.grids.client.widget.dom.DOMElementFactory<org.gwtbootstrap3.client.ui.TextArea,org.uberfire.ext.wires.core.grids.client.widget.dom.impl.BaseDOMElement<String,org.gwtbootstrap3.client.ui.TextArea>>- Overrides:
createWidgetin classAbstractTextBoxSingletonDOMElementFactory<org.uberfire.ext.wires.core.grids.client.widget.dom.impl.BaseDOMElement<String,org.gwtbootstrap3.client.ui.TextArea>>
-
checkExpressionSyntax
protected void checkExpressionSyntax()
-
checkEmptyExpression
protected void checkEmptyExpression(com.google.gwt.event.dom.client.KeyDownEvent event)
-
checkEmptyExpression
protected void checkEmptyExpression()
-
-