| com.sun.rave.web.ui.renderer.PropertySheetSectionRenderer
PropertySheetSectionRenderer | public class PropertySheetSectionRenderer extends Renderer (Code) | | |
PropertySheetSectionRenderer | public PropertySheetSectionRenderer()(Code) | | Creates a new instance of PropertySheetSectionRenderer.
|
encodeChildren | public void encodeChildren(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 |
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.
|
renderProperties | protected void renderProperties(FacesContext context, PropertySheetSection propertySheetSection, 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 |
renderPropertySheetSection | protected void renderPropertySheetSection(FacesContext context, PropertySheetSection propertySheetSection, 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 |
|
|