|
Oracle Application Development Framework Model and Business Components Java API Reference
10.1.3.1.0 B28969-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Base interface for all bindings that allow binding a View component to the data accessed via a datacontrol.
| Method Summary | |
java.lang.String |
getName()Return name that identifies this binding uniquely in it's container. |
java.lang.String |
getPath()Get a unique path to this instance of the control binding inside it's 'outermost' container that is referred in the BindingContext. |
void |
release(int flags)Releases this ControlBinding. |
boolean |
resolvePath(java.util.Map postMap)Given a map of name/value pairs, use this binding's path to find an entry in this map. |
void |
setListener(UpdateListener listener)Adds a listener that should be notified when the associated attribute value changes. |
| Method Detail |
public void release(int flags)
flags - specifies what references should be released. See DataControl for valid values.DataControl.REL_ALL_REFS, DataControl.REL_DATA_REFS, DataControl.REL_VIEW_REFS, DataControl.REL_WEAK_DATA_REFSpublic void setListener(UpdateListener listener)
listener - The listener object that needs be notified.public java.lang.String getPath()
public boolean resolvePath(java.util.Map postMap)
public java.lang.String getName()
|
Oracle Application Development Framework Model and Business Components Java API Reference
10.1.3.1.0 B28969-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||