Interface FilterList.Builder.Factory<T>

Enclosing interface:
FilterList.Builder<V,T,B extends FilterList.Builder<V,T,B>>

public static interface FilterList.Builder.Factory<T>
A factory for list builders, depending on what the component value should represent.
  • Method Details

    • items

      A JList builder, where the value is represented by the list items.
      Returns:
      a JList builder
    • selectedItems

      A multi selection JList builder, where the value is represented by the selected items.
      Returns:
      a JList builder
    • selectedItem

      A single-selection JList builder, where the value is represented by the selected item.
      Returns:
      a JList builder