|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.render.Renderer
com.sun.rave.web.ui.renderer.PropertySheetRenderer
public class PropertySheetRenderer
Renders a PropertySheet component.
Field Summary | |
---|---|
static java.lang.String |
JUMPTOSECTIONTOOLTIP
|
static java.lang.String |
JUMPTOTOP
|
static java.lang.String |
JUMPTOTOPTOOLTIP
|
Constructor Summary | |
---|---|
PropertySheetRenderer()
Creates a new instance of PropertySheetRenderer. |
Method Summary | |
---|---|
void |
encodeChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Does not participate in rendering a PropertySheet. |
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Render a property sheet. |
boolean |
getRendersChildren()
This renderer renders the component's children. |
protected void |
renderJumpLinks(javax.faces.context.FacesContext context,
PropertySheet propertySheet,
Theme theme,
javax.faces.context.ResponseWriter writer)
Render a set of jump links. |
protected void |
renderPropertySheetSections(javax.faces.context.FacesContext context,
PropertySheet propertySheet,
Theme theme,
javax.faces.context.ResponseWriter writer)
Render the property sheet sections. |
protected void |
renderRequiredFieldsLegend(javax.faces.context.FacesContext context,
PropertySheet propertySheet,
Theme theme,
javax.faces.context.ResponseWriter writer)
Render a required fields legend. |
Methods inherited from class javax.faces.render.Renderer |
---|
convertClientId, decode, encodeBegin, getConvertedValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String JUMPTOSECTIONTOOLTIP
public static final java.lang.String JUMPTOTOPTOOLTIP
public static final java.lang.String JUMPTOTOP
Constructor Detail |
---|
public PropertySheetRenderer()
Method Detail |
---|
public boolean getRendersChildren()
getRendersChildren
in class javax.faces.render.Renderer
public void encodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws java.io.IOException
encodeEnd
in class javax.faces.render.Renderer
context
- The current FacesContextcomponent
- The PropertySheet object to renderwriter
- The current ResponseWriter
java.io.IOException
- if an input/output error occursprotected void renderPropertySheetSections(javax.faces.context.FacesContext context, PropertySheet propertySheet, Theme theme, javax.faces.context.ResponseWriter writer) throws java.io.IOException
context
- The current FacesContextpropertySheet
- The PropertySheet object to rendertheme
- The Theme to reference.writer
- The current ResponseWriter
java.io.IOException
- if an input/output error occursprotected void renderRequiredFieldsLegend(javax.faces.context.FacesContext context, PropertySheet propertySheet, Theme theme, javax.faces.context.ResponseWriter writer) throws java.io.IOException
propertySheet.getRequiredFields
returns null
a spacer is rendered.
context
- The current FacesContextpropertySheet
- The PropertySheet object to rendertheme
- The Theme to reference.writer
- The current ResponseWriter
java.io.IOException
- if an input/output error occursprotected void renderJumpLinks(javax.faces.context.FacesContext context, PropertySheet propertySheet, Theme theme, javax.faces.context.ResponseWriter writer) throws java.io.IOException
context
- The current FacesContextpropertySheet
- The PropertySheet object to rendertheme
- The Theme to reference.writer
- The current ResponseWriter
java.io.IOException
- if an input/output error occurspublic void encodeChildren(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws java.io.IOException
encodeChildren
in class javax.faces.render.Renderer
context
- The current FacesContextcomponent
- The PropertySheet object to renderwriter
- The current ResponseWriter
java.io.IOException
- if an input/output error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |