Class ScenarioCellTextAreaDOMElement

  • All Implemented Interfaces:
    com.google.gwt.user.client.TakesValue<String>, com.google.gwt.user.client.ui.Focusable
    Direct Known Subclasses:
    ScenarioHeaderTextAreaDOMElement

    public class ScenarioCellTextAreaDOMElement
    extends org.uberfire.ext.wires.core.grids.client.widget.dom.impl.BaseDOMElement<String,​org.gwtbootstrap3.client.ui.TextArea>
    implements com.google.gwt.user.client.TakesValue<String>, com.google.gwt.user.client.ui.Focusable
    • Constructor Detail

      • ScenarioCellTextAreaDOMElement

        public ScenarioCellTextAreaDOMElement​(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)
    • Method Detail

      • init

        public void init()
      • setScenarioGridCell

        public void setScenarioGridCell​(ScenarioGridCell scenarioGridCell)
      • initialise

        public void initialise​(org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyCellRenderContext context)
        Specified by:
        initialise in class org.uberfire.ext.wires.core.grids.client.widget.dom.impl.BaseDOMElement<String,​org.gwtbootstrap3.client.ui.TextArea>
      • getValue

        public String getValue()
        Specified by:
        getValue in interface com.google.gwt.user.client.TakesValue<String>
      • setValue

        public void setValue​(String value)
        Specified by:
        setValue in interface com.google.gwt.user.client.TakesValue<String>
      • getTabIndex

        public int getTabIndex()
        Specified by:
        getTabIndex in interface com.google.gwt.user.client.ui.Focusable
      • setTabIndex

        public void setTabIndex​(int index)
        Specified by:
        setTabIndex in interface com.google.gwt.user.client.ui.Focusable
      • setAccessKey

        public void setAccessKey​(char key)
        Specified by:
        setAccessKey in interface com.google.gwt.user.client.ui.Focusable
      • setFocus

        public void setFocus​(boolean focused)
        Specified by:
        setFocus in interface com.google.gwt.user.client.ui.Focusable
      • flush

        public void flush​(String value)
        Specified by:
        flush in class org.uberfire.ext.wires.core.grids.client.widget.dom.impl.BaseDOMElement<String,​org.gwtbootstrap3.client.ui.TextArea>
      • internalFlush

        protected void internalFlush​(String value)
      • detach

        public void detach()
        Overrides:
        detach in class org.uberfire.ext.wires.core.grids.client.widget.dom.impl.BaseDOMElement<String,​org.gwtbootstrap3.client.ui.TextArea>