|
||||||||||
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.FieldRenderer
com.sun.rave.web.ui.renderer.CalendarRenderer
public class CalendarRenderer
Renders an instance of the Calendar component.
Field Summary |
---|
Fields inherited from class com.sun.rave.web.ui.renderer.FieldRenderer |
---|
SPACER_ID, STRING_ATTRIBUTES |
Constructor Summary | |
---|---|
CalendarRenderer()
Creates a new instance of CalendarRenderer. |
Method Summary | |
---|---|
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Render the component end element. |
Methods inherited from class com.sun.rave.web.ui.renderer.FieldRenderer |
---|
decode, encodeBegin, encodeChildren, getRendersChildren, getStyleClass, renderField, renderInput |
Methods inherited from class javax.faces.render.Renderer |
---|
convertClientId, getConvertedValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CalendarRenderer()
Method Detail |
---|
public void encodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws java.io.IOException
Render the component end element.
encodeEnd
in class FieldRenderer
context
- FacesContext
for the current requestcomponent
- UIComponent
to be rendered
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 |