|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValueModelBindingBuilder | |
---|---|
com.jgoodies.binding.binder |
Uses of ValueModelBindingBuilder in com.jgoodies.binding.binder |
---|
Classes in com.jgoodies.binding.binder that implement ValueModelBindingBuilder | |
---|---|
class |
ValueModelBindingBuilderImpl
A binding builder that holds a ValueModel that can be bound to a variety of components. |
Methods in com.jgoodies.binding.binder that return ValueModelBindingBuilder | |
---|---|
ValueModelBindingBuilder |
ObjectBinderImpl.bind(ValueModel valueModel)
|
ValueModelBindingBuilder |
ObjectBinder.bind(ValueModel valueModel)
Creates and returns a binding builder that manages a ValueModel that can be operated on and that can be bound to a component. |
ValueModelBindingBuilder |
PresentationModelBinderImpl.bindBeanProperty(String propertyName)
|
ValueModelBindingBuilder |
PresentationModelBinder.bindBeanProperty(String propertyName)
Creates and returns a binding builder that manages a ValueModel that can be operated on and that can be bound to a component. |
ValueModelBindingBuilder |
BeanBinderImpl.bindProperty(String propertyName)
|
ValueModelBindingBuilder |
BeanBinder.bindProperty(String propertyName)
Looks up a ValueModel for the given (bean) property name. |
ValueModelBindingBuilder |
ValueModelBindingBuilderImpl.converted(BindingConverter converter)
|
ValueModelBindingBuilder |
ValueModelBindingBuilder.converted(BindingConverter converter)
Wraps this builder's ValueModel with a converting ValueModel and creates and returns another ValueModelBindingBuilder with the wrapped ValueModel. |
ValueModelBindingBuilder |
ValueModelBindingBuilderImpl.formatted(Format format)
|
ValueModelBindingBuilder |
ValueModelBindingBuilder.formatted(Format format)
Wraps this builder's ValueModel with a string converter and creates and returns another ValueModelBindingBuilder with the wrapped ValueModel. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |