Interface RowAdapter<RowT> (2.79.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterfaceRowAdapter<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.