|
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 |
The BindingContainer contains the Control Bindings for a reusable unit of View technology. For example, each individual Page, Region, or Panel refers to a unique BindingContainer with a set of Control Bindings that refer to the Model elements used by that Page. The BindingContainer interface is implemented by the data binding framework provider.
Nested Class Summary |
Nested classes inherited from class java.util.Map |
java.util.Map.Entry |
Method Summary | |
java.util.List |
getAttributeBindings() Return a list of all AttributeBinding and AttributesBinding in this RegionBinding. |
ControlBinding |
getControlBinding(java.lang.String name) Returns a control binding with the given name. |
java.util.List |
getControlBindings() Return a list of all control bindings in this RegionBinding. |
java.lang.String |
getName() Returns the name to identify this instance of the Region within it's container (BindingContext at the top level). |
OperationBinding |
getOperationBinding(java.lang.String name) Returns an operation binding with the given name. |
java.util.List |
getOperationBindings() Return a list of all Action bindings in this RegionBinding. |
java.lang.String |
getStateToken() Returns the state token. |
boolean |
isTokenValidationEnabled() Returns true if token validation is enabled for this RegionBinding. |
void |
refresh() Refreshes the DataControl by iteratively re-evaluating the executable bindings. |
void |
release(int flags) Releases this ControlBinding. |
void |
validate() Calls DataControl validate() for each data control that has a collection to which an iterator binding in this container or it's containeeds are bound to. |
void |
validateToken(java.lang.String sState) Validates that this RegionBindings is in the same state as represented by the given string token. |
Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
Method Detail |
public java.lang.String getName()
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_REFS
public void refresh()
public ControlBinding getControlBinding(java.lang.String name)
name
-public OperationBinding getOperationBinding(java.lang.String name)
name
-public java.util.List getControlBindings()
public java.util.List getAttributeBindings()
public java.util.List getOperationBindings()
public void validate()
public boolean isTokenValidationEnabled()
public void validateToken(java.lang.String sState)
sState
- State that this RegionBinding should be in.public java.lang.String getStateToken()
|
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 |