| org.theospi.jsf.renderer.TabAreaRenderer
TabAreaRenderer | public class TabAreaRenderer extends Renderer (Code) | | This creates a split content area. It divides a space in two.
This creates a table of size width x height. It the uses
the divider position to give the first cell a height or width
based on if the direction is vertical or horizontal, respectively.
This class depends on the splitdivider tag to create the actual divide
The second class makes the second cell.
author: andersjb |
encodeBegin | public void encodeBegin(FacesContext context, UIComponent component) throws IOException(Code) | | This renders html for the beginning of the tag.
Parameters: context - Parameters: component - throws: IOException - |
encodeEnd | public void encodeEnd(FacesContext context, UIComponent component) throws IOException(Code) | | Parameters: context - FacesContext for the request we are processing Parameters: component - UIComponent to be rendered exception: IOException - if an input/output error occurs while rendering exception: NullPointerException - if context or component is null |
encodeTabContent | protected void encodeTabContent(FacesContext context, UIComponent component) throws IOException(Code) | | |
getRendersChildren | public boolean getRendersChildren()(Code) | | |
supportsComponentType | public boolean supportsComponentType(UIComponent component)(Code) | | |
|
|