|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile 11g Release 2 (11.1.2.3.0) E27204-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. 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 | |
---|---|
void |
containerInitialized(BindingContainer container) Called when the initialization of the container is complete. |
ControlBinding |
getControlBinding(java.lang.String name) Returns a control binding with the given name. |
java.util.Map |
getControlBindings() Return a list of all control bindings in the container. |
java.util.ResourceBundle |
getCurrentResourceBundle() Get the current resource bundle. |
java.util.List |
getErrors() Get the list of errors raised by the most recent binding operation in this container |
java.lang.String |
getName() Returns the name of the container |
OperationBinding |
getOperationBinding(java.lang.String name) Returns an operation binding with the given name. |
void |
refresh() Refreshes the DataControl by iteratively re-evaluating the executable bindings. |
void |
release() Releases this ControlBinding. |
void |
setCurrentResourceBundle(java.lang.String id, java.util.Locale locale) Set the current resource bundle based on the id and locale |
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.Map getControlBindings()
void containerInitialized(BindingContainer container)
java.util.List getErrors()
java.util.ResourceBundle getCurrentResourceBundle()
void setCurrentResourceBundle(java.lang.String id, java.util.Locale locale)
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile 11g Release 2 (11.1.2.3.0) E27204-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |