public interface BindingContainer
extends java.util.Map
| Modifier and Type | Method and Description | 
|---|---|
| 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 | 
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)