Package | Description |
---|---|
com.jgoodies.binding.binder |
Modifier and Type | Class and Description |
---|---|
class |
ValueModelBindingBuilderImpl
A binding builder that holds a ValueModel that can be bound
to a variety of components.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2002-2015 JGoodies Software GmbH. All Rights Reserved.