BestSolution.at public p2 repository
XGridCell
at.bestsolution.framework.grid

Interface XGridCell<R,C>

  • Type Parameters:
    R - the row type
    C - the cell type


    public interface XGridCell<R,C>
    Represents a cell in the grid
    Since:
    1.0
    • Method Detail

      • getRowValue

        R getRowValue()
        Returns:
        the row value
      • getCellValue

        C getCellValue()
        Returns:
        the cell value, might be null
      • getColumn

        @NonNull XGridColumn<R,C> getColumn()
        Returns:
        the column
      • getCellMetaData

        @NonNull java.util.List<XGridCellMetaData<R>> getCellMetaData()
        Returns:
        the list of cell meta data