Interface RowAdapter<RowT>

  • All Known Implementing Classes:
    DefaultRowAdapter

    public interface RowAdapter<RowT>
    An extension point that allows end users to plug in a custom implementation of logical rows. This useful in cases where the user would like to apply advanced client side filtering of cells. This adapter acts like a factory for a SAX style row builder.