com.sun.rave.propertyeditors.binding |
Special editors for handling value bindings.
|
Java Source File Name | Type | Comment |
DataBindingHelper.java | Interface | A helper class that generates design-time IDE actions for binding components
to data providers and other data sources. |
DataBindingHelperRegistry.java | Class | A global registry for implementations of
DataBindingHelper . |
ValueBindingPropertyEditor.java | Interface | An editor for properties of type
javax.faces.el.ValueBinding or
javax.el.ValueExpression , or for properties of type
java.lang.String that should only take value bindings. |