public class InputDateRenderer extends Renderer
Description:
Render the custom color picker control.
Copyright: Copyright (c) 2004
Organization: Sakai Project
| Constructor and Description |
|---|
InputDateRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(FacesContext context,
UIComponent component)
decode the value
|
void |
encodeEnd(FacesContext context,
UIComponent component)
Faces render output method .
|
boolean |
supportsComponentType(UIComponent component) |
convertClientId, encodeBegin, encodeChildren, getConvertedValue, getRendersChildrenpublic boolean supportsComponentType(UIComponent component)
public void decode(FacesContext context, UIComponent component)
public void encodeEnd(FacesContext context, UIComponent component) throws IOException
Faces render output method .
encodeEnd in class Renderercontext - FacesContext for the current requestcomponent - UIComponent being renderedIOException - if an input/output error occursCopyright © 2003–2014 University of Michigan. All rights reserved.