|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.render.Renderer
org.apache.myfaces.renderkit.html.HtmlRenderer
org.apache.myfaces.renderkit.html.HtmlTableRendererBase
Field Summary | |
protected static java.lang.String |
FOOTER_FACET_NAME
Footer facet name. |
protected static java.lang.String |
HEADER_FACET_NAME
Header facet name. |
Constructor Summary | |
HtmlTableRendererBase()
|
Method Summary | |
protected void |
afterRow(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIData uiData)
Convenient method for derived table renderers. |
protected void |
afterTable(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIData uiData)
Convenient method for derived table renderers. |
protected void |
beforeRow(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIData uiData)
Convenient method for derived table renderers. |
protected void |
beforeTable(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIData uiData)
Convenient method for derived table renderers. |
void |
encodeBegin(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
|
void |
encodeChildren(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
|
void |
encodeEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
|
protected static java.lang.String |
getFooterClass(javax.faces.component.UIComponent component)
|
protected static java.lang.String |
getHeaderClass(javax.faces.component.UIComponent component)
|
boolean |
getRendersChildren()
|
protected void |
renderColumnFooterCell(javax.faces.context.FacesContext facesContext,
javax.faces.context.ResponseWriter writer,
javax.faces.component.UIColumn uiColumn,
java.lang.String footerStyleClass,
int colspan)
|
protected void |
renderColumnFooterRow(javax.faces.context.FacesContext facesContext,
javax.faces.context.ResponseWriter writer,
javax.faces.component.UIComponent component,
java.lang.String footerStyleClass)
|
protected void |
renderColumnHeaderCell(javax.faces.context.FacesContext facesContext,
javax.faces.context.ResponseWriter writer,
javax.faces.component.UIColumn uiColumn,
java.lang.String headerStyleClass,
int colspan)
|
protected void |
renderColumnHeaderRow(javax.faces.context.FacesContext facesContext,
javax.faces.context.ResponseWriter writer,
javax.faces.component.UIComponent component,
java.lang.String headerStyleClass)
|
protected void |
renderFacet(javax.faces.context.FacesContext facesContext,
javax.faces.context.ResponseWriter writer,
javax.faces.component.UIComponent component,
boolean header)
|
protected void |
renderTableFooterRow(javax.faces.context.FacesContext facesContext,
javax.faces.context.ResponseWriter writer,
javax.faces.component.UIComponent component,
javax.faces.component.UIComponent footerFacet,
java.lang.String footerStyleClass,
int colspan)
|
protected void |
renderTableHeaderRow(javax.faces.context.FacesContext facesContext,
javax.faces.context.ResponseWriter writer,
javax.faces.component.UIComponent component,
javax.faces.component.UIComponent headerFacet,
java.lang.String headerStyleClass,
int colspan)
|
Methods inherited from class javax.faces.render.Renderer |
convertClientId, decode, getConvertedValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static final java.lang.String HEADER_FACET_NAME
protected static final java.lang.String FOOTER_FACET_NAME
Constructor Detail |
public HtmlTableRendererBase()
Method Detail |
public boolean getRendersChildren()
public void encodeBegin(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent) throws java.io.IOException
java.io.IOException
public void encodeChildren(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component) throws java.io.IOException
encodeChildren
in class HtmlRenderer
java.io.IOException
protected void beforeTable(javax.faces.context.FacesContext facesContext, javax.faces.component.UIData uiData) throws java.io.IOException
java.io.IOException
protected void beforeRow(javax.faces.context.FacesContext facesContext, javax.faces.component.UIData uiData) throws java.io.IOException
java.io.IOException
protected void afterRow(javax.faces.context.FacesContext facesContext, javax.faces.component.UIData uiData) throws java.io.IOException
java.io.IOException
protected void afterTable(javax.faces.context.FacesContext facesContext, javax.faces.component.UIData uiData) throws java.io.IOException
java.io.IOException
public void encodeEnd(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent) throws java.io.IOException
java.io.IOException
protected void renderFacet(javax.faces.context.FacesContext facesContext, javax.faces.context.ResponseWriter writer, javax.faces.component.UIComponent component, boolean header) throws java.io.IOException
java.io.IOException
protected void renderTableHeaderRow(javax.faces.context.FacesContext facesContext, javax.faces.context.ResponseWriter writer, javax.faces.component.UIComponent component, javax.faces.component.UIComponent headerFacet, java.lang.String headerStyleClass, int colspan) throws java.io.IOException
java.io.IOException
protected void renderTableFooterRow(javax.faces.context.FacesContext facesContext, javax.faces.context.ResponseWriter writer, javax.faces.component.UIComponent component, javax.faces.component.UIComponent footerFacet, java.lang.String footerStyleClass, int colspan) throws java.io.IOException
java.io.IOException
protected void renderColumnHeaderRow(javax.faces.context.FacesContext facesContext, javax.faces.context.ResponseWriter writer, javax.faces.component.UIComponent component, java.lang.String headerStyleClass) throws java.io.IOException
java.io.IOException
protected void renderColumnFooterRow(javax.faces.context.FacesContext facesContext, javax.faces.context.ResponseWriter writer, javax.faces.component.UIComponent component, java.lang.String footerStyleClass) throws java.io.IOException
java.io.IOException
protected void renderColumnHeaderCell(javax.faces.context.FacesContext facesContext, javax.faces.context.ResponseWriter writer, javax.faces.component.UIColumn uiColumn, java.lang.String headerStyleClass, int colspan) throws java.io.IOException
java.io.IOException
protected void renderColumnFooterCell(javax.faces.context.FacesContext facesContext, javax.faces.context.ResponseWriter writer, javax.faces.component.UIColumn uiColumn, java.lang.String footerStyleClass, int colspan) throws java.io.IOException
java.io.IOException
protected static java.lang.String getHeaderClass(javax.faces.component.UIComponent component)
protected static java.lang.String getFooterClass(javax.faces.component.UIComponent component)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |