| 
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BindingContainer
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/interfaces inherited from interface java.util.Map | 
|---|
java.util.Map.Entry<K,V> | 
| 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()
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 | 
|---|
java.lang.String getName()
void release()
void refresh()
ControlBinding getControlBinding(java.lang.String name)
name - 
OperationBinding getOperationBinding(java.lang.String name)
name - 
java.util.List getControlBindings()
java.util.List getAttributeBindings()
java.util.List getOperationBindings()
void validate()
boolean isTokenValidationEnabled()
void validateToken(java.lang.String sState)
sState - State that this RegionBinding should be in.java.lang.String getStateToken()
  | 
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||