public interface ControlBinding
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getName()
Return name that identifies this binding uniquely in it's container. 
 | 
java.lang.String | 
getPath()
Get a unique path to this instance of the control binding inside it's 
 'outermost' container that is referred in the BindingContext. 
 | 
void | 
release()
Releases this ControlBinding. 
 | 
boolean | 
resolvePath(java.util.Map postMap)
Given a map of name/value pairs, use this binding's path to find an entry
 in this map. 
 | 
void | 
setListener(UpdateListener listener)
Adds a listener that should be notified when the associated attribute value changes. 
 | 
void release()
void setListener(UpdateListener listener)
listener - The listener object that needs be notified.java.lang.String getPath()
boolean resolvePath(java.util.Map postMap)
java.lang.String getName()