|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Binding | |
|---|---|
| javax.beans.binding | The classes in this package, and subpackages, provide a way to bind two properties of two objects together. |
| Uses of Binding in javax.beans.binding |
|---|
| Methods in javax.beans.binding that return Binding | |
|---|---|
Binding |
BindingContext.addBinding(java.lang.Object source,
java.lang.String sourcePath,
java.lang.Object target,
java.lang.String targetPath,
java.lang.Object... args)
Creates and adds Binding to this BindingContext. |
Binding |
Binding.addBinding(java.lang.String sourcePath,
java.lang.String targetPath,
java.lang.Object... args)
Creates and adds a Binding as a child of this Binding. |
Binding |
Binding.BindingController.getBinding()
Returns the Binding. |
| Methods in javax.beans.binding that return types with arguments of type Binding | |
|---|---|
java.util.List<Binding> |
Binding.getBindings()
Returns a list of the child Bindings of this Binding. |
| Methods in javax.beans.binding with parameters of type Binding | |
|---|---|
void |
BindingContext.addBinding(Binding binding)
Adds a Binding to this BindingContext. |
void |
Binding.addBinding(Binding binding)
Adds a Binding as a child of this Binding. |
void |
Binding.BindingController.bind(Binding binding,
java.lang.Object source,
java.lang.Object target,
java.lang.String targetPath,
boolean keepUncommited)
Binds the specified child binding. |
void |
BindingListener.converterFailed(Binding binding,
java.lang.Exception exception)
Notifcation that a BindingConverter threw an exception when
converting a value. |
BindingValidator |
BindingContext.getValidator(Binding binding)
Returns the BindingValidator for the specified
Binding. |
java.lang.Object |
Binding.BindingController.getValueForTarget(Binding binding,
ELPropertyResolver resolver,
java.lang.Class<?> targetType)
Returns the value from the specified resolver. |
void |
BindingContext.removeBinding(Binding binding)
Returns a Binding. |
void |
Binding.removeBinding(Binding binding)
Removes a previously added Binding. |
void |
Binding.BindingController.unbindOnCommit(Binding binding)
Schedules a Binding to unbind when the
Binding is committed. |
abstract ValidationResult |
BindingValidator.validate(Binding binding,
java.lang.Object value)
Validates a value. |
void |
BindingListener.validationFailed(Binding binding,
ValidationResult result)
Notification that a BindingValidator has returned a non-null
value signaling a validation failure. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||