|
Oracle Fusion Middleware Java API Reference for Oracle Mobile Application Framework 2.0.0.0.0 E36392-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(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 |
String |
getName()
Returns the name of the container |
OperationBinding |
getOperationBinding(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(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 |
---|
String getName()
void release()
void refresh()
ControlBinding getControlBinding(String name)
name
-
OperationBinding getOperationBinding(String name)
name
-
java.util.Map getControlBindings()
void containerInitialized(BindingContainer container)
java.util.List getErrors()
java.util.ResourceBundle getCurrentResourceBundle()
void setCurrentResourceBundle(String id, java.util.Locale locale)
|
Oracle Fusion Middleware Java API Reference for Oracle Mobile Application Framework 2.0.0.0.0 E36392-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |