|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
The Bindable interface allows developers to keep track of when properties are added to or removed from a collection. This is especially useful when storing expensive objects that must be cleaned up (e.g., database connections).
Classes that support Bindable include BindableNamespaceMap, RenderingContext, and BajaContext.
BindableNamespaceMap,
RenderingContext.setProperty(java.lang.String, java.lang.Object, java.lang.Object),
BajaContext.setProperty(java.lang.String, java.lang.Object, java.lang.Object)| Method Summary | |
void |
bindValue()
Callback for cleaning up the object. |
java.lang.Object |
getValue()
Returns the value that is being stored. |
void |
unbindValue()
Callback for cleaning up the object. |
| Method Detail |
public java.lang.Object getValue()
this.public void bindValue()
public void unbindValue()
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||