com.sun.rave.designtime.faces
Interface FacesBindingPropertyEditor

All Superinterfaces:
java.beans.PropertyEditor, PropertyEditor2

public interface FacesBindingPropertyEditor
extends PropertyEditor2

A FacesBindingPropertyEditor is the only property editor type that is *allowed* to edit 'bound' properties - meaning any FacesDesignProperty that is currently 'bound'.

IMPLEMENTED BY THE COMPONENT AUTHOR - This interface is designed to be implemented by the component (bean) author.

Version:
1.0
Author:
Joe Nuxoll

Methods inherited from interface com.sun.rave.designtime.PropertyEditor2
setDesignProperty
 
Methods inherited from interface java.beans.PropertyEditor
addPropertyChangeListener, getAsText, getCustomEditor, getJavaInitializationString, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setAsText, setValue, supportsCustomEditor