Modifier and Type | Method and Description |
---|---|
GridCell<?> |
GridData.getCell(int rowIndex,
int columnIndex)
Returns a cell at the specified physical coordinate.
|
Modifier and Type | Method and Description |
---|---|
Map<Integer,GridCell<?>> |
GridRow.getCells()
Returns the cells within the row.
|
Modifier and Type | Method and Description |
---|---|
default void |
GridColumn.edit(GridCell<T> cell,
GridBodyCellEditContext context,
Consumer<GridCellValue<T>> callback)
Edit the cell (normally in response to a mouse double-click event)
|
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 | Method and Description |
---|---|
GridData.Range |
GridData.setCell(int rowIndex,
int columnIndex,
Supplier<GridCell<?>> cellSupplier)
Sets a cell at the specified physical coordinate.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseGridCell<T>
Base implementation of a grid cell to avoid boiler-plate for more specific implementations.
|
Modifier and Type | Field and Description |
---|---|
protected Map<Integer,GridCell<?>> |
BaseGridRow.cells |
Modifier and Type | Method and Description |
---|---|
GridCell<?> |
BaseGridData.getCell(int rowIndex,
int columnIndex) |
Modifier and Type | Method and Description |
---|---|
Map<Integer,GridCell<?>> |
BaseGridRow.getCells() |
Modifier and Type | Method and Description |
---|---|
protected GridData.Range |
BaseGridData.doSetCell(int rowIndex,
int columnIndex,
Function<Map.Entry<Integer,Integer>,GridCell<?>> cellSupplier) |
GridData.Range |
BaseGridData.setCell(int rowIndex,
int columnIndex,
Supplier<GridCell<?>> cellSupplier) |
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 static double |
ColumnRenderingStrategyMerged.getCellHeight(int rowIndex,
List<Double> allRowHeights,
GridCell<?> cell) |
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 |
protected static boolean |
ColumnRenderingStrategyMerged.isCollapsedRowMultiValue(GridData model,
GridColumn<?> column,
GridCell<?> cell,
int rowIndex) |
protected boolean |
BaseGridColumnRenderer.isPlaceHolderToBeShown(GridCell<T> cell) |
protected boolean |
BaseGridColumnRenderer.isToReturnNull(GridCell<T> cell) |
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–2020 JBoss by Red Hat. All rights reserved.