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, transform
public CheckBoxDOMElement(org.gwtbootstrap3.client.ui.CheckBox widget, GridLayer gridLayer, GridWidget gridWidget)
public void initialise(GridBodyCellRenderContext context)
BaseDOMElement
initialise
in class BaseDOMElement<Boolean,org.gwtbootstrap3.client.ui.CheckBox>
context
- The render context for the cell.public void flush(Boolean value)
BaseDOMElement
flush
in class BaseDOMElement<Boolean,org.gwtbootstrap3.client.ui.CheckBox>
value
- The cell value requiring a DOMElement.Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.