org.apache.myfaces.custom.layout
public class HtmlLayoutRenderer extends HtmlRenderer
Version: $Revision: 239380 $ $Date: 2005-08-23 11:11:59 +0200 (Tue, 23 Aug 2005) $
| Field Summary | |
|---|---|
| static String | CLASSIC_LAYOUT |
| static String | NAV_RIGHT_LAYOUT |
| static String | UPSIDE_DOWN_LAYOUT |
| Method Summary | |
|---|---|
| void | encodeBegin(FacesContext context, UIComponent component) |
| void | encodeChildren(FacesContext context, UIComponent component) |
| void | encodeEnd(FacesContext facesContext, UIComponent component) |
| boolean | getRendersChildren() |
| protected void | renderClassic(FacesContext facesContext, HtmlPanelLayout panelLayout) |
| protected void | renderNavRight(FacesContext facesContext, HtmlPanelLayout panelLayout) |
| protected void | renderTableCell(FacesContext facesContext, ResponseWriter writer, UIComponent component, int colspan, String styleClass, String style) |
| protected void | renderUpsideDown(FacesContext facesContext, HtmlPanelLayout panelLayout) |