Added: myfaces/site/javadoc/org/apache/myfaces/custom/tree/renderkit/html/HtmlTreeRenderer.html URL: http://svn.apache.org/viewcvs/myfaces/site/javadoc/org/apache/myfaces/custom/tree/renderkit/html/HtmlTreeRenderer.html?rev=167885&view=auto ============================================================================== --- myfaces/site/javadoc/org/apache/myfaces/custom/tree/renderkit/html/HtmlTreeRenderer.html (added) +++ myfaces/site/javadoc/org/apache/myfaces/custom/tree/renderkit/html/HtmlTreeRenderer.html Tue May 3 02:06:41 2005 @@ -0,0 +1,629 @@ +<!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:38 CEST 2005 --> +<TITLE> +HtmlTreeRenderer (Apache MyFaces API Documentation) +</TITLE> + +<META NAME="keywords" CONTENT="org.apache.myfaces.custom.tree.renderkit.html.HtmlTreeRenderer class"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + parent.document.title="HtmlTreeRenderer (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/custom/tree/renderkit/html/HtmlTreeNodeRenderer.html" title="class in org.apache.myfaces.custom.tree.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="HtmlTreeRenderer.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="#fields_inherited_from_class_org.apache.myfaces.renderkit.html.HtmlTableRendererBase">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: 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.custom.tree.renderkit.html</FONT> +<BR> +Class HtmlTreeRenderer</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/HtmlTableRendererBase.html" title="class in org.apache.myfaces.renderkit.html">org.apache.myfaces.renderkit.html.HtmlTableRendererBase</A> + <IMG SRC="../../../../../../../resources/inherit.gif" ALT="extended by"><B>org.apache.myfaces.custom.tree.renderkit.html.HtmlTreeRenderer</B> +</PRE> +<HR> +<DL> +<DT>public class <B>HtmlTreeRenderer</B><DT>extends <A HREF="../../../../../../../org/apache/myfaces/renderkit/html/HtmlTableRendererBase.html" title="class in org.apache.myfaces.renderkit.html">HtmlTableRendererBase</A></DL> + +<P> +<DL> +<DT><B>Version:</B></DT> + <DD>$Revision: 167591 $ $Date: 2005-02-11 01:56:41 +0100 (Fri, 11 Feb 2005) $ + + $Log$ + Revision 1.16 2005/02/11 00:54:02 svieujot + Revert changes commited to the wrong branch. + + Revision 1.14 2004/12/24 14:13:16 svieujot + Upgrade the tree component to use the Extensions filter. + + Revision 1.13 2004/12/22 17:52:54 grantsmith + Jira MYFACES-48: Tree Table Component Fixes & Tree Checkbox Support + + Revision 1.12 2004/11/26 12:46:38 oros + cleanup: removed unused iconChild attribute + + Revision 1.11 2004/11/26 12:14:09 oros + MYFACES-8: applied tree table patch by David Le Strat</DD> +<DT><B>Author:</B></DT> + <DD><a href="mailto:[EMAIL PROTECTED]">Oliver Rossmueller </a></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> +</TABLE> + <A NAME="fields_inherited_from_class_org.apache.myfaces.renderkit.html.HtmlTableRendererBase"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TD><B>Fields inherited from class org.apache.myfaces.renderkit.html.<A HREF="../../../../../../../org/apache/myfaces/renderkit/html/HtmlTableRendererBase.html" title="class in org.apache.myfaces.renderkit.html">HtmlTableRendererBase</A></B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><A HREF="../../../../../../../org/apache/myfaces/renderkit/html/HtmlTableRendererBase.html#FOOTER_FACET_NAME">FOOTER_FACET_NAME</A>, <A HREF="../../../../../../../org/apache/myfaces/renderkit/html/HtmlTableRendererBase.html#HEADER_FACET_NAME">HEADER_FACET_NAME</A></CODE></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/custom/tree/renderkit/html/HtmlTreeRenderer.html#HtmlTreeRenderer()">HtmlTreeRenderer</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/custom/tree/renderkit/html/HtmlTreeRenderer.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/custom/tree/renderkit/html/HtmlTreeRenderer.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/custom/tree/renderkit/html/HtmlTreeRenderer.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>protected java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../../org/apache/myfaces/custom/tree/renderkit/html/HtmlTreeRenderer.html#getLayoutImage(org.apache.myfaces.custom.tree.HtmlTree, int)">getLayoutImage</A></B>(<A HREF="../../../../../../../org/apache/myfaces/custom/tree/HtmlTree.html" title="class in org.apache.myfaces.custom.tree">HtmlTree</A> tree, + int state)</CODE> + +<BR> + </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/custom/tree/renderkit/html/HtmlTreeRenderer.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/custom/tree/renderkit/html/HtmlTreeRenderer.html#renderChildren(javax.faces.context.FacesContext, javax.faces.context.ResponseWriter, org.apache.myfaces.custom.tree.HtmlTree, java.util.List, int, org.apache.myfaces.custom.tree.IconProvider)">renderChildren</A></B>(javax.faces.context.FacesContext facesContext, + javax.faces.context.ResponseWriter writer, + <A HREF="../../../../../../../org/apache/myfaces/custom/tree/HtmlTree.html" title="class in org.apache.myfaces.custom.tree">HtmlTree</A> tree, + java.util.List children, + int maxLevel, + <A HREF="../../../../../../../org/apache/myfaces/custom/tree/IconProvider.html" title="interface in org.apache.myfaces.custom.tree">IconProvider</A> iconProvider)</CODE> + +<BR> + + Renders the children. + </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/custom/tree/renderkit/html/HtmlTreeRenderer.html#renderChildren(javax.faces.context.FacesContext, javax.faces.context.ResponseWriter, org.apache.myfaces.custom.tree.HtmlTree, java.util.List, int, org.apache.myfaces.custom.tree.IconProvider, int)">renderChildren</A></B>(javax.faces.context.FacesContext facesContext, + javax.faces.context.ResponseWriter writer, + <A HREF="../../../../../../../org/apache/myfaces/custom/tree/HtmlTree.html" title="class in org.apache.myfaces.custom.tree">HtmlTree</A> tree, + java.util.List children, + int maxLevel, + <A HREF="../../../../../../../org/apache/myfaces/custom/tree/IconProvider.html" title="interface in org.apache.myfaces.custom.tree">IconProvider</A> iconProvider, + int rowClassIndex)</CODE> + +<BR> + + Renders the children given the rowClassIndex. + </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/custom/tree/renderkit/html/HtmlTreeRenderer.html#renderColumnFooterRow(javax.faces.context.FacesContext, javax.faces.context.ResponseWriter, javax.faces.component.UIComponent, java.lang.String, int)">renderColumnFooterRow</A></B>(javax.faces.context.FacesContext facesContext, + javax.faces.context.ResponseWriter writer, + javax.faces.component.UIComponent component, + java.lang.String footerStyleClass, + int maxLevel)</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/custom/tree/renderkit/html/HtmlTreeRenderer.html#renderColumnHeaderRow(javax.faces.context.FacesContext, javax.faces.context.ResponseWriter, javax.faces.component.UIComponent, java.lang.String, int)">renderColumnHeaderRow</A></B>(javax.faces.context.FacesContext facesContext, + javax.faces.context.ResponseWriter writer, + javax.faces.component.UIComponent component, + java.lang.String headerStyleClass, + int maxLevel)</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/custom/tree/renderkit/html/HtmlTreeRenderer.html#renderFacet(javax.faces.context.FacesContext, javax.faces.context.ResponseWriter, javax.faces.component.UIComponent, boolean, int)">renderFacet</A></B>(javax.faces.context.FacesContext facesContext, + javax.faces.context.ResponseWriter writer, + javax.faces.component.UIComponent component, + boolean header, + int maxLevel)</CODE> + +<BR> + + Overrides super renderFacet to render the <A HREF="../../../../../../../org/apache/myfaces/custom/tree/HtmlTree.html" title="class in org.apache.myfaces.custom.tree"><CODE>HtmlTree</CODE></A> 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/custom/tree/renderkit/html/HtmlTreeRenderer.html#renderTreeColumnChild(javax.faces.context.FacesContext, javax.faces.context.ResponseWriter, javax.faces.component.UIComponent, org.apache.myfaces.custom.tree.HtmlTree, org.apache.myfaces.custom.tree.HtmlTreeNode, int, org.apache.myfaces.custom.tree.IconProvider)">renderTreeColumnChild</A></B>(javax.faces.context.FacesContext facesContext, + javax.faces.context.ResponseWriter writer, + javax.faces.component.UIComponent component, + <A HREF="../../../../../../../org/apache/myfaces/custom/tree/HtmlTree.html" title="class in org.apache.myfaces.custom.tree">HtmlTree</A> tree, + <A HREF="../../../../../../../org/apache/myfaces/custom/tree/HtmlTreeNode.html" title="class in org.apache.myfaces.custom.tree">HtmlTreeNode</A> child, + int maxLevel, + <A HREF="../../../../../../../org/apache/myfaces/custom/tree/IconProvider.html" title="interface in org.apache.myfaces.custom.tree">IconProvider</A> iconProvider)</CODE> + +<BR> + + Render the column where the tree is displayed. + </TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_org.apache.myfaces.renderkit.html.HtmlTableRendererBase"><!-- --></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/HtmlTableRendererBase.html" title="class in org.apache.myfaces.renderkit.html">HtmlTableRendererBase</A></B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><A HREF="../../../../../../../org/apache/myfaces/renderkit/html/HtmlTableRendererBase.html#afterRow(javax.faces.context.FacesContext, javax.faces.component.UIData)">afterRow</A>, <A HREF="../../../../../../../org/apache/myfaces/renderkit/html/HtmlTableRendererBase.html#afterTable(javax.faces.context.FacesContext, javax.faces.component.UIData)">afterTable</A>, <A HREF="../../../../../../../org/apache/myfaces/renderkit/html/HtmlTableRendererBase.html#beforeRow(javax.faces.context.FacesContext, javax.faces.component.UIData)">beforeRow</A>, <A HREF="../../../../../../../org/apache/myfaces/renderkit/html/HtmlTableRendererBase.html#beforeTable(javax.faces.context.FacesContext, javax.faces.component.UIData)">beforeTable</A>, <A HREF="../../../../../../../org/apache/myfaces/renderkit/html/HtmlTableRendererBase.html#decode(javax.faces.context.FacesContext, javax.faces.component.UIComponent)">decode</A>, <A HREF="../../../../../../../org/apache/myfaces/renderkit/html/HtmlTableRendererBase.html#getFooterClass(javax.faces.component.UIComponent)">getFooterClass</A>, <A HREF="../../../../../../../org/apache/myfaces/renderkit/html/HtmlTableRendererBase.html#getHeaderClass(javax.faces.component.UIComponent)">getHeaderClass</A>, <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>, <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>, <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>, <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>, <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>, <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>, <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>, <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>, <A HREF="../../../../../../../org/apache/myfaces/renderkit/html/HtmlTableRendererBase.html#renderRowEnd(javax.faces.context.FacesContext, javax.faces.context.ResponseWriter, javax.faces.component.UIData)">renderRowEnd</A>, <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>, <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>, <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></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, 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 =========== --> + + +<!-- ========= 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="HtmlTreeRenderer()"><!-- --></A><H3> +HtmlTreeRenderer</H3> +<PRE> +public <B>HtmlTreeRenderer</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>Overrides:</B><DD><CODE><A HREF="../../../../../../../org/apache/myfaces/renderkit/html/HtmlTableRendererBase.html#getRendersChildren()">getRendersChildren</A></CODE> in class <CODE><A HREF="../../../../../../../org/apache/myfaces/renderkit/html/HtmlTableRendererBase.html" title="class in org.apache.myfaces.renderkit.html">HtmlTableRendererBase</A></CODE></DL> +</DD> +<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>Overrides:</B><DD><CODE><A HREF="../../../../../../../org/apache/myfaces/renderkit/html/HtmlTableRendererBase.html#encodeBegin(javax.faces.context.FacesContext, javax.faces.component.UIComponent)">encodeBegin</A></CODE> in class <CODE><A HREF="../../../../../../../org/apache/myfaces/renderkit/html/HtmlTableRendererBase.html" title="class in org.apache.myfaces.renderkit.html">HtmlTableRendererBase</A></CODE></DL> +</DD> +<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/HtmlTableRendererBase.html#encodeChildren(javax.faces.context.FacesContext, javax.faces.component.UIComponent)">encodeChildren</A></CODE> in class <CODE><A HREF="../../../../../../../org/apache/myfaces/renderkit/html/HtmlTableRendererBase.html" title="class in org.apache.myfaces.renderkit.html">HtmlTableRendererBase</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="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>Overrides:</B><DD><CODE><A HREF="../../../../../../../org/apache/myfaces/renderkit/html/HtmlTableRendererBase.html#encodeEnd(javax.faces.context.FacesContext, javax.faces.component.UIComponent)">encodeEnd</A></CODE> in class <CODE><A HREF="../../../../../../../org/apache/myfaces/renderkit/html/HtmlTableRendererBase.html" title="class in org.apache.myfaces.renderkit.html">HtmlTableRendererBase</A></CODE></DL> +</DD> +<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, int)"><!-- --></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, + int maxLevel) + throws java.io.IOException</PRE> +<DL> +<DD><p> + Overrides super renderFacet to render the <A HREF="../../../../../../../org/apache/myfaces/custom/tree/HtmlTree.html" title="class in org.apache.myfaces.custom.tree"><CODE>HtmlTree</CODE></A> facets. + <p> +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>facesContext</CODE> - The facesContext<DD><CODE>writer</CODE> - The writer.<DD><CODE>component</CODE> - The component.<DD><CODE>header</CODE> - Whether there is a header.<DD><CODE>maxLevel</CODE> - The max level for the rendered tree. +<DT><B>Throws:</B> +<DD><CODE>java.io.IOException</CODE> - Throws IOException.</DL> +</DD> +</DL> +<HR> + +<A NAME="renderColumnHeaderRow(javax.faces.context.FacesContext, javax.faces.context.ResponseWriter, javax.faces.component.UIComponent, java.lang.String, int)"><!-- --></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, + int maxLevel) + throws java.io.IOException</PRE> +<DL> +<DD><DL> + +<DT><B>Throws:</B> +<DD><CODE>java.io.IOException</CODE></DL> +</DD> +</DL> +<HR> + +<A NAME="renderColumnFooterRow(javax.faces.context.FacesContext, javax.faces.context.ResponseWriter, javax.faces.component.UIComponent, java.lang.String, int)"><!-- --></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, + int maxLevel) + throws java.io.IOException</PRE> +<DL> +<DD><DL> + +<DT><B>Throws:</B> +<DD><CODE>java.io.IOException</CODE></DL> +</DD> +</DL> +<HR> + +<A NAME="renderChildren(javax.faces.context.FacesContext, javax.faces.context.ResponseWriter, org.apache.myfaces.custom.tree.HtmlTree, java.util.List, int, org.apache.myfaces.custom.tree.IconProvider)"><!-- --></A><H3> +renderChildren</H3> +<PRE> +protected void <B>renderChildren</B>(javax.faces.context.FacesContext facesContext, + javax.faces.context.ResponseWriter writer, + <A HREF="../../../../../../../org/apache/myfaces/custom/tree/HtmlTree.html" title="class in org.apache.myfaces.custom.tree">HtmlTree</A> tree, + java.util.List children, + int maxLevel, + <A HREF="../../../../../../../org/apache/myfaces/custom/tree/IconProvider.html" title="interface in org.apache.myfaces.custom.tree">IconProvider</A> iconProvider) + throws java.io.IOException</PRE> +<DL> +<DD><p> + Renders the children. + </p> +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>facesContext</CODE> - The facesContext.<DD><CODE>writer</CODE> - The writer.<DD><CODE>tree</CODE> - The tree component.<DD><CODE>children</CODE> - The children to render.<DD><CODE>maxLevel</CODE> - The maximum level.<DD><CODE>iconProvider</CODE> - The icon provider. +<DT><B>Throws:</B> +<DD><CODE>java.io.IOException</CODE> - Throws an IOException.</DL> +</DD> +</DL> +<HR> + +<A NAME="renderChildren(javax.faces.context.FacesContext, javax.faces.context.ResponseWriter, org.apache.myfaces.custom.tree.HtmlTree, java.util.List, int, org.apache.myfaces.custom.tree.IconProvider, int)"><!-- --></A><H3> +renderChildren</H3> +<PRE> +protected void <B>renderChildren</B>(javax.faces.context.FacesContext facesContext, + javax.faces.context.ResponseWriter writer, + <A HREF="../../../../../../../org/apache/myfaces/custom/tree/HtmlTree.html" title="class in org.apache.myfaces.custom.tree">HtmlTree</A> tree, + java.util.List children, + int maxLevel, + <A HREF="../../../../../../../org/apache/myfaces/custom/tree/IconProvider.html" title="interface in org.apache.myfaces.custom.tree">IconProvider</A> iconProvider, + int rowClassIndex) + throws java.io.IOException</PRE> +<DL> +<DD><p> + Renders the children given the rowClassIndex. + </p> +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>facesContext</CODE> - The facesContext.<DD><CODE>writer</CODE> - The writer.<DD><CODE>tree</CODE> - The tree component.<DD><CODE>children</CODE> - The children to render.<DD><CODE>maxLevel</CODE> - The maximum level.<DD><CODE>iconProvider</CODE> - The icon provider.<DD><CODE>rowClassIndex</CODE> - The row class index. +<DT><B>Throws:</B> +<DD><CODE>java.io.IOException</CODE> - Throws an IOException.</DL> +</DD> +</DL> +<HR> + +<A NAME="renderTreeColumnChild(javax.faces.context.FacesContext, javax.faces.context.ResponseWriter, javax.faces.component.UIComponent, org.apache.myfaces.custom.tree.HtmlTree, org.apache.myfaces.custom.tree.HtmlTreeNode, int, org.apache.myfaces.custom.tree.IconProvider)"><!-- --></A><H3> +renderTreeColumnChild</H3> +<PRE> +protected void <B>renderTreeColumnChild</B>(javax.faces.context.FacesContext facesContext, + javax.faces.context.ResponseWriter writer, + javax.faces.component.UIComponent component, + <A HREF="../../../../../../../org/apache/myfaces/custom/tree/HtmlTree.html" title="class in org.apache.myfaces.custom.tree">HtmlTree</A> tree, + <A HREF="../../../../../../../org/apache/myfaces/custom/tree/HtmlTreeNode.html" title="class in org.apache.myfaces.custom.tree">HtmlTreeNode</A> child, + int maxLevel, + <A HREF="../../../../../../../org/apache/myfaces/custom/tree/IconProvider.html" title="interface in org.apache.myfaces.custom.tree">IconProvider</A> iconProvider) + throws java.io.IOException</PRE> +<DL> +<DD><p> + Render the column where the tree is displayed. + </p> +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>facesContext</CODE> - The facesContext.<DD><CODE>writer</CODE> - The writer.<DD><CODE>component</CODE> - The component that will contain the tree. Null for + default tree or <A HREF="../../../../../../../org/apache/myfaces/custom/tree/HtmlTreeColumn.html" title="class in org.apache.myfaces.custom.tree"><CODE>HtmlTreeColumn</CODE></A>for table rendering.<DD><CODE>tree</CODE> - The tree,<DD><CODE>child</CODE> - The tree node child.<DD><CODE>maxLevel</CODE> - The max number of levels.<DD><CODE>iconProvider</CODE> - The iconProvider. +<DT><B>Throws:</B> +<DD><CODE>java.io.IOException</CODE> - Throws IOException.</DL> +</DD> +</DL> +<HR> + +<A NAME="getLayoutImage(org.apache.myfaces.custom.tree.HtmlTree, int)"><!-- --></A><H3> +getLayoutImage</H3> +<PRE> +protected java.lang.String <B>getLayoutImage</B>(<A HREF="../../../../../../../org/apache/myfaces/custom/tree/HtmlTree.html" title="class in org.apache.myfaces.custom.tree">HtmlTree</A> tree, + int state)</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/custom/tree/renderkit/html/HtmlTreeNodeRenderer.html" title="class in org.apache.myfaces.custom.tree.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="HtmlTreeRenderer.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="#fields_inherited_from_class_org.apache.myfaces.renderkit.html.HtmlTableRendererBase">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: 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>
Added: myfaces/site/javadoc/org/apache/myfaces/custom/tree/renderkit/html/package-frame.html URL: http://svn.apache.org/viewcvs/myfaces/site/javadoc/org/apache/myfaces/custom/tree/renderkit/html/package-frame.html?rev=167885&view=auto ============================================================================== --- myfaces/site/javadoc/org/apache/myfaces/custom/tree/renderkit/html/package-frame.html (added) +++ myfaces/site/javadoc/org/apache/myfaces/custom/tree/renderkit/html/package-frame.html Tue May 3 02:06:41 2005 @@ -0,0 +1,38 @@ +<!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:27 CEST 2005 --> +<TITLE> +org.apache.myfaces.custom.tree.renderkit.html (Apache MyFaces API Documentation) +</TITLE> + +<META NAME="keywords" CONTENT="org.apache.myfaces.custom.tree.renderkit.html package"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style"> + + +</HEAD> + +<BODY BGCOLOR="white"> +<FONT size="+1" CLASS="FrameTitleFont"> +<A HREF="../../../../../../../org/apache/myfaces/custom/tree/renderkit/html/package-summary.html" target="classFrame">org.apache.myfaces.custom.tree.renderkit.html</A></FONT> +<TABLE BORDER="0" WIDTH="100%" SUMMARY=""> +<TR> +<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont"> +Classes</FONT> +<FONT CLASS="FrameItemFont"> +<BR> +<A HREF="HtmlTreeCheckboxRenderer.html" title="class in org.apache.myfaces.custom.tree.renderkit.html" target="classFrame">HtmlTreeCheckboxRenderer</A> +<BR> +<A HREF="HtmlTreeImageCommandLinkRenderer.html" title="class in org.apache.myfaces.custom.tree.renderkit.html" target="classFrame">HtmlTreeImageCommandLinkRenderer</A> +<BR> +<A HREF="HtmlTreeNodeRenderer.html" title="class in org.apache.myfaces.custom.tree.renderkit.html" target="classFrame">HtmlTreeNodeRenderer</A> +<BR> +<A HREF="HtmlTreeRenderer.html" title="class in org.apache.myfaces.custom.tree.renderkit.html" target="classFrame">HtmlTreeRenderer</A></FONT></TD> +</TR> +</TABLE> + + +</BODY> +</HTML> Added: myfaces/site/javadoc/org/apache/myfaces/custom/tree/renderkit/html/package-summary.html URL: http://svn.apache.org/viewcvs/myfaces/site/javadoc/org/apache/myfaces/custom/tree/renderkit/html/package-summary.html?rev=167885&view=auto ============================================================================== --- myfaces/site/javadoc/org/apache/myfaces/custom/tree/renderkit/html/package-summary.html (added) +++ myfaces/site/javadoc/org/apache/myfaces/custom/tree/renderkit/html/package-summary.html Tue May 3 02:06:41 2005 @@ -0,0 +1,158 @@ +<!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:27 CEST 2005 --> +<TITLE> +org.apache.myfaces.custom.tree.renderkit.html (Apache MyFaces API Documentation) +</TITLE> + +<META NAME="keywords" CONTENT="org.apache.myfaces.custom.tree.renderkit.html package"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + parent.document.title="org.apache.myfaces.custom.tree.renderkit.html (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="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</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/custom/tree/model/package-summary.html"><B>PREV PACKAGE</B></A> + <A HREF="../../../../../../../org/apache/myfaces/custom/tree/taglib/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-summary.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> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<H2> +Package org.apache.myfaces.custom.tree.renderkit.html +</H2> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TD COLSPAN=2><FONT SIZE="+2"> +<B>Class Summary</B></FONT></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../../../../../../org/apache/myfaces/custom/tree/renderkit/html/HtmlTreeCheckboxRenderer.html" title="class in org.apache.myfaces.custom.tree.renderkit.html">HtmlTreeCheckboxRenderer</A></B></TD> +<TD> </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../../../../../../org/apache/myfaces/custom/tree/renderkit/html/HtmlTreeImageCommandLinkRenderer.html" title="class in org.apache.myfaces.custom.tree.renderkit.html">HtmlTreeImageCommandLinkRenderer</A></B></TD> +<TD> </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../../../../../../org/apache/myfaces/custom/tree/renderkit/html/HtmlTreeNodeRenderer.html" title="class in org.apache.myfaces.custom.tree.renderkit.html">HtmlTreeNodeRenderer</A></B></TD> +<TD> </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../../../../../../org/apache/myfaces/custom/tree/renderkit/html/HtmlTreeRenderer.html" title="class in org.apache.myfaces.custom.tree.renderkit.html">HtmlTreeRenderer</A></B></TD> +<TD> </TD> +</TR> +</TABLE> + + +<P> +<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="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</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/custom/tree/model/package-summary.html"><B>PREV PACKAGE</B></A> + <A HREF="../../../../../../../org/apache/myfaces/custom/tree/taglib/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-summary.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> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> Added: myfaces/site/javadoc/org/apache/myfaces/custom/tree/renderkit/html/package-tree.html URL: http://svn.apache.org/viewcvs/myfaces/site/javadoc/org/apache/myfaces/custom/tree/renderkit/html/package-tree.html?rev=167885&view=auto ============================================================================== --- myfaces/site/javadoc/org/apache/myfaces/custom/tree/renderkit/html/package-tree.html (added) +++ myfaces/site/javadoc/org/apache/myfaces/custom/tree/renderkit/html/package-tree.html Tue May 3 02:06:41 2005 @@ -0,0 +1,153 @@ +<!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:27 CEST 2005 --> +<TITLE> +org.apache.myfaces.custom.tree.renderkit.html Class Hierarchy (Apache MyFaces API Documentation) +</TITLE> + + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + parent.document.title="org.apache.myfaces.custom.tree.renderkit.html Class Hierarchy (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="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </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/custom/tree/model/package-tree.html"><B>PREV</B></A> + <A HREF="../../../../../../../org/apache/myfaces/custom/tree/taglib/package-tree.html"><B>NEXT</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-tree.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> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<CENTER> +<H2> +Hierarchy For Package org.apache.myfaces.custom.tree.renderkit.html +</H2> +</CENTER> +<DL> +<DT><B>Package Hierarchies:</B><DD><A HREF="../../../../../../../overview-tree.html">All Packages</A></DL> +<HR> +<H2> +Class Hierarchy +</H2> +<UL> +<LI TYPE="circle">class java.lang.Object<UL> +<LI TYPE="circle">class javax.faces.render.Renderer<UL> +<LI TYPE="circle">class org.apache.myfaces.renderkit.html.<A HREF="../../../../../../../org/apache/myfaces/renderkit/html/HtmlRenderer.html" title="class in org.apache.myfaces.renderkit.html"><B>HtmlRenderer</B></A><UL> +<LI TYPE="circle">class org.apache.myfaces.renderkit.html.<A HREF="../../../../../../../org/apache/myfaces/renderkit/html/HtmlCheckboxRendererBase.html" title="class in org.apache.myfaces.renderkit.html"><B>HtmlCheckboxRendererBase</B></A><UL> +<LI TYPE="circle">class org.apache.myfaces.custom.tree.renderkit.html.<A HREF="../../../../../../../org/apache/myfaces/custom/tree/renderkit/html/HtmlTreeCheckboxRenderer.html" title="class in org.apache.myfaces.custom.tree.renderkit.html"><B>HtmlTreeCheckboxRenderer</B></A></UL> +<LI TYPE="circle">class org.apache.myfaces.renderkit.html.<A HREF="../../../../../../../org/apache/myfaces/renderkit/html/HtmlLinkRendererBase.html" title="class in org.apache.myfaces.renderkit.html"><B>HtmlLinkRendererBase</B></A><UL> +<LI TYPE="circle">class org.apache.myfaces.custom.tree.renderkit.html.<A HREF="../../../../../../../org/apache/myfaces/custom/tree/renderkit/html/HtmlTreeImageCommandLinkRenderer.html" title="class in org.apache.myfaces.custom.tree.renderkit.html"><B>HtmlTreeImageCommandLinkRenderer</B></A><LI TYPE="circle">class org.apache.myfaces.custom.tree.renderkit.html.<A HREF="../../../../../../../org/apache/myfaces/custom/tree/renderkit/html/HtmlTreeNodeRenderer.html" title="class in org.apache.myfaces.custom.tree.renderkit.html"><B>HtmlTreeNodeRenderer</B></A></UL> +<LI TYPE="circle">class org.apache.myfaces.renderkit.html.<A HREF="../../../../../../../org/apache/myfaces/renderkit/html/HtmlTableRendererBase.html" title="class in org.apache.myfaces.renderkit.html"><B>HtmlTableRendererBase</B></A><UL> +<LI TYPE="circle">class org.apache.myfaces.custom.tree.renderkit.html.<A HREF="../../../../../../../org/apache/myfaces/custom/tree/renderkit/html/HtmlTreeRenderer.html" title="class in org.apache.myfaces.custom.tree.renderkit.html"><B>HtmlTreeRenderer</B></A></UL> +</UL> +</UL> +</UL> +</UL> +<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="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </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/custom/tree/model/package-tree.html"><B>PREV</B></A> + <A HREF="../../../../../../../org/apache/myfaces/custom/tree/taglib/package-tree.html"><B>NEXT</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-tree.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> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> Added: myfaces/site/javadoc/org/apache/myfaces/custom/tree/taglib/IconProviderTag.html URL: http://svn.apache.org/viewcvs/myfaces/site/javadoc/org/apache/myfaces/custom/tree/taglib/IconProviderTag.html?rev=167885&view=auto ============================================================================== --- myfaces/site/javadoc/org/apache/myfaces/custom/tree/taglib/IconProviderTag.html (added) +++ myfaces/site/javadoc/org/apache/myfaces/custom/tree/taglib/IconProviderTag.html Tue May 3 02:06:41 2005 @@ -0,0 +1,334 @@ +<!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:38 CEST 2005 --> +<TITLE> +IconProviderTag (Apache MyFaces API Documentation) +</TITLE> + +<META NAME="keywords" CONTENT="org.apache.myfaces.custom.tree.taglib.IconProviderTag class"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + parent.document.title="IconProviderTag (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"> + PREV CLASS + <A HREF="../../../../../../org/apache/myfaces/custom/tree/taglib/TreeCheckboxTag.html" title="class in org.apache.myfaces.custom.tree.taglib"><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="IconProviderTag.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="#fields_inherited_from_class_javax.servlet.jsp.tagext.TagSupport">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: 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.custom.tree.taglib</FONT> +<BR> +Class IconProviderTag</H2> +<PRE> +java.lang.Object + <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by">javax.servlet.jsp.tagext.TagSupport + <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by"><B>org.apache.myfaces.custom.tree.taglib.IconProviderTag</B> +</PRE> +<DL> +<DT><B>All Implemented Interfaces:</B> <DD>javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag</DD> +</DL> +<HR> +<DL> +<DT>public class <B>IconProviderTag</B><DT>extends javax.servlet.jsp.tagext.TagSupport</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.3 2004/10/13 11:50:58 matze + renamed packages to org.apache + + Revision 1.2 2004/07/01 21:53:06 mwessendorf + ASF switch + + Revision 1.1 2004/05/04 12:19:14 o_rossmueller + added icon provider</DD> +<DT><B>Author:</B></DT> + <DD><a href="mailto:[EMAIL PROTECTED]">Oliver Rossmueller</a></DD> +<DT><B>See Also:</B><DD><A HREF="../../../../../../serialized-form.html#org.apache.myfaces.custom.tree.taglib.IconProviderTag">Serialized Form</A></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> +</TABLE> + <A NAME="fields_inherited_from_class_javax.servlet.jsp.tagext.TagSupport"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TD><B>Fields inherited from class javax.servlet.jsp.tagext.TagSupport</B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>id, pageContext</CODE></TD> +</TR> +</TABLE> + <A NAME="fields_inherited_from_class_javax.servlet.jsp.tagext.IterationTag"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TD><B>Fields inherited from interface javax.servlet.jsp.tagext.IterationTag</B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>EVAL_BODY_AGAIN</CODE></TD> +</TR> +</TABLE> + <A NAME="fields_inherited_from_class_javax.servlet.jsp.tagext.Tag"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TD><B>Fields inherited from interface javax.servlet.jsp.tagext.Tag</B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE</CODE></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/custom/tree/taglib/IconProviderTag.html#IconProviderTag()">IconProviderTag</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> int</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../org/apache/myfaces/custom/tree/taglib/IconProviderTag.html#doStartTag()">doStartTag</A></B>()</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/custom/tree/taglib/IconProviderTag.html#setType(java.lang.String)">setType</A></B>(java.lang.String type)</CODE> + +<BR> + </TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_javax.servlet.jsp.tagext.TagSupport"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TD><B>Methods inherited from class javax.servlet.jsp.tagext.TagSupport</B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue</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="IconProviderTag()"><!-- --></A><H3> +IconProviderTag</H3> +<PRE> +public <B>IconProviderTag</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="setType(java.lang.String)"><!-- --></A><H3> +setType</H3> +<PRE> +public void <B>setType</B>(java.lang.String type)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="doStartTag()"><!-- --></A><H3> +doStartTag</H3> +<PRE> +public int <B>doStartTag</B>() + throws javax.servlet.jsp.JspException</PRE> +<DL> +<DD><DL> + +<DT><B>Throws:</B> +<DD><CODE>javax.servlet.jsp.JspException</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"> + PREV CLASS + <A HREF="../../../../../../org/apache/myfaces/custom/tree/taglib/TreeCheckboxTag.html" title="class in org.apache.myfaces.custom.tree.taglib"><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="IconProviderTag.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="#fields_inherited_from_class_javax.servlet.jsp.tagext.TagSupport">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: 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>
