Uses of Class
net.sf.echobinding.binding.BindingException

Packages that use BindingException
net.sf.echobinding.binding Provides the context and adapter classes. 
 

Uses of BindingException in net.sf.echobinding.binding
 

Methods in net.sf.echobinding.binding that throw BindingException
protected  void AbstractBindingContext.firePropertyChange(java.beans.PropertyChangeEvent event)
           
protected  void AbstractBindingContext.firePropertyChange(java.lang.String bindingId, java.lang.Object oldValue, java.lang.Object newValue)
           
 java.lang.Object PropertyAdapter.getValue(java.lang.Object bean)
          Returns the value of the wrapped bean property.
 java.lang.Object OgnlPropertyAdapter.getValue(java.lang.Object bean)
           
 java.lang.Object OgnlBindingContext.getValue(java.lang.String id)
           
 java.lang.Object BindingContext.getValue(java.lang.String id)
          Returns the value for the specified adapter.
 boolean OgnlBindingContext.isDirty(java.lang.String id, java.lang.Object value)
           
 boolean BindingContext.isDirty(java.lang.String id, java.lang.Object value)
          Checks if the given value equals the value in the bean.
 void PropertyAdapter.setValue(java.lang.Object bean, java.lang.Object value)
          Sets the value of the wrapped bean property.
 void OgnlPropertyAdapter.setValue(ognl.OgnlContext context, java.lang.Object bean, java.lang.Object value)
          Sets the value.
 void OgnlBindingContext.setValue(java.lang.String id, java.lang.Object value)
           
 void BindingContext.setValue(java.lang.String id, java.lang.Object value)
          Sets the value for the specific adapter.
 



Copyright © 2007. All Rights Reserved.