| org.sakaiproject.tool.podcasts.jsf.renderer.DatePickerRenderer
DatePickerRenderer | public class DatePickerRenderer extends Renderer (Code) | | Description:
Render the custom color picker control.
Copyright: Copyright (c) 2004
Organization: Sakai Project
author: Ed Smiley version: $id: $ |
Method Summary | |
public void | decode(FacesContext context, UIComponent component) | public void | encodeBegin(FacesContext context, UIComponent component) | public void | encodeChildren(FacesContext context, UIComponent component) | public void | encodeEnd(FacesContext context, UIComponent component) | public boolean | supportsComponentType(UIComponent component) |
decode | public void decode(FacesContext context, UIComponent component)(Code) | | decode the value
Parameters: context - Parameters: component - |
encodeBegin | public void encodeBegin(FacesContext context, UIComponent component) throws IOException(Code) | | |
encodeChildren | public void encodeChildren(FacesContext context, UIComponent component) throws IOException(Code) | | |
encodeEnd | public void encodeEnd(FacesContext context, UIComponent component) throws IOException(Code) | | Faces render output method .
Method Generator: org.sakaiproject.tool.assessment.devtoolsRenderMaker
Parameters: context - FacesContext for the current request Parameters: component - UIComponent being rendered throws: IOException - if an input/output error occurs |
supportsComponentType | public boolean supportsComponentType(UIComponent component)(Code) | | |
|
|