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

Interface XSelection<R>

  • Type Parameters:
    R - the row type
    All Known Subinterfaces:
    XCellSelection<R>


    public interface XSelection<R>
    Selection on the grid
    • Method Detail

      • getFirst

        R getFirst()
        Returns:
        the first entry or null if empty
      • asList

        @NonNull java.util.List<R> asList()
        Returns:
        as a list
      • isEmpty

        boolean isEmpty()
        Returns:
        check if empty
      • getRowMetaData

        java.util.List<XGridRowMetaData<R>> getRowMetaData()
        Returns:
        row meta data
      • getCellMetaData

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