org.jdesktop.swingbinding
public final class JListBinding.DetailBinding extends AbstractColumnBinding
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.
Binding.SyncFailure, Binding.SyncFailureType, Binding.ValueResult<V>
bindImpl, getColumn, setColumn, unbindImpl
addBindingListener, addPropertyChangeListener, addPropertyChangeListener, bind, bindUnmanaged, firePropertyChange, getBindingListeners, getConverter, getName, getPropertyChangeListeners, getPropertyChangeListeners, getSourceNullValue, getSourceObject, getSourceProperty, getSourceUnreadableValue, getSourceValueForTarget, getTargetNullValue, getTargetObject, getTargetProperty, getTargetValueForSource, getValidator, isBound, isManaged, isSourceUnreadableValueSet, notifySynced, notifySyncFailed, paramString, refresh, refreshAndNotify, refreshAndNotifyUnmanaged, refreshUnmanaged, removeBindingListener, removePropertyChangeListener, removePropertyChangeListener, save, saveAndNotify, saveAndNotifyUnmanaged, saveUnmanaged, setConverter, setManaged, setSourceNullValue, setSourceObject, setSourceObjectUnmanaged, setSourceProperty, setSourceUnreadableValue, setTargetNullValue, setTargetObject, setTargetObjectUnmanaged, setTargetProperty, setValidator, sourceChangedImpl, targetChangedImpl, throwIfBound, throwIfManaged, throwIfUnbound, toString, unbind, unbindUnmanaged, unsetSourceUnreadableValue