public class TextBoxDOMElement extends BaseDOMElement<String,org.gwtbootstrap3.client.ui.TextBox>
context, domElementContainer, gridLayer, gridWidget, widget, widgetContainer| Constructor and Description |
|---|
TextBoxDOMElement(org.gwtbootstrap3.client.ui.TextBox widget,
GridLayer gridLayer,
GridWidget gridWidget) |
| Modifier and Type | Method and Description |
|---|---|
void |
flush(String value)
Flush the state of the GWT Widget to the underlying GridWidget.
|
void |
initialise(GridBodyCellRenderContext context)
Initialise the DOMElement for the given cell and render context.
|
attach, detach, getContainer, getWidget, setContext, setupDelegatingClickHandler, setupDelegatingMouseDownHandler, setupDelegatingMouseMoveHandler, setupDelegatingMouseUpHandler, transformpublic TextBoxDOMElement(org.gwtbootstrap3.client.ui.TextBox widget,
GridLayer gridLayer,
GridWidget gridWidget)
public void initialise(GridBodyCellRenderContext context)
BaseDOMElementinitialise in class BaseDOMElement<String,org.gwtbootstrap3.client.ui.TextBox>context - The render context for the cell.public void flush(String value)
BaseDOMElementflush in class BaseDOMElement<String,org.gwtbootstrap3.client.ui.TextBox>value - The cell value requiring a DOMElement.Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.