Modifier and Type | Method and Description |
---|---|
GridRow |
GridData.getRow(int rowIndex)
Returns the row at the specified index.
|
Modifier and Type | Method and Description |
---|---|
List<GridRow> |
GridData.getRows()
Returns the rows associated with the grid.
|
Modifier and Type | Method and Description |
---|---|
void |
GridData.appendRow(GridRow row)
Appends a row to the end of the grid.
|
void |
GridData.insertRow(int rowIndex,
GridRow row)
Inserts a row to the grid at the specified index.
|
void |
GridData.moveRowTo(int index,
GridRow row)
Moves a row to a new index within the grid
|
Modifier and Type | Method and Description |
---|---|
void |
GridData.moveRowsTo(int index,
List<GridRow> rows)
Moves rowss to a new index within the grid
|
Modifier and Type | Class and Description |
---|---|
class |
BaseGridRow
Base implementation of a grid row to avoid boiler-plate for more specific implementations.
|
Modifier and Type | Field and Description |
---|---|
protected List<GridRow> |
BaseGridData.rows |
Modifier and Type | Method and Description |
---|---|
GridRow |
BaseGridData.getRow(int rowIndex) |
Modifier and Type | Method and Description |
---|---|
List<GridRow> |
BaseGridData.getRows() |
Modifier and Type | Method and Description |
---|---|
void |
BaseGridData.appendRow(GridRow row) |
void |
BaseGridData.insertRow(int rowIndex,
GridRow row) |
void |
BaseGridData.moveRowTo(int index,
GridRow row) |
Modifier and Type | Method and Description |
---|---|
void |
BaseGridData.moveRowsTo(int index,
List<GridRow> rows) |
void |
BaseGridDataSelectionsManager.onMoveRows(List<GridRow> rowsMoved,
GridData.Range oldBlockExtent) |
void |
BaseGridDataIndexManager.onMoveRows(List<GridRow> rowsMoved,
GridData.Range oldBlockExtent) |
Modifier and Type | Method and Description |
---|---|
List<GridRow> |
GridWidgetDnDHandlersState.getActiveGridRows()
Returns the active rows being affected by the current the operation.
|
Modifier and Type | Method and Description |
---|---|
void |
GridWidgetDnDHandlersState.setActiveGridRows(List<GridRow> activeGridRows)
Sets the active rows to be affected by the current the operation.
|
protected void |
GridWidgetDnDMouseDownHandler.showRowHighlight(GridWidget view,
List<GridRow> activeGridRows) |
Modifier and Type | Method and Description |
---|---|
double |
BaseGridRendererHelper.getRowOffset(GridRow row)
Get the y-offset for a given Row.
|
double |
BaseGridRendererHelper.getRowOffset(GridRow row,
List<Double> rowHeights) |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.