| org.sakaiproject.jsf.renderer.PopupRenderer
PopupRenderer | public class PopupRenderer extends Renderer (Code) | | Description:
This class is the class that renders the popup
custom tag.
Copyright: Copyright (c) 2004
Organization: Sakai Project
author: Ed Smiley version: $Id: PopupRenderer.java 9278 2006-05-10 23:29:21Z ray@media.berkeley.edu $ |
Method Summary | |
public void | decode(FacesContext context, UIComponent component) | public void | encodeBegin(FacesContext context, UIComponent component) | public void | encodeChildren(FacesContext context, UIComponent component) Do nothing if a button, otherwise, default. | public void | encodeEnd(FacesContext context, UIComponent component) | public boolean | getRendersChildren() | public boolean | supportsComponentType(UIComponent component) |
decode | public void decode(FacesContext context, UIComponent component)(Code) | | |
encodeBegin | public void encodeBegin(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 |
encodeChildren | public void encodeChildren(FacesContext context, UIComponent component) throws IOException(Code) | | Do nothing if a button, otherwise, default.
Parameters: context - FacesContext Parameters: component - UIComponent throws: IOException - |
encodeEnd | public void encodeEnd(FacesContext context, UIComponent component) throws IOException(Code) | | Render end of ANCHOR.
Parameters: context - FacesContext for the request we are processing Parameters: component - UIComponent to be rendered Parameters: context - FacesContext for the current request Parameters: component - UIComponent being rendered throws: IOException - if an input/output error occurs |
getRendersChildren | public boolean getRendersChildren()(Code) | | This component renders its children
true |
supportsComponentType | public boolean supportsComponentType(UIComponent component)(Code) | | |
|
|