| Package | Description |
|---|---|
| org.jdal.ui | |
| org.jdal.ui.bind |
| Modifier and Type | Method and Description |
|---|---|
PropertyBinder |
ViewSupport.getBinder(String propertyName)
Lookup for a binder by property name
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBinder
Base class for Binders.
|
class |
CollectionPersistentServiceBinder |
class |
ControlBinder
Generic
Binder that use a ControlAccessorFactory to get/set
control values. |
class |
ViewBinder |
| Modifier and Type | Method and Description |
|---|---|
PropertyBinder |
ControlAccessorBinderFactory.getBinder(Class<?> clazz)
Try to find a binder for a control Class, use super Class if none is configured.
|
PropertyBinder |
ConfigurableBinderFactory.getBinder(Class<?> clazz)
Try to find a binder for a Class, use super Class if none is configured.
|
PropertyBinder |
BinderFactory.getBinder(Class<?> clazz)
Try to find a binder for a control Class, use super Class if none is configured.
|
PropertyBinder |
BinderHolder.getBinder(String propertyName)
Lookup for a binder by property name
|
PropertyBinder |
ViewBinder.getBinder(String propertyName)
Lookup for a binder by property name
|
PropertyBinder |
CompositeBinder.getBinder(String propertyName) |
| Modifier and Type | Method and Description |
|---|---|
Map<Class<?>,Class<? extends PropertyBinder>> |
ConfigurableBinderFactory.getBinders() |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeBinder.addBinder(String propertyName,
PropertyBinder binder) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurableBinderFactory.setBinders(Map<Class<?>,Class<? extends PropertyBinder>> binders) |
Copyright © 2014 JDAL. All Rights Reserved.