interface DataBindingSourceRegistry
Responsible for locating DataBindingSourceCreator instances and using them to create DataBindingSource instances
Modifiers | Name | Description |
---|---|---|
static java.lang.String |
BEAN_NAME |
Type Params | Return Type | Name and description |
---|---|---|
|
abstract void |
addDataBindingSourceCreator(DataBindingSourceCreator creator) Adds a new DataBindingSourceCreator to the registry |
|
abstract CollectionDataBindingSource |
createCollectionDataBindingSource(MimeType mimeType, java.lang.Class bindingTargetType, java.lang.Object bindingSource) Locates a CollectionDataBindingSource for the given MimeType and binding target |
|
abstract DataBindingSource |
createDataBindingSource(MimeType mimeType, java.lang.Class bindingTargetType, java.lang.Object bindingSource) Locates a DataBindingSource for the given MimeType and binding target |
Adds a new DataBindingSourceCreator to the registry
creator
- The DataBindingSourceCreatorLocates a CollectionDataBindingSource for the given MimeType and binding target
mimeType
- The MimeTypebindingTarget
- The type of the binding targetbindingSource
- The binding sourceLocates a DataBindingSource for the given MimeType and binding target
mimeType
- The MimeTypebindingTarget
- The type of the binding targetbindingSource
- The binding source