Package com.sun.rave.designtime.faces

This package is for Java Server Faces specific portions of the Creator Design-Time API

See:
          Description

Interface Summary
FacesBindingPropertyEditor A FacesBindingPropertyEditor is the only property editor type that is *allowed* to edit 'bound' properties - meaning any FacesDesignProperty that is currently 'bound'.
FacesDesignBean The FacesDesignBean is a DesignBean for a JSF Bean.
FacesDesignContext The FacesDesignContext is an extension to the DesignContext interface (and MarkupDesignContext interface) that adds JSF-specific functionality.
FacesDesignProperty A FacesDesignProperty represents a single property (setter/getter method pair) on a single instance of a FacesDesignBean at design-time.
 

Class Summary
FacetDescriptor The FacetDescriptor describes a single Java Server Faces facet - like the "header" or "footer" on an HtmlDataTable component.
ResolveResult This class wraps the return value from FacesDesignContext.resolveBindingExprToBean(String expr).
 

Package com.sun.rave.designtime.faces Description

This package is for Java Server Faces specific portions of the Creator Design-Time API

Package Specification

The Creator Design-Time API is the 'hook' for component authors to get access to the rich design-time functionality supplied by Creator. Each class or interface is clearly marked as to wether it is to be implemented by the component author or is supplied by the Creator IDE. This package contains Java Server Faces specific portions of the Creator Design-Time API.

Related Documentation