T - Type of data associated with the cell.public class CellInformation<T> extends Object implements Serializable
ItemGrid.| Constructor and Description |
|---|
CellInformation(int row,
int column,
com.vaadin.flow.component.Component component)
Constructs cell information for a padding cell.
|
CellInformation(int row,
int column,
T value,
com.vaadin.flow.component.Component component)
Constructs cell information for a non-padding cell.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getColumn() |
com.vaadin.flow.component.Component |
getComponent() |
int |
getRow() |
T |
getValue() |
int |
hashCode() |
boolean |
isValueCell() |
String |
toString() |
public CellInformation(int row,
int column,
T value,
com.vaadin.flow.component.Component component)
row - Row number.column - Column number.value - Value in the cell.component - Component in the cell.public CellInformation(int row,
int column,
com.vaadin.flow.component.Component component)
row - Row number.column - Column number.component - Component in the cell.public int getRow()
public int getColumn()
public T getValue()
public com.vaadin.flow.component.Component getComponent()
public boolean isValueCell()
Copyright © 2023 Miki. All rights reserved.