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
Modifier and Type | Field and Description |
---|---|
protected ScenarioGridCell |
scenarioGridCell |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
detach() |
void |
flush(String value) |
int |
getTabIndex() |
String |
getValue() |
void |
initialise(org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyCellRenderContext context) |
protected void |
internalFlush(String value) |
void |
setAccessKey(char key) |
void |
setFocus(boolean focused) |
void |
setScenarioGridCell(ScenarioGridCell scenarioGridCell) |
void |
setTabIndex(int index) |
void |
setValue(String value) |
protected ScenarioGridCell scenarioGridCell
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)
public void setScenarioGridCell(ScenarioGridCell scenarioGridCell)
public void initialise(org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyCellRenderContext context)
initialise
in class org.uberfire.ext.wires.core.grids.client.widget.dom.impl.BaseDOMElement<String,org.gwtbootstrap3.client.ui.TextArea>
public void setValue(String value)
setValue
in interface com.google.gwt.user.client.TakesValue<String>
public String getValue()
getValue
in interface com.google.gwt.user.client.TakesValue<String>
public int getTabIndex()
getTabIndex
in interface com.google.gwt.user.client.ui.Focusable
public void setAccessKey(char key)
setAccessKey
in interface com.google.gwt.user.client.ui.Focusable
public void setFocus(boolean focused)
setFocus
in interface com.google.gwt.user.client.ui.Focusable
public void setTabIndex(int index)
setTabIndex
in interface com.google.gwt.user.client.ui.Focusable
public void flush(String value)
flush
in class org.uberfire.ext.wires.core.grids.client.widget.dom.impl.BaseDOMElement<String,org.gwtbootstrap3.client.ui.TextArea>
protected void internalFlush(String value)
public void detach()
detach
in class org.uberfire.ext.wires.core.grids.client.widget.dom.impl.BaseDOMElement<String,org.gwtbootstrap3.client.ui.TextArea>
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.