interface DataBindingSourceRegistry
Responsible for locating DataBindingSourceCreator instances and using them to create DataBindingSource instances
Type Params | Return Type | Name and description |
---|---|---|
|
abstract void |
addDataBindingSourceCreator(DataBindingSourceCreator creator) Adds a new DataBindingSourceCreator to the registry |
|
abstract CollectionDataBindingSource |
createCollectionDataBindingSource(MimeType mimeType, Class bindingTargetType, Object bindingSource) Locates a CollectionDataBindingSource for the given MimeType and binding target |
|
abstract DataBindingSource |
createDataBindingSource(MimeType mimeType, Class bindingTargetType, 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