com.sun.rave.designtime.faces |
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.
|
Java Source File Name | Type | Comment |
FacesBindingPropertyEditor.java | Interface | |
FacesDesignBean.java | Interface | The FacesDesignBean is a DesignBean for a JSF Bean. |
FacesDesignContext.java | Interface | The FacesDesignContext is an extension to the DesignContext interface (and MarkupDesignContext
interface) that adds JSF-specific functionality. |
FacesDesignProject.java | Interface | A FacesDesignProject is a top-level container for DesignContexts
at design-time for projects that support JSF. |
FacesDesignProperty.java | Interface | A FacesDesignProperty represents a single property (setter/getter method pair) on a single
instance of a FacesDesignBean at design-time. |
FacetDescriptor.java | Class | The FacetDescriptor describes a single Java Server Faces facet - like the "header" or "footer" on
an HtmlDataTable component. |
ResolveResult.java | Class | This class wraps the return value from FacesDesignContext.resolveBindingExprToBean(String expr). |