Interface FilterList.Builder<V,T,B extends FilterList.Builder<V,T,B>>

Type Parameters:
V - the component value type
T - the value type
B - the builder type
All Superinterfaces:
ComponentBuilder<FilterList<T>,B>, ComponentValueBuilder<FilterList<T>,V,B>, Supplier<FilterList<T>>
All Known Subinterfaces:
FilterList.Builder.Items<T>, FilterList.Builder.SelectedItem<T>, FilterList.Builder.SelectedItems<T>
Enclosing class:
FilterList<T>

public static interface FilterList.Builder<V,T,B extends FilterList.Builder<V,T,B>> extends ComponentValueBuilder<FilterList<T>,V,B>
Builds a FilterList instance.
See Also: