| com.sun.rave.web.ui.renderer.PropertySheetRenderer
PropertySheetRenderer | public class PropertySheetRenderer extends javax.faces.render.Renderer (Code) | | Renders a PropertySheet component.
|
Method Summary | |
public void | encodeChildren(FacesContext context, UIComponent component) Does not participate in rendering a PropertySheet. | public void | encodeEnd(FacesContext context, UIComponent component) Render a property sheet. | public boolean | getRendersChildren() This renderer renders the component's children. | protected void | renderJumpLinks(FacesContext context, PropertySheet propertySheet, Theme theme, ResponseWriter writer) Render a set of jump links. | protected void | renderPropertySheetSections(FacesContext context, PropertySheet propertySheet, Theme theme, ResponseWriter writer) Render the property sheet sections. | protected void | renderRequiredFieldsLegend(FacesContext context, PropertySheet propertySheet, Theme theme, ResponseWriter writer) Render a required fields legend. |
JUMPTOSECTIONTOOLTIP | final public static String JUMPTOSECTIONTOOLTIP(Code) | | |
JUMPTOTOPTOOLTIP | final public static String JUMPTOTOPTOOLTIP(Code) | | |
PropertySheetRenderer | public PropertySheetRenderer()(Code) | | Creates a new instance of PropertySheetRenderer.
|
encodeChildren | public void encodeChildren(FacesContext context, UIComponent component) throws IOException(Code) | | Does not participate in rendering a PropertySheet.
Parameters: context - The current FacesContext Parameters: component - The PropertySheet object to render Parameters: writer - The current ResponseWriter exception: IOException - if an input/output error occurs |
encodeEnd | public void encodeEnd(FacesContext context, UIComponent component) throws IOException(Code) | | Render a property sheet.
Parameters: context - The current FacesContext Parameters: component - The PropertySheet object to render Parameters: writer - The current ResponseWriter exception: IOException - if an input/output error occurs |
getRendersChildren | public boolean getRendersChildren()(Code) | | This renderer renders the component's children.
|
renderJumpLinks | protected void renderJumpLinks(FacesContext context, PropertySheet propertySheet, Theme theme, ResponseWriter writer) throws IOException(Code) | | Render a set of jump links.
Parameters: context - The current FacesContext Parameters: propertySheet - The PropertySheet object to render Parameters: theme - The Theme to reference. Parameters: writer - The current ResponseWriter exception: IOException - if an input/output error occurs |
renderPropertySheetSections | protected void renderPropertySheetSections(FacesContext context, PropertySheet propertySheet, Theme theme, ResponseWriter writer) throws IOException(Code) | | Render the property sheet sections.
Parameters: context - The current FacesContext Parameters: propertySheet - The PropertySheet object to render Parameters: theme - The Theme to reference. Parameters: writer - The current ResponseWriter exception: IOException - if an input/output error occurs |
renderRequiredFieldsLegend | protected void renderRequiredFieldsLegend(FacesContext context, PropertySheet propertySheet, Theme theme, ResponseWriter writer) throws IOException(Code) | | Render a required fields legend.
If propertySheet.getRequiredFields returns null
a spacer is rendered.
Parameters: context - The current FacesContext Parameters: propertySheet - The PropertySheet object to render Parameters: theme - The Theme to reference. Parameters: writer - The current ResponseWriter exception: IOException - if an input/output error occurs |
|
|