public class CheckBoxDOMElement extends BaseDOMElement<Boolean,org.gwtbootstrap3.client.ui.CheckBox>
context, domElementContainer, gridLayer, gridWidget, widget, widgetContainer| Constructor and Description |
|---|
CheckBoxDOMElement(org.gwtbootstrap3.client.ui.CheckBox widget,
GridLayer gridLayer,
GridWidget gridWidget) |
| Modifier and Type | Method and Description |
|---|---|
void |
flush(Boolean 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 CheckBoxDOMElement(org.gwtbootstrap3.client.ui.CheckBox widget,
GridLayer gridLayer,
GridWidget gridWidget)
public void initialise(GridBodyCellRenderContext context)
BaseDOMElementinitialise in class BaseDOMElement<Boolean,org.gwtbootstrap3.client.ui.CheckBox>context - The render context for the cell.public void flush(Boolean value)
BaseDOMElementflush in class BaseDOMElement<Boolean,org.gwtbootstrap3.client.ui.CheckBox>value - The cell value requiring a DOMElement.Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.