Class Hierarchy All Classes All Fields and Methods
Class com.ibm.faces.renderkit.html_extended.TabFrameRenderer
java.lang.Object javax.faces.render.Renderer com.sun.faces.renderkit.html_basic.HtmlBasicRenderer com.ibm.faces.renderkit.html_extended.TabFrameRendererpublic class TabFrameRenderer
implements IScriptContributor
extends HtmlBasicRendererRenderer for UIOutput component, that creates a set of TabPanelRenderer.
Tags:
Components: UIOutput
Constructor Index Constructor Description TabFrameRenderer()
Method Index Method Description void contributeScript(FacesContext, UIComponent) void encodeBegin(FacesContext, UIComponent) Renders the beginning of the component. void encodeEnd(FacesContext, UIComponent) void encodeRecursive(FacesContext, UIComponent) Renders nested children of panel by invoking the encode methods on the components. void getEndTextToRender(FacesContext, UIComponent, String)
Constructors
TabFrameRenderer
public TabFrameRenderer()
Methods
contributeScript
public void contributeScript(FacesContext context, UIComponent component) throws IOException
encodeBegin
public void encodeBegin(FacesContext context, UIComponent component) throws IOExceptionRenders the beginning of the component.
- Parameters
- context - FacesContext for the request being processed
- component - UIComponent to be rendered
- Throws
- IOException if an input/output error occurs while rendering
- Overrides
- encodeBegin in class Renderer
- See Also
- encodeBegin
encodeEnd
public void encodeEnd(FacesContext context, UIComponent component) throws IOException
- Parameters
- context -
- component -
- Throws
- IOException
- Overrides
- encodeEnd in class HtmlBasicRenderer
- See Also
- encodeEnd
encodeRecursive
protected void encodeRecursive(FacesContext context, UIComponent component) throws IOExceptionRenders nested children of panel by invoking the encode methods on the components. This handles components nested inside panel_group, panel_grid tags.
getEndTextToRender
protected void getEndTextToRender(FacesContext context, UIComponent component, String currentValue) throws IOException
Class Hierarchy All Classes All Fields and Methods