Class GenericOptionsBuilder<B extends GenericOptionsBuilder<B,​T>,​T>

  • Type Parameters:
    B - the builder type
    T - the row type
    Direct Known Subclasses:
    OptionsBuilder

    public abstract class GenericOptionsBuilder<B extends GenericOptionsBuilder<B,​T>,​T>
    extends Object
    Generic builder for data table options used as a base class for the different option builders.