|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jdesktop.beansbinding.Binding
org.jdesktop.swingbinding.impl.AbstractColumnBinding
org.jdesktop.swingbinding.JListBinding.DetailBinding
public final class JListBinding.DetailBinding
DetailBinding
represents a binding between a property of the elements
in the JListBinding's
source List
, and the values shown in
the JList
. Values in the JList
are aquired by fetching the
value of the DetailBinding's
source property for the associated object
in the source List
.
A Converter
may be specified on a DetailBinding
. Specifying a
Validator
is also possible, but doesn't make sense since JList
values aren't editable.
DetailBindings
are managed by their JListBinding
. They are not
to be explicitly bound, unbound, added to a BindingGroup
, or accessed
in a way that is not allowed for a managed binding.
JListBinding.setDetailBinding(Property, String)
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.jdesktop.beansbinding.Binding |
---|
Binding.SyncFailure, Binding.SyncFailureType, Binding.ValueResult<V> |
Method Summary |
---|
Methods inherited from class org.jdesktop.swingbinding.impl.AbstractColumnBinding |
---|
bindImpl, getColumn, setColumn, unbindImpl |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |