public class TextAreaDOMElement 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 and Description |
|---|
TextAreaDOMElement(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,
SessionManager sessionManager,
SessionCommandManager<AbstractCanvasHandler> sessionCommandManager,
Function<GridCellTuple,Command> hasNoValueCommand,
Function<GridCellValueTuple,Command> hasValueCommand) |
| Modifier and Type | Method and Description |
|---|---|
void |
flush(String value) |
int |
getTabIndex() |
String |
getValue() |
void |
initialise(org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyCellRenderContext context) |
void |
setAccessKey(char key) |
void |
setFocus(boolean focused) |
void |
setTabIndex(int index) |
void |
setValue(String value) |
public TextAreaDOMElement(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,
SessionManager sessionManager,
SessionCommandManager<AbstractCanvasHandler> sessionCommandManager,
Function<GridCellTuple,Command> hasNoValueCommand,
Function<GridCellValueTuple,Command> hasValueCommand)
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.Focusablepublic void setAccessKey(char key)
setAccessKey in interface com.google.gwt.user.client.ui.Focusablepublic void setFocus(boolean focused)
setFocus in interface com.google.gwt.user.client.ui.Focusablepublic void setTabIndex(int index)
setTabIndex in interface com.google.gwt.user.client.ui.FocusableCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.