Package | Description |
---|---|
com.jgoodies.binding.binder |
Modifier and Type | Class and Description |
---|---|
class |
SelectionInListBindingBuilderImpl
A binding builder that holds a SelectionInList
that can be bound to combo boxes, lists, and tables.
|
Modifier and Type | Method and Description |
---|---|
<E> SelectionInListBindingBuilder |
ValueModelBindingBuilderImpl.asSelectionIn(E[] array) |
<E> SelectionInListBindingBuilder |
ValueModelBindingBuilder.asSelectionIn(E[] array)
Creates and returns a SelectionInListBindingBuilder on a SelectionInList
with this builder's ValueModel as selection holder and the given array
as list.
|
<E> SelectionInListBindingBuilder |
ValueModelBindingBuilderImpl.asSelectionIn(List<E> list) |
<E> SelectionInListBindingBuilder |
ValueModelBindingBuilder.asSelectionIn(List<E> list)
Creates and returns a SelectionInListBindingBuilder on a SelectionInList
with this builder's ValueModel as selection holder and the given
list as list elements. |
<E> SelectionInListBindingBuilder |
ValueModelBindingBuilderImpl.asSelectionIn(ListModel listModel) |
<E> SelectionInListBindingBuilder |
ValueModelBindingBuilder.asSelectionIn(ListModel listModel)
Creates and returns a SelectionInListBindingBuilder on a SelectionInList
with this builder's ValueModel as selection holder and the given
ListModel as list data provider.
|
SelectionInListBindingBuilder |
ObjectBinderImpl.bind(SelectionInList<?> selectionInList) |
SelectionInListBindingBuilder |
ObjectBinder.bind(SelectionInList<?> selectionInList)
Creates and returns a binding builder that manages a SelectionInList
that can be bound to a list, table, or combo box.
|
Copyright © 2002-2015 JGoodies Software GmbH. All Rights Reserved.