| com.sun.rave.web.ui.renderer.PropertyRenderer
PropertyRenderer | public class PropertyRenderer extends Renderer (Code) | | |
Constructor Summary | |
public | PropertyRenderer() Creates a new instance of PropertyRenderer. |
Method Summary | |
public void | encodeChildren(FacesContext context, UIComponent component) Does nothing. | public void | encodeEnd(FacesContext context, UIComponent component) Render a property component. | public boolean | getRendersChildren() This renderer renders the component's children. | protected void | renderHelpText(FacesContext context, Property property, Theme theme, ResponseWriter writer) | protected void | renderLabel(FacesContext context, Property property, Theme theme, ResponseWriter writer) | protected void | renderPropertyComponents(FacesContext context, Property property, Theme theme, ResponseWriter writer) Render the property components.
If the content facet it defined it takes precendence
over the existence of child components. |
PropertyRenderer | public PropertyRenderer()(Code) | | Creates a new instance of PropertyRenderer.
|
encodeChildren | public void encodeChildren(FacesContext context, UIComponent component) throws IOException(Code) | | Does nothing.
Parameters: context - The current FacesContext Parameters: component - The Property 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 component.
Parameters: context - The current FacesContext Parameters: component - The Property 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.
|
renderHelpText | protected void renderHelpText(FacesContext context, Property property, Theme theme, ResponseWriter writer) throws IOException(Code) | | Render help text for the property
Parameters: context - The current FacesContext Parameters: property - The Property object to render Parameters: theme - The Theme to reference. Parameters: writer - The current ResponseWriter exception: IOException - if an input/output error occurs |
renderLabel | protected void renderLabel(FacesContext context, Property property, Theme theme, ResponseWriter writer) throws IOException(Code) | | Render a label for the propertySheetSection
Parameters: context - The current FacesContext Parameters: property - The Property object to render Parameters: theme - The Theme to reference. Parameters: writer - The current ResponseWriter exception: IOException - if an input/output error occurs |
renderPropertyComponents | protected void renderPropertyComponents(FacesContext context, Property property, Theme theme, ResponseWriter writer) throws IOException(Code) | | Render the property components.
If the content facet it defined it takes precendence
over the existence of child components. If there is not
content facet, then the children are rendered.
Parameters: context - The current FacesContext Parameters: property - The Property object to render Parameters: theme - The Theme to reference. Parameters: writer - The current ResponseWriter exception: IOException - if an input/output error occurs |
|
|