A factory for DataBindingSource instances
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | CollectionDataBindingSource | createCollectionDataBindingSource(MimeType mimeType, java.lang.Class bindingTargetType, java.lang.Object bindingSource)Creates a CollectionDataBindingSource suitable for binding bindingSource to bindingTarget | 
|  | DataBindingSource | createDataBindingSource(MimeType mimeType, java.lang.Class bindingTargetType, java.lang.Object bindingSource)Creates a DataBindingSource suitable for binding bindingSource to bindingTarget | 
|  | java.lang.Class | getTargetType()@return The target type of this creator | 
| Methods inherited from class | Name | 
|---|---|
| interface MimeTypeProvider | getMimeTypes | 
Creates a CollectionDataBindingSource suitable for binding bindingSource to bindingTarget
mimeType -  a mime typebindingTarget -  the type of the target of the data bindingbindingSource -  the value being boundCreates a DataBindingSource suitable for binding bindingSource to bindingTarget
mimeType -  a mime typebindingTarget -  the type of the target of the data bindingbindingSource -  the value being bound