Interface ListBuilder<T,V,B extends ListBuilder<T,V,B>>

Type Parameters:
T - the value type
V - the component value type
B - the builder type
All Superinterfaces:
ComponentBuilder<V,JList<T>,B>
All Known Subinterfaces:
ListBuilder.Items<T>, ListBuilder.SelectedItem<T>, ListBuilder.SelectedItems<T>

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