| com.sun.rave.designtime.faces.FacesDesignBean
All known Subclasses: org.netbeans.modules.visualweb.insync.live.FacesDesignBean,
FacesDesignBean | public interface FacesDesignBean extends MarkupDesignBean(Code) | | The FacesDesignBean is a DesignBean for a JSF Bean. This extension to the DesignBean interface
(and MarkupDesignBean interface) includes the ability to retrieve a child facet by name. If a
particular DesignBean represents a JSF-specific Bean, it will be an 'instanceof' FacesDesignBean.
IMPLEMENTED BY CREATOR - This interface is implemented by Creator for use by the
component (bean) author.
author: Joe Nuxoll version: 1.0 See Also: DesignBean See Also: FacesDesignContext |
Method Summary | |
public DesignBean | getFacet(String facet) Returns the DesignBean component that is currently connected to the specified facet of this
FacesDesignBean component.
Parameters: facet - The desired facet (eg. |
getFacet | public DesignBean getFacet(String facet)(Code) | | Returns the DesignBean component that is currently connected to the specified facet of this
FacesDesignBean component.
Parameters: facet - The desired facet (eg. "header", "footer", etc) A DesignBean representing the component for this facet |
|
|