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

Interface RowMetaDataFunction<R>

  • Type Parameters:
    R - the row type


    public interface RowMetaDataFunction<R>
    Function to retrieve XGridRowMetaData for a given cell
    • Method Detail

      • getMetaData

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