public class DatePickerPopupRenderer extends Renderer
Description:
Render the HTML code for a Tigris color picker popup.
Organization: Sakai Project
| Modifier and Type | Field and Description |
|---|---|
static String |
NEXT_MONTH |
static String |
NEXT_YEAR |
static String |
PREV_MONTH |
static String |
PREV_YEAR |
| Constructor and Description |
|---|
DatePickerPopupRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(FacesContext context,
UIComponent component) |
void |
encodeBegin(FacesContext context,
UIComponent component) |
void |
encodeChildren(FacesContext context,
UIComponent component) |
void |
encodeEnd(FacesContext context,
UIComponent component)
Faces render output method .
|
boolean |
supportsComponentType(UIComponent component) |
convertClientId, getConvertedValue, getRendersChildrenpublic static final String PREV_MONTH
public static final String NEXT_MONTH
public static final String PREV_YEAR
public static final String NEXT_YEAR
public boolean supportsComponentType(UIComponent component)
public void decode(FacesContext context, UIComponent component)
public void encodeBegin(FacesContext context, UIComponent component) throws IOException
encodeBegin in class RendererIOExceptionpublic void encodeChildren(FacesContext context, UIComponent component) throws IOException
encodeChildren in class RendererIOExceptionpublic void encodeEnd(FacesContext context, UIComponent component) throws IOException
Faces render output method .
Method Generator: org.sakaiproject.tool.assessment.devtoolsRenderMaker
encodeEnd in class Renderercontext - FacesContext for the current requestcomponent - UIComponent being renderedIOException - if an input/output error occursCopyright © 2003-2016 University of Michigan. All Rights Reserved.