public class InputColorRenderer extends Renderer
Description:
Render the custom color picker control.
Copyright: Copyright (c) 2004
Organization: Sakai Project
| Constructor and Description |
|---|
InputColorRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(FacesContext context,
UIComponent component)
decode method
|
void |
encodeBegin(FacesContext context,
UIComponent component)
no-op
|
void |
encodeChildren(FacesContext context,
UIComponent component)
no-op
|
void |
encodeEnd(FacesContext context,
UIComponent component)
Faces render output method .
|
boolean |
supportsComponentType(UIComponent component) |
convertClientId, getConvertedValue, getRendersChildrenpublic boolean supportsComponentType(UIComponent component)
public void decode(FacesContext context, UIComponent component)
public void encodeBegin(FacesContext context, UIComponent component) throws IOException
encodeBegin in class Renderercontext - component - IOExceptionpublic void encodeChildren(FacesContext context, UIComponent component) throws IOException
encodeChildren in class Renderercontext - component - IOExceptionpublic 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–2017 University of Michigan. All rights reserved.