Class Hierarchy All Classes All Fields and Methods

 

Class com.ibm.faces.renderkit.html_extended.DatePickerRenderer

java.lang.Object
        javax.faces.render.Renderer
                com.sun.faces.renderkit.html_basic.HtmlBasicRenderer
                        com.ibm.faces.renderkit.html_extended.DatePickerRenderer

public class DatePickerRenderer
implements IScriptContributor
extends HtmlBasicRenderer

Renderer for UIInputHelper component, that creates an image, which when being clicked on, pops up a Date Picker control.

Tags:
Components: UIInputHelper

Constructor Index
Constructor Description
DatePickerRenderer()  

Method Index
Method Description
void contributeScript(FacesContext, UIComponent)  
void encodeBegin(FacesContext, UIComponent) Renders the beginning of the component.
void encodeEnd(FacesContext, UIComponent)  

 

Constructors

 

DatePickerRenderer

public DatePickerRenderer() 

 

Methods

 

contributeScript

public void contributeScript(FacesContext context,
                             UIComponent component) throws IOException

 

encodeBegin

public void encodeBegin(FacesContext context,
                        UIComponent component) throws IOException

Renders the beginning of the component.

 

encodeEnd

public void encodeEnd(FacesContext context,
                      UIComponent component) throws IOException

Class Hierarchy All Classes All Fields and Methods