Interface ListBuilder.SelectedItems<T>

Type Parameters:
T - the value type
All Superinterfaces:
ComponentBuilder<List<T>,JList<T>,ListBuilder.SelectedItems<T>>, ListBuilder<T,List<T>,ListBuilder.SelectedItems<T>>
Enclosing interface:
ListBuilder<T,V,B extends ListBuilder<T,V,B>>

public static interface ListBuilder.SelectedItems<T> extends ListBuilder<T,List<T>,ListBuilder.SelectedItems<T>>
Builds a multi-selection JList, where the value is represented by the selected items.