BestSolution.at public p2 repository
CellMetaDataFunction
at.bestsolution.framework.grid.func

Interface CellMetaDataFunction<R,C>

  • Type Parameters:
    R - the row type
    C - the cell type
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.


    @FunctionalInterface
    public interface CellMetaDataFunction<R,C>
    Function to retrieve XGridCellMetaData for a given cell
    • Method Detail

      • getMetaData

        @NonNull java.util.List<XGridCellMetaData<R>> getMetaData(R rowValue,
                                                                  C cellValue)
        Retrieve meta data for the given cell
        Parameters:
        rowValue - the row value
        cellValue - the cell value
        Returns:
        the list of meta data