| Package | Description |
|---|---|
| org.vaadin.miki.superfields.itemgrid |
| Modifier and Type | Method and Description |
|---|---|
protected CellInformation<T> |
ItemGrid.buildPaddingCell(int row,
int column) |
protected CellInformation<T> |
ItemGrid.buildValueCell(T item,
int row,
int column) |
CellInformation<T> |
CellSelectionEvent.getCellInformation() |
| Modifier and Type | Method and Description |
|---|---|
List<CellInformation<T>> |
ItemGrid.getCellInformation()
Returns a list with information about each cell.
|
Optional<CellInformation<T>> |
ItemGrid.getCellInformation(int row,
int column)
Returns
CellInformation that corresponds to the cell of given coordinates. |
Optional<CellInformation<T>> |
ItemGrid.getCellInformation(T value)
Returns
CellInformation that corresponds to the provided value. |
List<CellInformation<T>> |
ItemGrid.getColumnCellInformation(int column)
Returns a list with
CellInformation for each cell in given column. |
List<CellInformation<T>> |
ItemGrid.getRowCellInformation(int row)
Returns a list with
CellInformation for each cell in given row. |
Optional<CellInformation<T>> |
ItemGrid.getSelectedCellInformation()
Returns
CellInformation about currently selected cell. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ItemGrid.clickCell(CellInformation<T> information)
Reacts to cell being clicked in the browser.
|
protected void |
ItemGrid.registerClickEvents(CellInformation<T> information)
Adds a click listener to the dom element of the
Component inside given CellInformation. |
| Constructor and Description |
|---|
CellSelectionEvent(CellInformation<T> information,
boolean selected)
Creates the event.
|
Copyright © 2023 Miki. All rights reserved.