Class Hierarchy All Classes All Fields and Methods
Class com.ibm.faces.renderkit.html_extended.TabPanelRenderer
java.lang.Object javax.faces.render.Renderer com.sun.faces.renderkit.html_basic.HtmlBasicRenderer com.ibm.faces.renderkit.html_extended.TabPanelRendererpublic class TabPanelRenderer
extends HtmlBasicRendererRenderer for UIPanel component, that creates a tab inside a TabPanelRenderer.
Tags:
Components: UIPanel
Constructor Index Constructor Description TabPanelRenderer()
Method Index Method Description void encodeBegin(FacesContext, UIComponent) Renders the beginning of the component. void encodeEnd(FacesContext, UIComponent) void getEndTextToRender(FacesContext, UIComponent, String)
Constructors
TabPanelRenderer
public TabPanelRenderer()
Methods
encodeBegin
public void encodeBegin(FacesContext context, UIComponent component) throws IOExceptionRenders the beginning of the component.
- Parameters
- context - FacesContext for the request we are processing
- 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
getEndTextToRender
protected void getEndTextToRender(FacesContext context, UIComponent component, String currentValue) throws IOException
Class Hierarchy All Classes All Fields and Methods