Modifier and Type | Method and Description |
---|---|
default void |
GridColumn.edit(GridCell<T> cell,
GridBodyCellRenderContext context,
Consumer<GridCellValue<T>> callback)
Edit the cell (normally in response to a mouse double-click event)
|
Modifier and Type | Class and Description |
---|---|
class |
GridBodyCellEditContext
The context of a Grid's cell being edited.
|
Modifier and Type | Method and Description |
---|---|
void |
DOMElementFactory.attachDomElement(GridBodyCellRenderContext context,
Consumer<E> onCreation,
Consumer<E> onDisplay)
Initialises a DOMElement for a cell and attach it to the GWT container.
|
Modifier and Type | Field and Description |
---|---|
protected GridBodyCellRenderContext |
BaseDOMElement.context |
Modifier and Type | Method and Description |
---|---|
void |
TextBoxDOMElement.initialise(GridBodyCellRenderContext context) |
void |
ListBoxDOMElement.initialise(GridBodyCellRenderContext context) |
void |
CheckBoxDOMElement.initialise(GridBodyCellRenderContext context) |
abstract void |
BaseDOMElement.initialise(GridBodyCellRenderContext context)
Initialise the DOMElement for the given cell and render context.
|
void |
BaseDOMElement.setContext(GridBodyCellRenderContext context)
Set the Cell context this DOMElement is representing.
|
protected void |
BaseDOMElement.transform(GridBodyCellRenderContext context)
Transform the DOMElement based on the render context, such as scale and position.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseDOMElementFactory.attachDomElement(GridBodyCellRenderContext context,
Consumer<E> onCreation,
Consumer<E> onDisplay) |
Modifier and Type | Method and Description |
---|---|
void |
BaseSingletonDOMElementFactory.attachDomElement(GridBodyCellRenderContext context,
Consumer<E> onCreation,
Consumer<E> onDisplay) |
Modifier and Type | Method and Description |
---|---|
void |
BooleanDOMElementColumn.edit(GridCell<Boolean> cell,
GridBodyCellRenderContext context,
Consumer<GridCellValue<Boolean>> callback) |
void |
StringPopupColumn.edit(GridCell<String> cell,
GridBodyCellRenderContext context,
Consumer<GridCellValue<String>> callback) |
void |
StringDOMElementSingletonColumn.edit(GridCell<String> cell,
GridBodyCellRenderContext context,
Consumer<GridCellValue<String>> callback) |
void |
ListBoxDOMElementSingletonColumn.edit(GridCell<String> cell,
GridBodyCellRenderContext context,
Consumer<GridCellValue<String>> callback) |
Modifier and Type | Method and Description |
---|---|
com.ait.lienzo.client.core.shape.Group |
GridColumnRenderer.renderCell(GridCell<T> cell,
GridBodyCellRenderContext context)
Renders a cell for the column for a row.
|
Modifier and Type | Method and Description |
---|---|
protected com.ait.lienzo.client.core.shape.Group |
BaseGridColumnRenderer.internalRenderCell(GridCell<T> cell,
GridBodyCellRenderContext context,
com.ait.lienzo.client.core.shape.Text text,
String value)
Return the
Group holding the cell data |
com.ait.lienzo.client.core.shape.Group |
IntegerColumnRenderer.renderCell(GridCell<Integer> cell,
GridBodyCellRenderContext context) |
com.ait.lienzo.client.core.shape.Group |
StringColumnRenderer.renderCell(GridCell<String> cell,
GridBodyCellRenderContext context) |
Modifier and Type | Method and Description |
---|---|
com.ait.lienzo.client.core.shape.Group |
BooleanColumnDOMElementRenderer.renderCell(GridCell<Boolean> cell,
GridBodyCellRenderContext context) |
com.ait.lienzo.client.core.shape.Group |
StringColumnDOMElementRenderer.renderCell(GridCell<String> cell,
GridBodyCellRenderContext context) |
Modifier and Type | Method and Description |
---|---|
com.ait.lienzo.client.core.shape.Group |
StringColumnDOMElementSingletonRenderer.renderCell(GridCell<String> cell,
GridBodyCellRenderContext context) |
com.ait.lienzo.client.core.shape.Group |
ListBoxColumnDOMElementSingletonRenderer.renderCell(GridCell<String> cell,
GridBodyCellRenderContext context) |
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.