Interface ListBuilder<V,T,B extends ListBuilder<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:
ListBuilder.Items<T>, ListBuilder.SelectedItem<T>, ListBuilder.SelectedItems<T>

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