|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-01 |
||||||||
| 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 oracle.adfnmc.java.util.Map |
|---|
Map.Entry |
| Method Summary | |
|---|---|
void |
containerInitialized(BindingContainer container)
Called when the initialization of the container is complete. |
Map |
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. |
Map |
getControlBindings()
Return a list of all control bindings in this RegionBinding. |
ResourceBundle |
getCurrentResourceBundle()
|
List |
getErrors()
Get the list of errors raised by the most recent binding operation in this container |
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. |
Map |
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 |
setCurrentResourceBundle(java.lang.String id,
Locale locale)
|
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 oracle.adfnmc.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 -
Map getControlBindings()
Map getAttributeBindings()
Map getOperationBindings()
void validate()
boolean isTokenValidationEnabled()
void validateToken(java.lang.String sState)
sState - State that this RegionBinding should be in.java.lang.String getStateToken()
void containerInitialized(BindingContainer container)
List getErrors()
ResourceBundle getCurrentResourceBundle()
void setCurrentResourceBundle(java.lang.String id,
Locale locale)
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||