Class ScenarioCellTextAreaSingletonDOMElementFactory

  • 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 ScenarioCellTextAreaSingletonDOMElementFactory
    extends AbstractTextBoxSingletonDOMElementFactory<org.uberfire.ext.wires.core.grids.client.widget.dom.impl.BaseDOMElement<String,​org.gwtbootstrap3.client.ui.TextArea>>
    • Field Summary

      • Fields inherited from class org.uberfire.ext.wires.core.grids.client.widget.dom.single.impl.BaseSingletonDOMElementFactory

        e, gridLayer, gridPanel, gridWidget, widget
    • Constructor Summary

      Constructors 
      Constructor Description
      ScenarioCellTextAreaSingletonDOMElementFactory​(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)  
    • Constructor Detail

      • ScenarioCellTextAreaSingletonDOMElementFactory

        public ScenarioCellTextAreaSingletonDOMElementFactory​(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:
        createDomElementInternal in class org.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>>