com.sun.j2ee.blueprints.ui.popupcalendar
Class PopupCalendarRenderer

java.lang.Object
  extended byjavax.faces.render.Renderer
      extended bycom.sun.j2ee.blueprints.ui.popupcalendar.PopupCalendarRenderer

public class PopupCalendarRenderer
extends javax.faces.render.Renderer

This renderer generates HTML (including JavaScript) for PopupCalendarComponent.


Constructor Summary
PopupCalendarRenderer()
           
 
Method Summary
 void decode(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
           Decode the submitted value for this component.
 void encodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
           Render the HTML for this component.
 
Methods inherited from class javax.faces.render.Renderer
convertClientId, encodeBegin, encodeChildren, getConvertedValue, getRendersChildren
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PopupCalendarRenderer

public PopupCalendarRenderer()
Method Detail

decode

public void decode(javax.faces.context.FacesContext context,
                   javax.faces.component.UIComponent component)

Decode the submitted value for this component.

Parameters:
context - FacesContext for the current request
component - UIComponent being decoded

encodeEnd

public void encodeEnd(javax.faces.context.FacesContext context,
                      javax.faces.component.UIComponent component)
               throws java.io.IOException

Render the HTML for this component.

Parameters:
context - FacesContext for the current request
component - UIComponent being rendered
Throws:
java.io.IOException - if an input/output error occurs