Package | Description |
---|---|
org.uberfire.ext.wires.core.grids.client.model | |
org.uberfire.ext.wires.core.grids.client.model.impl |
Modifier and Type | Method and Description |
---|---|
GridData.Range |
GridData.deleteCell(int rowIndex,
int columnIndex)
Deletes a cell at the specified physical coordinate.
|
GridData.Range |
GridData.deleteRow(int rowIndex)
Deletes a row from the grid at the specified index.
|
GridData.Range |
GridData.selectCell(int rowIndex,
int columnIndex)
Selects a cell at the specified physical coordinate.
|
GridData.Range |
GridData.selectCells(int rowIndex,
int columnIndex,
int width,
int height)
Selects a cell at the specified physical coordinate.
|
GridData.Range |
GridData.selectHeaderCell(int headerRowIndex,
int headerColumnIndex)
Selects a header cell at the specified physical coordinate.
|
GridData.Range |
GridData.setCell(int rowIndex,
int columnIndex,
Supplier<GridCell<?>> cellSupplier)
Sets a cell at the specified physical coordinate.
|
GridData.Range |
GridData.setCellValue(int rowIndex,
int columnIndex,
GridCellValue<?> value)
Sets a cell value at the specified physical coordinate.
|
Modifier and Type | Method and Description |
---|---|
GridData.Range |
BaseGridData.deleteCell(int rowIndex,
int columnIndex) |
GridData.Range |
BaseGridData.deleteRow(int rowIndex) |
protected GridData.Range |
BaseGridData.doSetCell(int rowIndex,
int columnIndex,
Function<Map.Entry<Integer,Integer>,GridCell<?>> cellSupplier) |
GridData.Range |
BaseGridDataSelectionsManager.onSelectCell(int rowIndex,
int columnIndex) |
GridData.Range |
BaseGridDataSelectionsManager.onSelectCells(int rowIndex,
int columnIndex,
int width,
int height) |
GridData.Range |
BaseGridDataSelectionsManager.onSelectHeaderCell(int headerRowIndex,
int headerColumnIndex) |
GridData.Range |
BaseGridData.selectCell(int rowIndex,
int columnIndex) |
GridData.Range |
BaseGridData.selectCells(int rowIndex,
int columnIndex,
int width,
int height) |
GridData.Range |
BaseGridData.selectHeaderCell(int headerRowIndex,
int headerColumnIndex) |
GridData.Range |
BaseGridData.setCell(int rowIndex,
int columnIndex,
Supplier<GridCell<?>> cellSupplier) |
GridData.Range |
BaseGridData.setCellValue(int rowIndex,
int columnIndex,
GridCellValue<?> value) |
Modifier and Type | Method and Description |
---|---|
void |
BaseGridDataIndexManager.onDeleteCell(GridData.Range range,
int columnIndex) |
void |
BaseGridDataSelectionsManager.onDeleteRow(GridData.Range range) |
void |
BaseGridDataIndexManager.onDeleteRow(GridData.Range range) |
void |
BaseGridDataSelectionsManager.onMoveRows(List<GridRow> rowsMoved,
GridData.Range oldBlockExtent) |
void |
BaseGridDataIndexManager.onMoveRows(List<GridRow> rowsMoved,
GridData.Range oldBlockExtent) |
void |
BaseGridDataIndexManager.onSetCell(GridData.Range range,
int columnIndex) |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.