| com.sun.rave.web.ui.renderer.AbstractRenderer com.sun.rave.web.ui.renderer.PageAlertRenderer
Method Summary | |
protected void | renderAlert(FacesContext context, UIComponent component, ResponseWriter writer) Renders alert - summary message, detail message and any input
components contained in the facet. | protected void | renderAlertDetail(FacesContext context, UIComponent component, Theme theme, ResponseWriter writer) | protected void | renderAlertIcon(FacesContext context, UIComponent component, Theme theme, ResponseWriter writer) | protected void | renderAlertSummary(FacesContext context, UIComponent component, Theme theme, ResponseWriter writer) | protected void | renderEnd(FacesContext context, UIComponent component, ResponseWriter writer) Render the full page alert. |
PAGETITLE_BUTTON_FACET | final public static String PAGETITLE_BUTTON_FACET(Code) | | Content Page Title Button facet
|
PageAlertRenderer | public PageAlertRenderer()(Code) | | Creates a new instance of MastheadRenderer
|
renderAlert | protected void renderAlert(FacesContext context, UIComponent component, ResponseWriter writer) throws IOException(Code) | | Renders alert - summary message, detail message and any input
components contained in the facet.
Parameters: context - The current FacesContext Parameters: component - The Alert object to use Parameters: writer - The current ResponseWriter exception: IOException - if an input/output error occurs |
renderAlertDetail | protected void renderAlertDetail(FacesContext context, UIComponent component, Theme theme, ResponseWriter writer) throws IOException(Code) | | Renders detsil summary message
Parameters: context - The current FacesContext Parameters: component - The Alert object to use Parameters: theme - The Theme to use Parameters: writer - The current ResponseWriter exception: IOException - if an input/output error occurs |
renderAlertIcon | protected void renderAlertIcon(FacesContext context, UIComponent component, Theme theme, ResponseWriter writer) throws IOException(Code) | | Renders PageAlert Icon
Parameters: context - The current FacesContext Parameters: component - The Alert object to use Parameters: theme - The Theme to use Parameters: writer - The current ResponseWriter exception: IOException - if an input/output error occurs |
renderAlertSummary | protected void renderAlertSummary(FacesContext context, UIComponent component, Theme theme, ResponseWriter writer) throws IOException(Code) | | Renders alert summary message
Parameters: context - The current FacesContext Parameters: component - The Alert object to use Parameters: theme - The Theme to use Parameters: writer - The current ResponseWriter exception: IOException - if an input/output error occurs |
renderEnd | protected void renderEnd(FacesContext context, UIComponent component, ResponseWriter writer) throws IOException(Code) | | Render the full page alert.
Parameters: context - The current FacesContext Parameters: component - The ImageComponent object to use Parameters: writer - The current ResponseWriter exception: IOException - if an input/output error occurss |
Methods inherited from com.sun.rave.web.ui.renderer.AbstractRenderer | protected void addBooleanAttributes(FacesContext context, UIComponent component, ResponseWriter writer, String names) throws IOException(Code)(Java Doc) protected void addCoreAttributes(FacesContext context, UIComponent component, ResponseWriter writer, String styles) throws IOException(Code)(Java Doc) protected void addIntegerAttributes(FacesContext context, UIComponent component, ResponseWriter writer, String names) throws IOException(Code)(Java Doc) protected static void addStringAttributes(FacesContext context, UIComponent component, ResponseWriter writer, String names) throws IOException(Code)(Java Doc) public void decode(FacesContext context, UIComponent component)(Code)(Java Doc) public void encodeBegin(FacesContext context, UIComponent component) throws IOException(Code)(Java Doc) public void encodeChildren(FacesContext context, UIComponent component) throws IOException(Code)(Java Doc) public void encodeEnd(FacesContext context, UIComponent component) throws IOException(Code)(Java Doc) protected Application getApplication()(Code)(Java Doc) protected Object getAsObject(FacesContext context, UIComponent component, String value)(Code)(Java Doc) protected String getAsString(FacesContext context, UIComponent component)(Code)(Java Doc) protected ExternalContext getExternalContext()(Code)(Java Doc) protected FacesContext getFacesContext()(Code)(Java Doc) protected Object getSubmittedValue(FacesContext context, UIComponent component)(Code)(Java Doc) protected boolean isDisabled(UIComponent component)(Code)(Java Doc) protected boolean isPortlet(FacesContext context)(Code)(Java Doc) protected boolean isReadOnly(UIComponent component)(Code)(Java Doc) protected void renderAttributes(FacesContext context, UIComponent component, ResponseWriter writer) throws IOException(Code)(Java Doc) protected void renderEnd(FacesContext context, UIComponent component, ResponseWriter writer) throws IOException(Code)(Java Doc) protected void renderMarkup(FacesContext context, UIComponent component, ResponseWriter writer, Markup markup) throws IOException(Code)(Java Doc) protected void renderStart(FacesContext context, UIComponent component, ResponseWriter writer) throws IOException(Code)(Java Doc) protected void setSubmittedValue(FacesContext context, UIComponent component)(Code)(Java Doc)
|
|
|