| org.theospi.jsf.renderer.SplitAreaRenderer
SplitAreaRenderer | public class SplitAreaRenderer 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 |
Method Summary | |
public void | encodeBegin(FacesContext context, UIComponent component) This renders html for the beginning of the tag. | public void | encodeEnd(FacesContext context, UIComponent component) | public boolean | supportsComponentType(UIComponent component) |
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 |
supportsComponentType | public boolean supportsComponentType(UIComponent component)(Code) | | |
|
|