org.apache.myfaces.custom.layout
Class HtmlLayoutRenderer
public class HtmlLayoutRenderer
$Revision: 239380 $ $Date: 2005-08-23 11:11:59 +0200 (Tue, 23 Aug 2005) $- Manfred Geiler (latest modification by $Author: mmarinschek $)
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)
|
CLASSIC_LAYOUT
public static final String CLASSIC_LAYOUT
NAV_RIGHT_LAYOUT
public static final String NAV_RIGHT_LAYOUT
UPSIDE_DOWN_LAYOUT
public static final String UPSIDE_DOWN_LAYOUT
encodeBegin
public void encodeBegin(FacesContext context,
UIComponent component)
throws IOException
encodeChildren
public void encodeChildren(FacesContext context,
UIComponent component)
throws IOException
- encodeChildren in interface HtmlRenderer
encodeEnd
public void encodeEnd(FacesContext facesContext,
UIComponent component)
throws IOException
getRendersChildren
public boolean getRendersChildren()
renderClassic
protected void renderClassic(FacesContext facesContext,
HtmlPanelLayout panelLayout)
throws IOException
renderNavRight
protected void renderNavRight(FacesContext facesContext,
HtmlPanelLayout panelLayout)
throws IOException
renderTableCell
protected void renderTableCell(FacesContext facesContext,
ResponseWriter writer,
UIComponent component,
int colspan,
String styleClass,
String style)
throws IOException
renderUpsideDown
protected void renderUpsideDown(FacesContext facesContext,
HtmlPanelLayout panelLayout)
throws IOException