Added: myfaces/site/javadoc/org/apache/myfaces/renderkit/html/HtmlTableRendererBase.html URL: http://svn.apache.org/viewcvs/myfaces/site/javadoc/org/apache/myfaces/renderkit/html/HtmlTableRendererBase.html?rev=167885&view=auto ============================================================================== --- myfaces/site/javadoc/org/apache/myfaces/renderkit/html/HtmlTableRendererBase.html (added) +++ myfaces/site/javadoc/org/apache/myfaces/renderkit/html/HtmlTableRendererBase.html Tue May 3 02:06:41 2005 @@ -0,0 +1,975 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.4.2_05) on Tue May 03 10:59:30 CEST 2005 --> +<TITLE> +HtmlTableRendererBase (Apache MyFaces API Documentation) +</TITLE> + +<META NAME="keywords" CONTENT="org.apache.myfaces.renderkit.html.HtmlTableRendererBase class"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + parent.document.title="HtmlTableRendererBase (Apache MyFaces API Documentation)"; +} +</SCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTableRenderer.html" title="class in org.apache.myfaces.renderkit.html"><B>PREV CLASS</B></A> + <A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTextareaRenderer.html" title="class in org.apache.myfaces.renderkit.html"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A> + <A HREF="HtmlTableRendererBase.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<!-- ======== START OF CLASS DATA ======== --> +<H2> +<FONT SIZE="-1"> +org.apache.myfaces.renderkit.html</FONT> +<BR> +Class HtmlTableRendererBase</H2> +<PRE> +java.lang.Object + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by">javax.faces.render.Renderer + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by"><A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlRenderer.html" title="class in org.apache.myfaces.renderkit.html">org.apache.myfaces.renderkit.html.HtmlRenderer</A> + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by"><B>org.apache.myfaces.renderkit.html.HtmlTableRendererBase</B> +</PRE> +<DL> +<DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../../org/apache/myfaces/custom/newspaper/HtmlNewspaperTableRenderer.html" title="class in org.apache.myfaces.custom.newspaper">HtmlNewspaperTableRenderer</A>, <A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTableRenderer.html" title="class in org.apache.myfaces.renderkit.html">HtmlTableRenderer</A>, <A HREF="../../../../../org/apache/myfaces/renderkit/html/ext/HtmlTableRenderer.html" title="class in org.apache.myfaces.renderkit.html.ext">HtmlTableRenderer</A>, <A HREF="../../../../../org/apache/myfaces/custom/tree/renderkit/html/HtmlTreeRenderer.html" title="class in org.apache.myfaces.custom.tree.renderkit.html">HtmlTreeRenderer</A></DD> +</DL> +<HR> +<DL> +<DT>public class <B>HtmlTableRendererBase</B><DT>extends <A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlRenderer.html" title="class in org.apache.myfaces.renderkit.html">HtmlRenderer</A></DL> + +<P> +<DL> +<DT><B>Version:</B></DT> + <DD>$Revision: 167722 $ $Date: 2005-03-29 13:42:49 +0200 (Tue, 29 Mar 2005) $ + + + $Log$ + Revision 1.9 2005/03/29 11:40:50 matzew + added new crosstable component (x:columns). Contributed by Mathias Broekelmann + + Revision 1.8 2005/02/11 16:03:00 mmarinschek + solve bug in tabbed panel when datatable was displayed not on tab, but at the bottom of the datatable... + + Revision 1.7 2005/01/19 11:49:20 matzew + MYFACES-83. Refactored HtmlTableRendererBase supported by "power-user" Heath Borders-Wing + + Revision 1.6 2004/12/23 13:03:09 mmarinschek + id's not rendered (or not conditionally rendered); changes in jslistener to support both ie and firefox now + + Revision 1.5 2004/11/26 12:14:10 oros + MYFACES-8: applied tree table patch by David Le Strat</DD> +<DT><B>Author:</B></DT> + <DD>Thomas Spiegl (latest modification by $Author: matzew $)</DD> +</DL> +<HR> + +<P> +<!-- ======== NESTED CLASS SUMMARY ======== --> + + +<!-- =========== FIELD SUMMARY =========== --> + +<A NAME="field_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TD COLSPAN=2><FONT SIZE="+2"> +<B>Field Summary</B></FONT></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected static java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTableRendererBase.html#FOOTER_FACET_NAME">FOOTER_FACET_NAME</A></B></CODE> + +<BR> + Footer facet name.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected static java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTableRendererBase.html#HEADER_FACET_NAME">HEADER_FACET_NAME</A></B></CODE> + +<BR> + Header facet name.</TD> +</TR> +</TABLE> + +<!-- ======== CONSTRUCTOR SUMMARY ======== --> + +<A NAME="constructor_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TD COLSPAN=2><FONT SIZE="+2"> +<B>Constructor Summary</B></FONT></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTableRendererBase.html#HtmlTableRendererBase()">HtmlTableRendererBase</A></B>()</CODE> + +<BR> + </TD> +</TR> +</TABLE> + +<!-- ========== METHOD SUMMARY =========== --> + +<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TD COLSPAN=2><FONT SIZE="+2"> +<B>Method Summary</B></FONT></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTableRendererBase.html#afterRow(javax.faces.context.FacesContext, javax.faces.component.UIData)">afterRow</A></B>(javax.faces.context.FacesContext facesContext, + javax.faces.component.UIData uiData)</CODE> + +<BR> + Convenient method for derived table renderers.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTableRendererBase.html#afterTable(javax.faces.context.FacesContext, javax.faces.component.UIData)">afterTable</A></B>(javax.faces.context.FacesContext facesContext, + javax.faces.component.UIData uiData)</CODE> + +<BR> + Convenient method for derived table renderers.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTableRendererBase.html#beforeRow(javax.faces.context.FacesContext, javax.faces.component.UIData)">beforeRow</A></B>(javax.faces.context.FacesContext facesContext, + javax.faces.component.UIData uiData)</CODE> + +<BR> + Convenient method for derived table renderers.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTableRendererBase.html#beforeTable(javax.faces.context.FacesContext, javax.faces.component.UIData)">beforeTable</A></B>(javax.faces.context.FacesContext facesContext, + javax.faces.component.UIData uiData)</CODE> + +<BR> + Convenient method for derived table renderers.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTableRendererBase.html#decode(javax.faces.context.FacesContext, javax.faces.component.UIComponent)">decode</A></B>(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTableRendererBase.html#encodeBegin(javax.faces.context.FacesContext, javax.faces.component.UIComponent)">encodeBegin</A></B>(javax.faces.context.FacesContext facesContext, + javax.faces.component.UIComponent uiComponent)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTableRendererBase.html#encodeChildren(javax.faces.context.FacesContext, javax.faces.component.UIComponent)">encodeChildren</A></B>(javax.faces.context.FacesContext facesContext, + javax.faces.component.UIComponent component)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTableRendererBase.html#encodeEnd(javax.faces.context.FacesContext, javax.faces.component.UIComponent)">encodeEnd</A></B>(javax.faces.context.FacesContext facesContext, + javax.faces.component.UIComponent uiComponent)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected static java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTableRendererBase.html#getFooterClass(javax.faces.component.UIComponent)">getFooterClass</A></B>(javax.faces.component.UIComponent component)</CODE> + +<BR> + Gets the footerClass attribute of the given <code>UIComponent</code>.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected static java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTableRendererBase.html#getHeaderClass(javax.faces.component.UIComponent)">getHeaderClass</A></B>(javax.faces.component.UIComponent component)</CODE> + +<BR> + Gets the headerClass attribute of the given <code>UIComponent</code>.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> boolean</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTableRendererBase.html#getRendersChildren()">getRendersChildren</A></B>()</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTableRendererBase.html#renderColumnBody(javax.faces.context.FacesContext, javax.faces.context.ResponseWriter, javax.faces.component.UIData, javax.faces.component.UIComponent, java.lang.String)">renderColumnBody</A></B>(javax.faces.context.FacesContext facesContext, + javax.faces.context.ResponseWriter writer, + javax.faces.component.UIData uiData, + javax.faces.component.UIComponent component, + java.lang.String columnStyleClass)</CODE> + +<BR> + Renders the body of a given <code>UIColumn</code> (everything but the header and footer facets).</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTableRendererBase.html#renderColumnFooterCell(javax.faces.context.FacesContext, javax.faces.context.ResponseWriter, javax.faces.component.UIColumn, java.lang.String, int)">renderColumnFooterCell</A></B>(javax.faces.context.FacesContext facesContext, + javax.faces.context.ResponseWriter writer, + javax.faces.component.UIColumn uiColumn, + java.lang.String footerStyleClass, + int colspan)</CODE> + +<BR> + Renders the footer facet for the given <code>UIColumn</code>.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTableRendererBase.html#renderColumnFooterCell(javax.faces.context.FacesContext, javax.faces.context.ResponseWriter, javax.faces.component.UIComponent, javax.faces.component.UIComponent, java.lang.String, int)">renderColumnFooterCell</A></B>(javax.faces.context.FacesContext facesContext, + javax.faces.context.ResponseWriter writer, + javax.faces.component.UIComponent uiComponent, + javax.faces.component.UIComponent facet, + java.lang.String footerStyleClass, + int colspan)</CODE> + +<BR> + Renders the footer facet for the given <code>UIColumn</code>.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTableRendererBase.html#renderColumnFooterRow(javax.faces.context.FacesContext, javax.faces.context.ResponseWriter, javax.faces.component.UIComponent, java.lang.String)">renderColumnFooterRow</A></B>(javax.faces.context.FacesContext facesContext, + javax.faces.context.ResponseWriter writer, + javax.faces.component.UIComponent component, + java.lang.String footerStyleClass)</CODE> + +<BR> + Renders the footer row for the columns, which is a separate row from the footer row for the + <code>UIData</code> footer facet.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTableRendererBase.html#renderColumnHeaderCell(javax.faces.context.FacesContext, javax.faces.context.ResponseWriter, javax.faces.component.UIColumn, java.lang.String, int)">renderColumnHeaderCell</A></B>(javax.faces.context.FacesContext facesContext, + javax.faces.context.ResponseWriter writer, + javax.faces.component.UIColumn uiColumn, + java.lang.String headerStyleClass, + int colspan)</CODE> + +<BR> + Renders the header facet for the given <code>UIColumn</code>.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTableRendererBase.html#renderColumnHeaderCell(javax.faces.context.FacesContext, javax.faces.context.ResponseWriter, javax.faces.component.UIComponent, javax.faces.component.UIComponent, java.lang.String, int)">renderColumnHeaderCell</A></B>(javax.faces.context.FacesContext facesContext, + javax.faces.context.ResponseWriter writer, + javax.faces.component.UIComponent uiComponent, + javax.faces.component.UIComponent facet, + java.lang.String headerStyleClass, + int colspan)</CODE> + +<BR> + Renders the header facet for the given <code>UIColumn</code>.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTableRendererBase.html#renderColumnHeaderRow(javax.faces.context.FacesContext, javax.faces.context.ResponseWriter, javax.faces.component.UIComponent, java.lang.String)">renderColumnHeaderRow</A></B>(javax.faces.context.FacesContext facesContext, + javax.faces.context.ResponseWriter writer, + javax.faces.component.UIComponent component, + java.lang.String headerStyleClass)</CODE> + +<BR> + Renders the header row for the columns, which is a separate row from the header row for the + <code>UIData</code> header facet.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTableRendererBase.html#renderFacet(javax.faces.context.FacesContext, javax.faces.context.ResponseWriter, javax.faces.component.UIComponent, boolean)">renderFacet</A></B>(javax.faces.context.FacesContext facesContext, + javax.faces.context.ResponseWriter writer, + javax.faces.component.UIComponent component, + boolean header)</CODE> + +<BR> + Renders either the header or the footer facets.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTableRendererBase.html#renderRowEnd(javax.faces.context.FacesContext, javax.faces.context.ResponseWriter, javax.faces.component.UIData)">renderRowEnd</A></B>(javax.faces.context.FacesContext facesContext, + javax.faces.context.ResponseWriter writer, + javax.faces.component.UIData uiData)</CODE> + +<BR> + Renders the end of a row of body content.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTableRendererBase.html#renderRowStart(javax.faces.context.FacesContext, javax.faces.context.ResponseWriter, javax.faces.component.UIData, java.lang.String)">renderRowStart</A></B>(javax.faces.context.FacesContext facesContext, + javax.faces.context.ResponseWriter writer, + javax.faces.component.UIData uiData, + java.lang.String rowStyleClass)</CODE> + +<BR> + Renders the start of a new row of body content.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTableRendererBase.html#renderTableFooterRow(javax.faces.context.FacesContext, javax.faces.context.ResponseWriter, javax.faces.component.UIComponent, javax.faces.component.UIComponent, java.lang.String, int)">renderTableFooterRow</A></B>(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)</CODE> + +<BR> + Renders the footer row of the table being rendered.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTableRendererBase.html#renderTableHeaderRow(javax.faces.context.FacesContext, javax.faces.context.ResponseWriter, javax.faces.component.UIComponent, javax.faces.component.UIComponent, java.lang.String, int)">renderTableHeaderRow</A></B>(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)</CODE> + +<BR> + Renders the header row of the table being rendered.</TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_javax.faces.render.Renderer"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TD><B>Methods inherited from class javax.faces.render.Renderer</B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>convertClientId, getConvertedValue</CODE></TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TD><B>Methods inherited from class java.lang.Object</B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> +</TR> +</TABLE> + +<P> + +<!-- ============ FIELD DETAIL =========== --> + +<A NAME="field_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TD COLSPAN=1><FONT SIZE="+2"> +<B>Field Detail</B></FONT></TD> +</TR> +</TABLE> + +<A NAME="HEADER_FACET_NAME"><!-- --></A><H3> +HEADER_FACET_NAME</H3> +<PRE> +protected static final java.lang.String <B>HEADER_FACET_NAME</B></PRE> +<DL> +<DD>Header facet name. +<P> +<DL> +<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.myfaces.renderkit.html.HtmlTableRendererBase.HEADER_FACET_NAME">Constant Field Values</A></DL> +</DL> +<HR> + +<A NAME="FOOTER_FACET_NAME"><!-- --></A><H3> +FOOTER_FACET_NAME</H3> +<PRE> +protected static final java.lang.String <B>FOOTER_FACET_NAME</B></PRE> +<DL> +<DD>Footer facet name. +<P> +<DL> +<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.myfaces.renderkit.html.HtmlTableRendererBase.FOOTER_FACET_NAME">Constant Field Values</A></DL> +</DL> + +<!-- ========= CONSTRUCTOR DETAIL ======== --> + +<A NAME="constructor_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TD COLSPAN=1><FONT SIZE="+2"> +<B>Constructor Detail</B></FONT></TD> +</TR> +</TABLE> + +<A NAME="HtmlTableRendererBase()"><!-- --></A><H3> +HtmlTableRendererBase</H3> +<PRE> +public <B>HtmlTableRendererBase</B>()</PRE> +<DL> +</DL> + +<!-- ============ METHOD DETAIL ========== --> + +<A NAME="method_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TD COLSPAN=1><FONT SIZE="+2"> +<B>Method Detail</B></FONT></TD> +</TR> +</TABLE> + +<A NAME="getRendersChildren()"><!-- --></A><H3> +getRendersChildren</H3> +<PRE> +public boolean <B>getRendersChildren</B>()</PRE> +<DL> +<DD><DL> +<DT><B>See Also:</B><DD><CODE>Renderer.getRendersChildren()</CODE></DL> +</DD> +</DL> +<HR> + +<A NAME="encodeBegin(javax.faces.context.FacesContext, javax.faces.component.UIComponent)"><!-- --></A><H3> +encodeBegin</H3> +<PRE> +public void <B>encodeBegin</B>(javax.faces.context.FacesContext facesContext, + javax.faces.component.UIComponent uiComponent) + throws java.io.IOException</PRE> +<DL> +<DD><DL> + +<DT><B>Throws:</B> +<DD><CODE>java.io.IOException</CODE><DT><B>See Also:</B><DD><CODE>Renderer.encodeBegin(FacesContext, UIComponent)</CODE></DL> +</DD> +</DL> +<HR> + +<A NAME="encodeChildren(javax.faces.context.FacesContext, javax.faces.component.UIComponent)"><!-- --></A><H3> +encodeChildren</H3> +<PRE> +public void <B>encodeChildren</B>(javax.faces.context.FacesContext facesContext, + javax.faces.component.UIComponent component) + throws java.io.IOException</PRE> +<DL> +<DD><DL> +<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlRenderer.html#encodeChildren(javax.faces.context.FacesContext, javax.faces.component.UIComponent)">encodeChildren</A></CODE> in class <CODE><A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlRenderer.html" title="class in org.apache.myfaces.renderkit.html">HtmlRenderer</A></CODE></DL> +</DD> +<DD><DL> + +<DT><B>Throws:</B> +<DD><CODE>java.io.IOException</CODE><DT><B>See Also:</B><DD><CODE>Renderer.encodeChildren(FacesContext, UIComponent)</CODE></DL> +</DD> +</DL> +<HR> + +<A NAME="renderColumnBody(javax.faces.context.FacesContext, javax.faces.context.ResponseWriter, javax.faces.component.UIData, javax.faces.component.UIComponent, java.lang.String)"><!-- --></A><H3> +renderColumnBody</H3> +<PRE> +protected void <B>renderColumnBody</B>(javax.faces.context.FacesContext facesContext, + javax.faces.context.ResponseWriter writer, + javax.faces.component.UIData uiData, + javax.faces.component.UIComponent component, + java.lang.String columnStyleClass) + throws java.io.IOException</PRE> +<DL> +<DD>Renders the body of a given <code>UIColumn</code> (everything but the header and footer facets). +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>facesContext</CODE> - the <code>FacesContext</code>.<DD><CODE>writer</CODE> - the <code>ResponseWriter</code>.<DD><CODE>uiData</CODE> - the <code>UIData</code> being rendered.<DD><CODE>component</CODE> - the <code>UIComponent</code> to render.<DD><CODE>columnStyleClass</CODE> - the styleClass of the <code>UIColumn</code> or <code>null</code> if + there is none. +<DT><B>Throws:</B> +<DD><CODE>java.io.IOException</CODE> - if an exception occurs.</DL> +</DD> +</DL> +<HR> + +<A NAME="renderRowStart(javax.faces.context.FacesContext, javax.faces.context.ResponseWriter, javax.faces.component.UIData, java.lang.String)"><!-- --></A><H3> +renderRowStart</H3> +<PRE> +protected void <B>renderRowStart</B>(javax.faces.context.FacesContext facesContext, + javax.faces.context.ResponseWriter writer, + javax.faces.component.UIData uiData, + java.lang.String rowStyleClass) + throws java.io.IOException</PRE> +<DL> +<DD>Renders the start of a new row of body content. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>facesContext</CODE> - the <code>FacesContext</code>.<DD><CODE>writer</CODE> - the <code>ResponseWriter</code>.<DD><CODE>uiData</CODE> - the <code>UIData</code> being rendered.<DD><CODE>rowStyleClass</CODE> - te styleClass of the row or <code>null</code> if there is none. +<DT><B>Throws:</B> +<DD><CODE>java.io.IOException</CODE> - if an exceptoin occurs.</DL> +</DD> +</DL> +<HR> + +<A NAME="renderRowEnd(javax.faces.context.FacesContext, javax.faces.context.ResponseWriter, javax.faces.component.UIData)"><!-- --></A><H3> +renderRowEnd</H3> +<PRE> +protected void <B>renderRowEnd</B>(javax.faces.context.FacesContext facesContext, + javax.faces.context.ResponseWriter writer, + javax.faces.component.UIData uiData) + throws java.io.IOException</PRE> +<DL> +<DD>Renders the end of a row of body content. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>facesContext</CODE> - the <code>FacesContext</code>.<DD><CODE>writer</CODE> - the <code>ResponseWriter</code>.<DD><CODE>uiData</CODE> - the <code>UIData</code> being rendered. +<DT><B>Throws:</B> +<DD><CODE>java.io.IOException</CODE> - if an exceptoin occurs.</DL> +</DD> +</DL> +<HR> + +<A NAME="beforeTable(javax.faces.context.FacesContext, javax.faces.component.UIData)"><!-- --></A><H3> +beforeTable</H3> +<PRE> +protected void <B>beforeTable</B>(javax.faces.context.FacesContext facesContext, + javax.faces.component.UIData uiData) + throws java.io.IOException</PRE> +<DL> +<DD>Convenient method for derived table renderers. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>facesContext</CODE> - the <code>FacesContext</code>.<DD><CODE>uiData</CODE> - the <code>UIData</code> being rendered. +<DT><B>Throws:</B> +<DD><CODE>java.io.IOException</CODE></DL> +</DD> +</DL> +<HR> + +<A NAME="beforeRow(javax.faces.context.FacesContext, javax.faces.component.UIData)"><!-- --></A><H3> +beforeRow</H3> +<PRE> +protected void <B>beforeRow</B>(javax.faces.context.FacesContext facesContext, + javax.faces.component.UIData uiData) + throws java.io.IOException</PRE> +<DL> +<DD>Convenient method for derived table renderers. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>facesContext</CODE> - the <code>FacesContext</code>.<DD><CODE>uiData</CODE> - the <code>UIData</code> being rendered. +<DT><B>Throws:</B> +<DD><CODE>java.io.IOException</CODE></DL> +</DD> +</DL> +<HR> + +<A NAME="afterRow(javax.faces.context.FacesContext, javax.faces.component.UIData)"><!-- --></A><H3> +afterRow</H3> +<PRE> +protected void <B>afterRow</B>(javax.faces.context.FacesContext facesContext, + javax.faces.component.UIData uiData) + throws java.io.IOException</PRE> +<DL> +<DD>Convenient method for derived table renderers. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>facesContext</CODE> - the <code>FacesContext</code>.<DD><CODE>uiData</CODE> - the <code>UIData</code> being rendered. +<DT><B>Throws:</B> +<DD><CODE>java.io.IOException</CODE></DL> +</DD> +</DL> +<HR> + +<A NAME="afterTable(javax.faces.context.FacesContext, javax.faces.component.UIData)"><!-- --></A><H3> +afterTable</H3> +<PRE> +protected void <B>afterTable</B>(javax.faces.context.FacesContext facesContext, + javax.faces.component.UIData uiData) + throws java.io.IOException</PRE> +<DL> +<DD>Convenient method for derived table renderers. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>facesContext</CODE> - the <code>FacesContext</code>.<DD><CODE>uiData</CODE> - the <code>UIData</code> being rendered. +<DT><B>Throws:</B> +<DD><CODE>java.io.IOException</CODE></DL> +</DD> +</DL> +<HR> + +<A NAME="encodeEnd(javax.faces.context.FacesContext, javax.faces.component.UIComponent)"><!-- --></A><H3> +encodeEnd</H3> +<PRE> +public void <B>encodeEnd</B>(javax.faces.context.FacesContext facesContext, + javax.faces.component.UIComponent uiComponent) + throws java.io.IOException</PRE> +<DL> +<DD><DL> + +<DT><B>Throws:</B> +<DD><CODE>java.io.IOException</CODE><DT><B>See Also:</B><DD><CODE>Renderer.encodeEnd(FacesContext, UIComponent)</CODE></DL> +</DD> +</DL> +<HR> + +<A NAME="renderFacet(javax.faces.context.FacesContext, javax.faces.context.ResponseWriter, javax.faces.component.UIComponent, boolean)"><!-- --></A><H3> +renderFacet</H3> +<PRE> +protected void <B>renderFacet</B>(javax.faces.context.FacesContext facesContext, + javax.faces.context.ResponseWriter writer, + javax.faces.component.UIComponent component, + boolean header) + throws java.io.IOException</PRE> +<DL> +<DD>Renders either the header or the footer facets. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>facesContext</CODE> - the <code>FacesContext</code>.<DD><CODE>writer</CODE> - the <code>ResponseWriter</code>.<DD><CODE>component</CODE> - the parent <code>UIComponent</code> containing the facets.<DD><CODE>header</CODE> - whether this is the header facet (if not, then the footer facet). +<DT><B>Throws:</B> +<DD><CODE>java.io.IOException</CODE> - if an exception occurs.</DL> +</DD> +</DL> +<HR> + +<A NAME="renderTableHeaderRow(javax.faces.context.FacesContext, javax.faces.context.ResponseWriter, javax.faces.component.UIComponent, javax.faces.component.UIComponent, java.lang.String, int)"><!-- --></A><H3> +renderTableHeaderRow</H3> +<PRE> +protected void <B>renderTableHeaderRow</B>(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</PRE> +<DL> +<DD>Renders the header row of the table being rendered. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>facesContext</CODE> - the <code>FacesContext</code>.<DD><CODE>writer</CODE> - the <code>ResponseWriter</code>.<DD><CODE>component</CODE> - the <code>UIComponent</code> for whom a table is being rendered.<DD><CODE>headerFacet</CODE> - the facet for the header.<DD><CODE>headerStyleClass</CODE> - the styleClass of the header.<DD><CODE>colspan</CODE> - the number of columns the header should span. Typically, this is + the number of columns in the table. +<DT><B>Throws:</B> +<DD><CODE>java.io.IOException</CODE> - if an exception occurs.</DL> +</DD> +</DL> +<HR> + +<A NAME="renderTableFooterRow(javax.faces.context.FacesContext, javax.faces.context.ResponseWriter, javax.faces.component.UIComponent, javax.faces.component.UIComponent, java.lang.String, int)"><!-- --></A><H3> +renderTableFooterRow</H3> +<PRE> +protected void <B>renderTableFooterRow</B>(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</PRE> +<DL> +<DD>Renders the footer row of the table being rendered. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>facesContext</CODE> - the <code>FacesContext</code>.<DD><CODE>writer</CODE> - the <code>ResponseWriter</code>.<DD><CODE>component</CODE> - the <code>UIComponent</code> for whom a table is being rendered.<DD><CODE>footerFacet</CODE> - the facet for the footer.<DD><CODE>footerStyleClass</CODE> - the styleClass of the footer.<DD><CODE>colspan</CODE> - the number of columns the header should span. Typically, this is + the number of columns in the table. +<DT><B>Throws:</B> +<DD><CODE>java.io.IOException</CODE> - if an exception occurs.</DL> +</DD> +</DL> +<HR> + +<A NAME="renderColumnHeaderRow(javax.faces.context.FacesContext, javax.faces.context.ResponseWriter, javax.faces.component.UIComponent, java.lang.String)"><!-- --></A><H3> +renderColumnHeaderRow</H3> +<PRE> +protected void <B>renderColumnHeaderRow</B>(javax.faces.context.FacesContext facesContext, + javax.faces.context.ResponseWriter writer, + javax.faces.component.UIComponent component, + java.lang.String headerStyleClass) + throws java.io.IOException</PRE> +<DL> +<DD>Renders the header row for the columns, which is a separate row from the header row for the + <code>UIData</code> header facet. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>facesContext</CODE> - the <code>FacesContext</code>.<DD><CODE>writer</CODE> - the <code>ResponseWriter</code>.<DD><CODE>component</CODE> - the <code>UIComponent</code> for whom a table is being rendered.<DD><CODE>headerStyleClass</CODE> - the styleClass of the header +<DT><B>Throws:</B> +<DD><CODE>java.io.IOException</CODE> - if an exception occurs.</DL> +</DD> +</DL> +<HR> + +<A NAME="renderColumnFooterRow(javax.faces.context.FacesContext, javax.faces.context.ResponseWriter, javax.faces.component.UIComponent, java.lang.String)"><!-- --></A><H3> +renderColumnFooterRow</H3> +<PRE> +protected void <B>renderColumnFooterRow</B>(javax.faces.context.FacesContext facesContext, + javax.faces.context.ResponseWriter writer, + javax.faces.component.UIComponent component, + java.lang.String footerStyleClass) + throws java.io.IOException</PRE> +<DL> +<DD>Renders the footer row for the columns, which is a separate row from the footer row for the + <code>UIData</code> footer facet. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>facesContext</CODE> - the <code>FacesContext</code>.<DD><CODE>writer</CODE> - the <code>ResponseWriter</code>.<DD><CODE>component</CODE> - the <code>UIComponent</code> for whom a table is being rendered.<DD><CODE>footerStyleClass</CODE> - the styleClass of the footerStyleClass +<DT><B>Throws:</B> +<DD><CODE>java.io.IOException</CODE> - if an exception occurs.</DL> +</DD> +</DL> +<HR> + +<A NAME="renderColumnHeaderCell(javax.faces.context.FacesContext, javax.faces.context.ResponseWriter, javax.faces.component.UIColumn, java.lang.String, int)"><!-- --></A><H3> +renderColumnHeaderCell</H3> +<PRE> +protected void <B>renderColumnHeaderCell</B>(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</PRE> +<DL> +<DD>Renders the header facet for the given <code>UIColumn</code>. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>facesContext</CODE> - the <code>FacesContext</code>.<DD><CODE>writer</CODE> - the <code>ResponseWriter</code>.<DD><CODE>uiColumn</CODE> - the <code>UIColumn</code>.<DD><CODE>headerStyleClass</CODE> - the styleClass of the header facet.<DD><CODE>colspan</CODE> - the colspan for the tableData element in which the header facet + will be wrapped. +<DT><B>Throws:</B> +<DD><CODE>java.io.IOException</CODE></DL> +</DD> +</DL> +<HR> + +<A NAME="renderColumnHeaderCell(javax.faces.context.FacesContext, javax.faces.context.ResponseWriter, javax.faces.component.UIComponent, javax.faces.component.UIComponent, java.lang.String, int)"><!-- --></A><H3> +renderColumnHeaderCell</H3> +<PRE> +protected void <B>renderColumnHeaderCell</B>(javax.faces.context.FacesContext facesContext, + javax.faces.context.ResponseWriter writer, + javax.faces.component.UIComponent uiComponent, + javax.faces.component.UIComponent facet, + java.lang.String headerStyleClass, + int colspan) + throws java.io.IOException</PRE> +<DL> +<DD>Renders the header facet for the given <code>UIColumn</code>. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>facesContext</CODE> - the <code>FacesContext</code>.<DD><CODE>writer</CODE> - the <code>ResponseWriter</code>.<DD><CODE>uiComponent</CODE> - the <code>UIComponent</code> to render the facet for.<DD><CODE>facet</CODE> - the <code>UIComponent</code> to render as facet.<DD><CODE>headerStyleClass</CODE> - the styleClass of the header facet.<DD><CODE>colspan</CODE> - the colspan for the tableData element in which the header facet + will be wrapped. +<DT><B>Throws:</B> +<DD><CODE>java.io.IOException</CODE></DL> +</DD> +</DL> +<HR> + +<A NAME="renderColumnFooterCell(javax.faces.context.FacesContext, javax.faces.context.ResponseWriter, javax.faces.component.UIColumn, java.lang.String, int)"><!-- --></A><H3> +renderColumnFooterCell</H3> +<PRE> +protected void <B>renderColumnFooterCell</B>(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</PRE> +<DL> +<DD>Renders the footer facet for the given <code>UIColumn</code>. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>facesContext</CODE> - the <code>FacesContext</code>.<DD><CODE>writer</CODE> - the <code>ResponseWriter</code>.<DD><CODE>uiColumn</CODE> - the <code>UIComponent</code>.<DD><CODE>footerStyleClass</CODE> - the styleClass of the footer facet.<DD><CODE>colspan</CODE> - the colspan for the tableData element in which the footer facet + will be wrapped. +<DT><B>Throws:</B> +<DD><CODE>java.io.IOException</CODE></DL> +</DD> +</DL> +<HR> + +<A NAME="renderColumnFooterCell(javax.faces.context.FacesContext, javax.faces.context.ResponseWriter, javax.faces.component.UIComponent, javax.faces.component.UIComponent, java.lang.String, int)"><!-- --></A><H3> +renderColumnFooterCell</H3> +<PRE> +protected void <B>renderColumnFooterCell</B>(javax.faces.context.FacesContext facesContext, + javax.faces.context.ResponseWriter writer, + javax.faces.component.UIComponent uiComponent, + javax.faces.component.UIComponent facet, + java.lang.String footerStyleClass, + int colspan) + throws java.io.IOException</PRE> +<DL> +<DD>Renders the footer facet for the given <code>UIColumn</code>. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>facesContext</CODE> - the <code>FacesContext</code>.<DD><CODE>writer</CODE> - the <code>ResponseWriter</code>.<DD><CODE>uiComponent</CODE> - the <code>UIComponent</code> to render the facet for.<DD><CODE>facet</CODE> - the <code>UIComponent</code> to render as facet.<DD><CODE>footerStyleClass</CODE> - the styleClass of the footer facet.<DD><CODE>colspan</CODE> - the colspan for the tableData element in which the footer facet + will be wrapped. +<DT><B>Throws:</B> +<DD><CODE>java.io.IOException</CODE></DL> +</DD> +</DL> +<HR> + +<A NAME="getHeaderClass(javax.faces.component.UIComponent)"><!-- --></A><H3> +getHeaderClass</H3> +<PRE> +protected static java.lang.String <B>getHeaderClass</B>(javax.faces.component.UIComponent component)</PRE> +<DL> +<DD>Gets the headerClass attribute of the given <code>UIComponent</code>. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>component</CODE> - the <code>UIComponent</code>. +<DT><B>Returns:</B><DD>the headerClass attribute of the given <code>UIComponent</code>.</DL> +</DD> +</DL> +<HR> + +<A NAME="getFooterClass(javax.faces.component.UIComponent)"><!-- --></A><H3> +getFooterClass</H3> +<PRE> +protected static java.lang.String <B>getFooterClass</B>(javax.faces.component.UIComponent component)</PRE> +<DL> +<DD>Gets the footerClass attribute of the given <code>UIComponent</code>. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>component</CODE> - the <code>UIComponent</code>. +<DT><B>Returns:</B><DD>the footerClass attribute of the given <code>UIComponent</code>.</DL> +</DD> +</DL> +<HR> + +<A NAME="decode(javax.faces.context.FacesContext, javax.faces.component.UIComponent)"><!-- --></A><H3> +decode</H3> +<PRE> +public void <B>decode</B>(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<!-- ========= END OF CLASS DATA ========= --> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTableRenderer.html" title="class in org.apache.myfaces.renderkit.html"><B>PREV CLASS</B></A> + <A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTextareaRenderer.html" title="class in org.apache.myfaces.renderkit.html"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A> + <A HREF="HtmlTableRendererBase.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML>
Added: myfaces/site/javadoc/org/apache/myfaces/renderkit/html/HtmlTextRenderer.html URL: http://svn.apache.org/viewcvs/myfaces/site/javadoc/org/apache/myfaces/renderkit/html/HtmlTextRenderer.html?rev=167885&view=auto ============================================================================== --- myfaces/site/javadoc/org/apache/myfaces/renderkit/html/HtmlTextRenderer.html (added) +++ myfaces/site/javadoc/org/apache/myfaces/renderkit/html/HtmlTextRenderer.html Tue May 3 02:06:41 2005 @@ -0,0 +1,263 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.4.2_05) on Tue May 03 10:59:30 CEST 2005 --> +<TITLE> +HtmlTextRenderer (Apache MyFaces API Documentation) +</TITLE> + +<META NAME="keywords" CONTENT="org.apache.myfaces.renderkit.html.HtmlTextRenderer class"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + parent.document.title="HtmlTextRenderer (Apache MyFaces API Documentation)"; +} +</SCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTextareaRendererBase.html" title="class in org.apache.myfaces.renderkit.html"><B>PREV CLASS</B></A> + <A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTextRendererBase.html" title="class in org.apache.myfaces.renderkit.html"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A> + <A HREF="HtmlTextRenderer.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_org.apache.myfaces.renderkit.html.HtmlTextRendererBase">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | METHOD</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<!-- ======== START OF CLASS DATA ======== --> +<H2> +<FONT SIZE="-1"> +org.apache.myfaces.renderkit.html</FONT> +<BR> +Class HtmlTextRenderer</H2> +<PRE> +java.lang.Object + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by">javax.faces.render.Renderer + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by"><A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlRenderer.html" title="class in org.apache.myfaces.renderkit.html">org.apache.myfaces.renderkit.html.HtmlRenderer</A> + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by"><A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTextRendererBase.html" title="class in org.apache.myfaces.renderkit.html">org.apache.myfaces.renderkit.html.HtmlTextRendererBase</A> + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by"><B>org.apache.myfaces.renderkit.html.HtmlTextRenderer</B> +</PRE> +<HR> +<DL> +<DT>public class <B>HtmlTextRenderer</B><DT>extends <A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTextRendererBase.html" title="class in org.apache.myfaces.renderkit.html">HtmlTextRendererBase</A></DL> + +<P> +<DL> +<DT><B>Version:</B></DT> + <DD>$Revision: 167257 $ $Date: 2004-10-13 13:51:02 +0200 (Wed, 13 Oct 2004) $ + $Log$ + Revision 1.24 2004/10/13 11:51:00 matze + renamed packages to org.apache + + Revision 1.23 2004/07/01 22:05:06 mwessendorf + ASF switch + + Revision 1.22 2004/05/18 14:31:39 manolito + user role support completely moved to components source tree</DD> +<DT><B>Author:</B></DT> + <DD>Manfred Geiler (latest modification by $Author: matze $)</DD> +</DL> +<HR> + +<P> +<!-- ======== NESTED CLASS SUMMARY ======== --> + + +<!-- =========== FIELD SUMMARY =========== --> + + +<!-- ======== CONSTRUCTOR SUMMARY ======== --> + +<A NAME="constructor_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TD COLSPAN=2><FONT SIZE="+2"> +<B>Constructor Summary</B></FONT></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTextRenderer.html#HtmlTextRenderer()">HtmlTextRenderer</A></B>()</CODE> + +<BR> + </TD> +</TR> +</TABLE> + +<!-- ========== METHOD SUMMARY =========== --> + +<A NAME="methods_inherited_from_class_org.apache.myfaces.renderkit.html.HtmlTextRendererBase"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TD><B>Methods inherited from class org.apache.myfaces.renderkit.html.<A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTextRendererBase.html" title="class in org.apache.myfaces.renderkit.html">HtmlTextRendererBase</A></B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTextRendererBase.html#decode(javax.faces.context.FacesContext, javax.faces.component.UIComponent)">decode</A>, <A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTextRendererBase.html#encodeEnd(javax.faces.context.FacesContext, javax.faces.component.UIComponent)">encodeEnd</A>, <A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTextRendererBase.html#getConvertedValue(javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.Object)">getConvertedValue</A>, <A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTextRendererBase.html#isDisabled(javax.faces.context.FacesContext, javax.faces.component.UIComponent)">isDisabled</A>, <A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTextRendererBase.html#renderInput(javax.faces.context.FacesContext, javax.faces.component.UIComponent)">renderInput</A>, <A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTextRendererBase.html#renderOutput(javax.faces.context.FacesContext, javax.faces.component.UIComponent)">renderOutput</A>, <A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTextRendererBase.html#renderOutputText(javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.String, boolean)">renderOutputText</A></CODE></TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_org.apache.myfaces.renderkit.html.HtmlRenderer"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TD><B>Methods inherited from class org.apache.myfaces.renderkit.html.<A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlRenderer.html" title="class in org.apache.myfaces.renderkit.html">HtmlRenderer</A></B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlRenderer.html#encodeChildren(javax.faces.context.FacesContext, javax.faces.component.UIComponent)">encodeChildren</A></CODE></TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_javax.faces.render.Renderer"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TD><B>Methods inherited from class javax.faces.render.Renderer</B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>convertClientId, encodeBegin, getRendersChildren</CODE></TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TD><B>Methods inherited from class java.lang.Object</B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> +</TR> +</TABLE> + +<P> + +<!-- ============ FIELD DETAIL =========== --> + + +<!-- ========= CONSTRUCTOR DETAIL ======== --> + +<A NAME="constructor_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TD COLSPAN=1><FONT SIZE="+2"> +<B>Constructor Detail</B></FONT></TD> +</TR> +</TABLE> + +<A NAME="HtmlTextRenderer()"><!-- --></A><H3> +HtmlTextRenderer</H3> +<PRE> +public <B>HtmlTextRenderer</B>()</PRE> +<DL> +</DL> + +<!-- ============ METHOD DETAIL ========== --> + +<!-- ========= END OF CLASS DATA ========= --> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTextareaRendererBase.html" title="class in org.apache.myfaces.renderkit.html"><B>PREV CLASS</B></A> + <A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTextRendererBase.html" title="class in org.apache.myfaces.renderkit.html"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A> + <A HREF="HtmlTextRenderer.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_org.apache.myfaces.renderkit.html.HtmlTextRendererBase">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | METHOD</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> Added: myfaces/site/javadoc/org/apache/myfaces/renderkit/html/HtmlTextRendererBase.html URL: http://svn.apache.org/viewcvs/myfaces/site/javadoc/org/apache/myfaces/renderkit/html/HtmlTextRendererBase.html?rev=167885&view=auto ============================================================================== --- myfaces/site/javadoc/org/apache/myfaces/renderkit/html/HtmlTextRendererBase.html (added) +++ myfaces/site/javadoc/org/apache/myfaces/renderkit/html/HtmlTextRendererBase.html Tue May 3 02:06:41 2005 @@ -0,0 +1,455 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.4.2_05) on Tue May 03 10:59:30 CEST 2005 --> +<TITLE> +HtmlTextRendererBase (Apache MyFaces API Documentation) +</TITLE> + +<META NAME="keywords" CONTENT="org.apache.myfaces.renderkit.html.HtmlTextRendererBase class"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + parent.document.title="HtmlTextRendererBase (Apache MyFaces API Documentation)"; +} +</SCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTextRenderer.html" title="class in org.apache.myfaces.renderkit.html"><B>PREV CLASS</B></A> + NEXT CLASS</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A> + <A HREF="HtmlTextRendererBase.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<!-- ======== START OF CLASS DATA ======== --> +<H2> +<FONT SIZE="-1"> +org.apache.myfaces.renderkit.html</FONT> +<BR> +Class HtmlTextRendererBase</H2> +<PRE> +java.lang.Object + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by">javax.faces.render.Renderer + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by"><A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlRenderer.html" title="class in org.apache.myfaces.renderkit.html">org.apache.myfaces.renderkit.html.HtmlRenderer</A> + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by"><B>org.apache.myfaces.renderkit.html.HtmlTextRendererBase</B> +</PRE> +<DL> +<DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTextRenderer.html" title="class in org.apache.myfaces.renderkit.html">HtmlTextRenderer</A>, <A HREF="../../../../../org/apache/myfaces/renderkit/html/ext/HtmlTextRenderer.html" title="class in org.apache.myfaces.renderkit.html.ext">HtmlTextRenderer</A></DD> +</DL> +<HR> +<DL> +<DT>public class <B>HtmlTextRendererBase</B><DT>extends <A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlRenderer.html" title="class in org.apache.myfaces.renderkit.html">HtmlRenderer</A></DL> + +<P> +<DL> +<DT><B>Version:</B></DT> + <DD>$Revision: 167446 $ $Date: 2004-12-23 14:03:09 +0100 (Thu, 23 Dec 2004) $ + $Log$ + Revision 1.9 2004/12/23 13:03:09 mmarinschek + id's not rendered (or not conditionally rendered); changes in jslistener to support both ie and firefox now + + Revision 1.8 2004/10/13 11:51:01 matze + renamed packages to org.apache + + Revision 1.7 2004/09/02 17:23:25 tinytoony + fix for the span-element for other than the output-text + + Revision 1.6 2004/09/02 16:44:38 tinytoony + fix for the fix ;) for span-element bug + + Revision 1.5 2004/08/30 17:50:34 tinytoony + fix for span-element bug + + Revision 1.4 2004/08/30 17:29:26 tinytoony + fix for span-element bug + + Revision 1.3 2004/07/01 22:00:56 mwessendorf + ASF switch + + Revision 1.2 2004/05/25 07:33:06 manolito + no longer depends on specific component classes + + Revision 1.1 2004/05/18 14:31:39 manolito + user role support completely moved to components source tree</DD> +<DT><B>Author:</B></DT> + <DD>Thomas Spiegl (latest modification by $Author: mmarinschek $), Manfred Geiler</DD> +</DL> +<HR> + +<P> +<!-- ======== NESTED CLASS SUMMARY ======== --> + + +<!-- =========== FIELD SUMMARY =========== --> + + +<!-- ======== CONSTRUCTOR SUMMARY ======== --> + +<A NAME="constructor_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TD COLSPAN=2><FONT SIZE="+2"> +<B>Constructor Summary</B></FONT></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTextRendererBase.html#HtmlTextRendererBase()">HtmlTextRendererBase</A></B>()</CODE> + +<BR> + </TD> +</TR> +</TABLE> + +<!-- ========== METHOD SUMMARY =========== --> + +<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TD COLSPAN=2><FONT SIZE="+2"> +<B>Method Summary</B></FONT></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTextRendererBase.html#decode(javax.faces.context.FacesContext, javax.faces.component.UIComponent)">decode</A></B>(javax.faces.context.FacesContext facesContext, + javax.faces.component.UIComponent component)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTextRendererBase.html#encodeEnd(javax.faces.context.FacesContext, javax.faces.component.UIComponent)">encodeEnd</A></B>(javax.faces.context.FacesContext facesContext, + javax.faces.component.UIComponent component)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.lang.Object</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTextRendererBase.html#getConvertedValue(javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.Object)">getConvertedValue</A></B>(javax.faces.context.FacesContext facesContext, + javax.faces.component.UIComponent component, + java.lang.Object submittedValue)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected boolean</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTextRendererBase.html#isDisabled(javax.faces.context.FacesContext, javax.faces.component.UIComponent)">isDisabled</A></B>(javax.faces.context.FacesContext facesContext, + javax.faces.component.UIComponent component)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTextRendererBase.html#renderInput(javax.faces.context.FacesContext, javax.faces.component.UIComponent)">renderInput</A></B>(javax.faces.context.FacesContext facesContext, + javax.faces.component.UIComponent component)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected static void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTextRendererBase.html#renderOutput(javax.faces.context.FacesContext, javax.faces.component.UIComponent)">renderOutput</A></B>(javax.faces.context.FacesContext facesContext, + javax.faces.component.UIComponent component)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTextRendererBase.html#renderOutputText(javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.String, boolean)">renderOutputText</A></B>(javax.faces.context.FacesContext facesContext, + javax.faces.component.UIComponent component, + java.lang.String text, + boolean escape)</CODE> + +<BR> + </TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_org.apache.myfaces.renderkit.html.HtmlRenderer"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TD><B>Methods inherited from class org.apache.myfaces.renderkit.html.<A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlRenderer.html" title="class in org.apache.myfaces.renderkit.html">HtmlRenderer</A></B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlRenderer.html#encodeChildren(javax.faces.context.FacesContext, javax.faces.component.UIComponent)">encodeChildren</A></CODE></TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_javax.faces.render.Renderer"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TD><B>Methods inherited from class javax.faces.render.Renderer</B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>convertClientId, encodeBegin, getRendersChildren</CODE></TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TD><B>Methods inherited from class java.lang.Object</B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> +</TR> +</TABLE> + +<P> + +<!-- ============ FIELD DETAIL =========== --> + + +<!-- ========= CONSTRUCTOR DETAIL ======== --> + +<A NAME="constructor_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TD COLSPAN=1><FONT SIZE="+2"> +<B>Constructor Detail</B></FONT></TD> +</TR> +</TABLE> + +<A NAME="HtmlTextRendererBase()"><!-- --></A><H3> +HtmlTextRendererBase</H3> +<PRE> +public <B>HtmlTextRendererBase</B>()</PRE> +<DL> +</DL> + +<!-- ============ METHOD DETAIL ========== --> + +<A NAME="method_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TD COLSPAN=1><FONT SIZE="+2"> +<B>Method Detail</B></FONT></TD> +</TR> +</TABLE> + +<A NAME="encodeEnd(javax.faces.context.FacesContext, javax.faces.component.UIComponent)"><!-- --></A><H3> +encodeEnd</H3> +<PRE> +public void <B>encodeEnd</B>(javax.faces.context.FacesContext facesContext, + javax.faces.component.UIComponent component) + throws java.io.IOException</PRE> +<DL> +<DD><DL> + +<DT><B>Throws:</B> +<DD><CODE>java.io.IOException</CODE></DL> +</DD> +</DL> +<HR> + +<A NAME="renderOutput(javax.faces.context.FacesContext, javax.faces.component.UIComponent)"><!-- --></A><H3> +renderOutput</H3> +<PRE> +protected static void <B>renderOutput</B>(javax.faces.context.FacesContext facesContext, + javax.faces.component.UIComponent component) + throws java.io.IOException</PRE> +<DL> +<DD><DL> + +<DT><B>Throws:</B> +<DD><CODE>java.io.IOException</CODE></DL> +</DD> +</DL> +<HR> + +<A NAME="renderOutputText(javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.String, boolean)"><!-- --></A><H3> +renderOutputText</H3> +<PRE> +public static void <B>renderOutputText</B>(javax.faces.context.FacesContext facesContext, + javax.faces.component.UIComponent component, + java.lang.String text, + boolean escape) + throws java.io.IOException</PRE> +<DL> +<DD><DL> + +<DT><B>Throws:</B> +<DD><CODE>java.io.IOException</CODE></DL> +</DD> +</DL> +<HR> + +<A NAME="renderInput(javax.faces.context.FacesContext, javax.faces.component.UIComponent)"><!-- --></A><H3> +renderInput</H3> +<PRE> +protected void <B>renderInput</B>(javax.faces.context.FacesContext facesContext, + javax.faces.component.UIComponent component) + throws java.io.IOException</PRE> +<DL> +<DD><DL> + +<DT><B>Throws:</B> +<DD><CODE>java.io.IOException</CODE></DL> +</DD> +</DL> +<HR> + +<A NAME="isDisabled(javax.faces.context.FacesContext, javax.faces.component.UIComponent)"><!-- --></A><H3> +isDisabled</H3> +<PRE> +protected boolean <B>isDisabled</B>(javax.faces.context.FacesContext facesContext, + javax.faces.component.UIComponent component)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="decode(javax.faces.context.FacesContext, javax.faces.component.UIComponent)"><!-- --></A><H3> +decode</H3> +<PRE> +public void <B>decode</B>(javax.faces.context.FacesContext facesContext, + javax.faces.component.UIComponent component)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getConvertedValue(javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.Object)"><!-- --></A><H3> +getConvertedValue</H3> +<PRE> +public java.lang.Object <B>getConvertedValue</B>(javax.faces.context.FacesContext facesContext, + javax.faces.component.UIComponent component, + java.lang.Object submittedValue) + throws javax.faces.convert.ConverterException</PRE> +<DL> +<DD><DL> + +<DT><B>Throws:</B> +<DD><CODE>javax.faces.convert.ConverterException</CODE></DL> +</DD> +</DL> +<!-- ========= END OF CLASS DATA ========= --> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlTextRenderer.html" title="class in org.apache.myfaces.renderkit.html"><B>PREV CLASS</B></A> + NEXT CLASS</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A> + <A HREF="HtmlTextRendererBase.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML>
