|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EMFFormsDatabinding
EMFFormsDatabinding provides a databinding service. It provides four methods for getting an
IValueProperty or an IListProperty from a VDomainModelReference and getting an
IObservableValue or an IObservableList from a VDomainModelReference and an EObject.
| Method Summary | |
|---|---|
org.eclipse.core.databinding.property.list.IListProperty |
getListProperty(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject object)
Returns an IListProperty described by the given VDomainModelReference. |
org.eclipse.core.databinding.observable.list.IObservableList |
getObservableList(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject object)
Returns an IObservableList by observing the list described by the given VDomainModelReference of
the given EObject. |
org.eclipse.core.databinding.observable.value.IObservableValue |
getObservableValue(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject object)
Returns an IObservableValue by observing the value described by the given VDomainModelReference
of the given EObject. |
org.eclipse.core.databinding.property.value.IValueProperty |
getValueProperty(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject object)
Returns an IValueProperty described by the given VDomainModelReference. |
| Method Detail |
|---|
org.eclipse.core.databinding.observable.value.IObservableValue getObservableValue(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject object)
throws DatabindingFailedException
IObservableValue by observing the value described by the given VDomainModelReference
of the given EObject.
domainModelReference - The domain model reference pointing to the desired valueobject - The object containing the value of the reference
IObservableValue, does not return null.
DatabindingFailedException - if the databinding could not be executed successfully.
org.eclipse.core.databinding.observable.list.IObservableList getObservableList(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject object)
throws DatabindingFailedException
IObservableList by observing the list described by the given VDomainModelReference of
the given EObject.
domainModelReference - The domain model reference pointing to the desired listobject - The object containing the values of the reference
IObservableList, does not return null
DatabindingFailedException - if the databinding could not be executed successfully.
org.eclipse.core.databinding.property.value.IValueProperty getValueProperty(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject object)
throws DatabindingFailedException
IValueProperty described by the given VDomainModelReference.
domainModelReference - The domain model reference pointing to the desired valueobject - The root object of the rendered form
IValueProperty, does not return null.
DatabindingFailedException - if the databinding could not be executed successfully.
org.eclipse.core.databinding.property.list.IListProperty getListProperty(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject object)
throws DatabindingFailedException
IListProperty described by the given VDomainModelReference.
domainModelReference - The domain model reference pointing to the desired listobject - The root object of the rendered form
IListProperty, does not return null.
DatabindingFailedException - if the databinding could not be executed successfully.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||