Added: myfaces/site/javadoc/org/apache/myfaces/custom/tree/HtmlTreeNode.html URL: http://svn.apache.org/viewcvs/myfaces/site/javadoc/org/apache/myfaces/custom/tree/HtmlTreeNode.html?rev=167885&view=auto ============================================================================== --- myfaces/site/javadoc/org/apache/myfaces/custom/tree/HtmlTreeNode.html (added) +++ myfaces/site/javadoc/org/apache/myfaces/custom/tree/HtmlTreeNode.html Tue May 3 02:06:41 2005 @@ -0,0 +1,1060 @@ +<!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> +HtmlTreeNode (Apache MyFaces API Documentation) +</TITLE> + +<META NAME="keywords" CONTENT="org.apache.myfaces.custom.tree.HtmlTreeNode class"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + parent.document.title="HtmlTreeNode (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/HtmlTreeImageCommandLink.html" title="class in org.apache.myfaces.custom.tree"><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="HtmlTreeNode.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.custom.tree</FONT> +<BR> +Class HtmlTreeNode</H2> +<PRE> +java.lang.Object + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by">javax.faces.component.UIComponent + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by">javax.faces.component.UIComponentBase + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by">javax.faces.component.UICommand + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by">javax.faces.component.html.HtmlCommandLink + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by"><B>org.apache.myfaces.custom.tree.HtmlTreeNode</B> +</PRE> +<DL> +<DT><B>All Implemented Interfaces:</B> <DD>javax.faces.component.ActionSource, javax.faces.component.StateHolder</DD> +</DL> +<HR> +<DL> +<DT>public class <B>HtmlTreeNode</B><DT>extends javax.faces.component.html.HtmlCommandLink</DL> + +<P> +Represents a single node of a three. A custom html link component representing the expand/collapse icon + is held as a facet named <code>expandCollapse</code>. +<P> + +<P> +<DL> +<DT><B>Version:</B></DT> + <DD>$Revision: 167324 $ $Date: 2004-11-26 13:46:38 +0100 (Fri, 26 Nov 2004) $ + + $Log$ + Revision 1.12 2004/11/26 12:46:38 oros + cleanup: removed unused iconChild attribute + + Revision 1.11 2004/11/26 12:14:10 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> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static int</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/custom/tree/HtmlTreeNode.html#CHILD">CHILD</A></B></CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static int</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/custom/tree/HtmlTreeNode.html#CHILD_FIRST">CHILD_FIRST</A></B></CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static int</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/custom/tree/HtmlTreeNode.html#CHILD_LAST">CHILD_LAST</A></B></CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static int</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/custom/tree/HtmlTreeNode.html#CLOSED">CLOSED</A></B></CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static int</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/custom/tree/HtmlTreeNode.html#CLOSED_FIRST">CLOSED_FIRST</A></B></CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static int</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/custom/tree/HtmlTreeNode.html#CLOSED_LAST">CLOSED_LAST</A></B></CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static int</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/custom/tree/HtmlTreeNode.html#CLOSED_SINGLE">CLOSED_SINGLE</A></B></CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/custom/tree/HtmlTreeNode.html#COMPONENT_TYPE">COMPONENT_TYPE</A></B></CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static int</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/custom/tree/HtmlTreeNode.html#EMPTY">EMPTY</A></B></CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/custom/tree/HtmlTreeNode.html#EXPAND_COLLAPSE_FACET">EXPAND_COLLAPSE_FACET</A></B></CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static int</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/custom/tree/HtmlTreeNode.html#LINE">LINE</A></B></CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static int</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/custom/tree/HtmlTreeNode.html#OPEN">OPEN</A></B></CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static int</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/custom/tree/HtmlTreeNode.html#OPEN_FIRST">OPEN_FIRST</A></B></CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static int</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/custom/tree/HtmlTreeNode.html#OPEN_LAST">OPEN_LAST</A></B></CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static int</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/custom/tree/HtmlTreeNode.html#OPEN_SINGLE">OPEN_SINGLE</A></B></CODE> + +<BR> + </TD> +</TR> +</TABLE> + <A NAME="fields_inherited_from_class_javax.faces.component.UICommand"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TD><B>Fields inherited from class javax.faces.component.UICommand</B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>COMPONENT_FAMILY</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/HtmlTreeNode.html#HtmlTreeNode()">HtmlTreeNode</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/HtmlTreeNode.html#expandPath(int[], int)">expandPath</A></B>(int[] translatedPath, + int current)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> <A HREF="../../../../../org/apache/myfaces/custom/tree/HtmlTreeImageCommandLink.html" title="class in org.apache.myfaces.custom.tree">HtmlTreeImageCommandLink</A></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/custom/tree/HtmlTreeNode.html#getExpandCollapseCommand(javax.faces.context.FacesContext)">getExpandCollapseCommand</A></B>(javax.faces.context.FacesContext context)</CODE> + +<BR> + </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/HtmlTreeNode.html#getLayout()">getLayout</A></B>()</CODE> + +<BR> + </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/HtmlTreeNode.html#getLevel()">getLevel</A></B>()</CODE> + +<BR> + </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/HtmlTreeNode.html#getMaxChildLevel()">getMaxChildLevel</A></B>()</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> <A HREF="../../../../../org/apache/myfaces/custom/tree/model/TreePath.html" title="class in org.apache.myfaces.custom.tree.model">TreePath</A></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/custom/tree/HtmlTreeNode.html#getPath()">getPath</A></B>()</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected <A HREF="../../../../../org/apache/myfaces/custom/tree/HtmlTree.html" title="class in org.apache.myfaces.custom.tree">HtmlTree</A></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/custom/tree/HtmlTreeNode.html#getTree()">getTree</A></B>()</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected <A HREF="../../../../../org/apache/myfaces/custom/tree/model/TreeModel.html" title="interface in org.apache.myfaces.custom.tree.model">TreeModel</A></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/custom/tree/HtmlTreeNode.html#getTreeModel(javax.faces.context.FacesContext)">getTreeModel</A></B>(javax.faces.context.FacesContext context)</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/custom/tree/HtmlTreeNode.html#getUserObject()">getUserObject</A></B>()</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/HtmlTreeNode.html#isExpanded()">isExpanded</A></B>()</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/HtmlTreeNode.html#isLeaf(javax.faces.context.FacesContext)">isLeaf</A></B>(javax.faces.context.FacesContext context)</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/HtmlTreeNode.html#isSelected()">isSelected</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/HtmlTreeNode.html#restoreItemState(org.apache.myfaces.custom.tree.HtmlTreeNode)">restoreItemState</A></B>(<A HREF="../../../../../org/apache/myfaces/custom/tree/HtmlTreeNode.html" title="class in org.apache.myfaces.custom.tree">HtmlTreeNode</A> node)</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/HtmlTreeNode.html#restoreState(javax.faces.context.FacesContext, java.lang.Object)">restoreState</A></B>(javax.faces.context.FacesContext context, + java.lang.Object state)</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/custom/tree/HtmlTreeNode.html#saveState(javax.faces.context.FacesContext)">saveState</A></B>(javax.faces.context.FacesContext context)</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/HtmlTreeNode.html#setExpanded(boolean)">setExpanded</A></B>(boolean expanded)</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/HtmlTreeNode.html#setLayout(int[])">setLayout</A></B>(int[] layout)</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/HtmlTreeNode.html#setLayout(int[], int)">setLayout</A></B>(int[] parentLayout, + int layout)</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/HtmlTreeNode.html#setPath(org.apache.myfaces.custom.tree.model.TreePath)">setPath</A></B>(<A HREF="../../../../../org/apache/myfaces/custom/tree/model/TreePath.html" title="class in org.apache.myfaces.custom.tree.model">TreePath</A> path)</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/HtmlTreeNode.html#setSelected(boolean)">setSelected</A></B>(boolean selected)</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/HtmlTreeNode.html#setUserObject(java.lang.Object)">setUserObject</A></B>(java.lang.Object userObject)</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/HtmlTreeNode.html#toggleExpanded()">toggleExpanded</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/HtmlTreeNode.html#toggleSelected()">toggleSelected</A></B>()</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected static <A HREF="../../../../../org/apache/myfaces/custom/tree/model/TreePath.html" title="class in org.apache.myfaces.custom.tree.model">TreePath</A></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/custom/tree/HtmlTreeNode.html#translatePath(int[], org.apache.myfaces.custom.tree.model.TreeModel)">translatePath</A></B>(int[] path, + <A HREF="../../../../../org/apache/myfaces/custom/tree/model/TreeModel.html" title="interface in org.apache.myfaces.custom.tree.model">TreeModel</A> model)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected static int[]</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/custom/tree/HtmlTreeNode.html#translatePath(org.apache.myfaces.custom.tree.model.TreePath, org.apache.myfaces.custom.tree.model.TreeModel)">translatePath</A></B>(<A HREF="../../../../../org/apache/myfaces/custom/tree/model/TreePath.html" title="class in org.apache.myfaces.custom.tree.model">TreePath</A> treePath, + <A HREF="../../../../../org/apache/myfaces/custom/tree/model/TreeModel.html" title="interface in org.apache.myfaces.custom.tree.model">TreeModel</A> model)</CODE> + +<BR> + </TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_javax.faces.component.html.HtmlCommandLink"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TD><B>Methods inherited from class javax.faces.component.html.HtmlCommandLink</B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>getAccesskey, getCharset, getCoords, getDir, getHreflang, getLang, getOnblur, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getRel, getRev, getShape, getStyle, getStyleClass, getTabindex, getTarget, getTitle, getType, setAccesskey, setCharset, setCoords, setDir, setHreflang, setLang, setOnblur, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setRel, setRev, setShape, setStyle, setStyleClass, setTabindex, setTarget, setTitle, setType</CODE></TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_javax.faces.component.UICommand"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TD><B>Methods inherited from class javax.faces.component.UICommand</B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>addActionListener, broadcast, getAction, getActionListener, getActionListeners, getFamily, getValue, isImmediate, queueEvent, removeActionListener, setAction, setActionListener, setImmediate, setValue</CODE></TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_javax.faces.component.UIComponentBase"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TD><B>Methods inherited from class javax.faces.component.UIComponentBase</B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>addFacesListener, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding</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="COMPONENT_TYPE"><!-- --></A><H3> +COMPONENT_TYPE</H3> +<PRE> +public static final java.lang.String <B>COMPONENT_TYPE</B></PRE> +<DL> +<DL> +<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.myfaces.custom.tree.HtmlTreeNode.COMPONENT_TYPE">Constant Field Values</A></DL> +</DL> +<HR> + +<A NAME="EXPAND_COLLAPSE_FACET"><!-- --></A><H3> +EXPAND_COLLAPSE_FACET</H3> +<PRE> +public static final java.lang.String <B>EXPAND_COLLAPSE_FACET</B></PRE> +<DL> +<DL> +<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.myfaces.custom.tree.HtmlTreeNode.EXPAND_COLLAPSE_FACET">Constant Field Values</A></DL> +</DL> +<HR> + +<A NAME="OPEN"><!-- --></A><H3> +OPEN</H3> +<PRE> +public static final int <B>OPEN</B></PRE> +<DL> +<DL> +<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.myfaces.custom.tree.HtmlTreeNode.OPEN">Constant Field Values</A></DL> +</DL> +<HR> + +<A NAME="OPEN_FIRST"><!-- --></A><H3> +OPEN_FIRST</H3> +<PRE> +public static final int <B>OPEN_FIRST</B></PRE> +<DL> +<DL> +<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.myfaces.custom.tree.HtmlTreeNode.OPEN_FIRST">Constant Field Values</A></DL> +</DL> +<HR> + +<A NAME="OPEN_LAST"><!-- --></A><H3> +OPEN_LAST</H3> +<PRE> +public static final int <B>OPEN_LAST</B></PRE> +<DL> +<DL> +<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.myfaces.custom.tree.HtmlTreeNode.OPEN_LAST">Constant Field Values</A></DL> +</DL> +<HR> + +<A NAME="OPEN_SINGLE"><!-- --></A><H3> +OPEN_SINGLE</H3> +<PRE> +public static final int <B>OPEN_SINGLE</B></PRE> +<DL> +<DL> +<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.myfaces.custom.tree.HtmlTreeNode.OPEN_SINGLE">Constant Field Values</A></DL> +</DL> +<HR> + +<A NAME="CLOSED"><!-- --></A><H3> +CLOSED</H3> +<PRE> +public static final int <B>CLOSED</B></PRE> +<DL> +<DL> +<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.myfaces.custom.tree.HtmlTreeNode.CLOSED">Constant Field Values</A></DL> +</DL> +<HR> + +<A NAME="CLOSED_FIRST"><!-- --></A><H3> +CLOSED_FIRST</H3> +<PRE> +public static final int <B>CLOSED_FIRST</B></PRE> +<DL> +<DL> +<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.myfaces.custom.tree.HtmlTreeNode.CLOSED_FIRST">Constant Field Values</A></DL> +</DL> +<HR> + +<A NAME="CLOSED_LAST"><!-- --></A><H3> +CLOSED_LAST</H3> +<PRE> +public static final int <B>CLOSED_LAST</B></PRE> +<DL> +<DL> +<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.myfaces.custom.tree.HtmlTreeNode.CLOSED_LAST">Constant Field Values</A></DL> +</DL> +<HR> + +<A NAME="CLOSED_SINGLE"><!-- --></A><H3> +CLOSED_SINGLE</H3> +<PRE> +public static final int <B>CLOSED_SINGLE</B></PRE> +<DL> +<DL> +<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.myfaces.custom.tree.HtmlTreeNode.CLOSED_SINGLE">Constant Field Values</A></DL> +</DL> +<HR> + +<A NAME="CHILD"><!-- --></A><H3> +CHILD</H3> +<PRE> +public static final int <B>CHILD</B></PRE> +<DL> +<DL> +<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.myfaces.custom.tree.HtmlTreeNode.CHILD">Constant Field Values</A></DL> +</DL> +<HR> + +<A NAME="CHILD_FIRST"><!-- --></A><H3> +CHILD_FIRST</H3> +<PRE> +public static final int <B>CHILD_FIRST</B></PRE> +<DL> +<DL> +<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.myfaces.custom.tree.HtmlTreeNode.CHILD_FIRST">Constant Field Values</A></DL> +</DL> +<HR> + +<A NAME="CHILD_LAST"><!-- --></A><H3> +CHILD_LAST</H3> +<PRE> +public static final int <B>CHILD_LAST</B></PRE> +<DL> +<DL> +<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.myfaces.custom.tree.HtmlTreeNode.CHILD_LAST">Constant Field Values</A></DL> +</DL> +<HR> + +<A NAME="LINE"><!-- --></A><H3> +LINE</H3> +<PRE> +public static final int <B>LINE</B></PRE> +<DL> +<DL> +<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.myfaces.custom.tree.HtmlTreeNode.LINE">Constant Field Values</A></DL> +</DL> +<HR> + +<A NAME="EMPTY"><!-- --></A><H3> +EMPTY</H3> +<PRE> +public static final int <B>EMPTY</B></PRE> +<DL> +<DL> +<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.myfaces.custom.tree.HtmlTreeNode.EMPTY">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="HtmlTreeNode()"><!-- --></A><H3> +HtmlTreeNode</H3> +<PRE> +public <B>HtmlTreeNode</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="getLevel()"><!-- --></A><H3> +getLevel</H3> +<PRE> +public int <B>getLevel</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getMaxChildLevel()"><!-- --></A><H3> +getMaxChildLevel</H3> +<PRE> +public int <B>getMaxChildLevel</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getPath()"><!-- --></A><H3> +getPath</H3> +<PRE> +public <A HREF="../../../../../org/apache/myfaces/custom/tree/model/TreePath.html" title="class in org.apache.myfaces.custom.tree.model">TreePath</A> <B>getPath</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setPath(org.apache.myfaces.custom.tree.model.TreePath)"><!-- --></A><H3> +setPath</H3> +<PRE> +public void <B>setPath</B>(<A HREF="../../../../../org/apache/myfaces/custom/tree/model/TreePath.html" title="class in org.apache.myfaces.custom.tree.model">TreePath</A> path)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getUserObject()"><!-- --></A><H3> +getUserObject</H3> +<PRE> +public java.lang.Object <B>getUserObject</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setUserObject(java.lang.Object)"><!-- --></A><H3> +setUserObject</H3> +<PRE> +public void <B>setUserObject</B>(java.lang.Object userObject)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="isExpanded()"><!-- --></A><H3> +isExpanded</H3> +<PRE> +public boolean <B>isExpanded</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setExpanded(boolean)"><!-- --></A><H3> +setExpanded</H3> +<PRE> +public void <B>setExpanded</B>(boolean expanded)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="toggleExpanded()"><!-- --></A><H3> +toggleExpanded</H3> +<PRE> +public void <B>toggleExpanded</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="isSelected()"><!-- --></A><H3> +isSelected</H3> +<PRE> +public boolean <B>isSelected</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setSelected(boolean)"><!-- --></A><H3> +setSelected</H3> +<PRE> +public void <B>setSelected</B>(boolean selected)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="toggleSelected()"><!-- --></A><H3> +toggleSelected</H3> +<PRE> +public void <B>toggleSelected</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getLayout()"><!-- --></A><H3> +getLayout</H3> +<PRE> +public int[] <B>getLayout</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setLayout(int[])"><!-- --></A><H3> +setLayout</H3> +<PRE> +public void <B>setLayout</B>(int[] layout)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setLayout(int[], int)"><!-- --></A><H3> +setLayout</H3> +<PRE> +public void <B>setLayout</B>(int[] parentLayout, + int layout)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getExpandCollapseCommand(javax.faces.context.FacesContext)"><!-- --></A><H3> +getExpandCollapseCommand</H3> +<PRE> +public <A HREF="../../../../../org/apache/myfaces/custom/tree/HtmlTreeImageCommandLink.html" title="class in org.apache.myfaces.custom.tree">HtmlTreeImageCommandLink</A> <B>getExpandCollapseCommand</B>(javax.faces.context.FacesContext context)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="saveState(javax.faces.context.FacesContext)"><!-- --></A><H3> +saveState</H3> +<PRE> +public java.lang.Object <B>saveState</B>(javax.faces.context.FacesContext context)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="restoreState(javax.faces.context.FacesContext, java.lang.Object)"><!-- --></A><H3> +restoreState</H3> +<PRE> +public void <B>restoreState</B>(javax.faces.context.FacesContext context, + java.lang.Object state)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="translatePath(org.apache.myfaces.custom.tree.model.TreePath, org.apache.myfaces.custom.tree.model.TreeModel)"><!-- --></A><H3> +translatePath</H3> +<PRE> +protected static int[] <B>translatePath</B>(<A HREF="../../../../../org/apache/myfaces/custom/tree/model/TreePath.html" title="class in org.apache.myfaces.custom.tree.model">TreePath</A> treePath, + <A HREF="../../../../../org/apache/myfaces/custom/tree/model/TreeModel.html" title="interface in org.apache.myfaces.custom.tree.model">TreeModel</A> model)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="translatePath(int[], org.apache.myfaces.custom.tree.model.TreeModel)"><!-- --></A><H3> +translatePath</H3> +<PRE> +protected static <A HREF="../../../../../org/apache/myfaces/custom/tree/model/TreePath.html" title="class in org.apache.myfaces.custom.tree.model">TreePath</A> <B>translatePath</B>(int[] path, + <A HREF="../../../../../org/apache/myfaces/custom/tree/model/TreeModel.html" title="interface in org.apache.myfaces.custom.tree.model">TreeModel</A> model)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getTreeModel(javax.faces.context.FacesContext)"><!-- --></A><H3> +getTreeModel</H3> +<PRE> +protected <A HREF="../../../../../org/apache/myfaces/custom/tree/model/TreeModel.html" title="interface in org.apache.myfaces.custom.tree.model">TreeModel</A> <B>getTreeModel</B>(javax.faces.context.FacesContext context)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getTree()"><!-- --></A><H3> +getTree</H3> +<PRE> +protected <A HREF="../../../../../org/apache/myfaces/custom/tree/HtmlTree.html" title="class in org.apache.myfaces.custom.tree">HtmlTree</A> <B>getTree</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="isLeaf(javax.faces.context.FacesContext)"><!-- --></A><H3> +isLeaf</H3> +<PRE> +public boolean <B>isLeaf</B>(javax.faces.context.FacesContext context)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="expandPath(int[], int)"><!-- --></A><H3> +expandPath</H3> +<PRE> +public void <B>expandPath</B>(int[] translatedPath, + int current)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="restoreItemState(org.apache.myfaces.custom.tree.HtmlTreeNode)"><!-- --></A><H3> +restoreItemState</H3> +<PRE> +public void <B>restoreItemState</B>(<A HREF="../../../../../org/apache/myfaces/custom/tree/HtmlTreeNode.html" title="class in org.apache.myfaces.custom.tree">HtmlTreeNode</A> node)</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/HtmlTreeImageCommandLink.html" title="class in org.apache.myfaces.custom.tree"><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="HtmlTreeNode.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/custom/tree/IconProvider.html URL: http://svn.apache.org/viewcvs/myfaces/site/javadoc/org/apache/myfaces/custom/tree/IconProvider.html?rev=167885&view=auto ============================================================================== --- myfaces/site/javadoc/org/apache/myfaces/custom/tree/IconProvider.html (added) +++ myfaces/site/javadoc/org/apache/myfaces/custom/tree/IconProvider.html Tue May 3 02:06:41 2005 @@ -0,0 +1,233 @@ +<!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:37 CEST 2005 --> +<TITLE> +IconProvider (Apache MyFaces API Documentation) +</TITLE> + +<META NAME="keywords" CONTENT="org.apache.myfaces.custom.tree.IconProvider interface"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + parent.document.title="IconProvider (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/MutableTreeNode.html" title="interface in org.apache.myfaces.custom.tree"><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="IconProvider.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 | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | CONSTR | <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</FONT> +<BR> +Interface IconProvider</H2> +<HR> +<DL> +<DT>public interface <B>IconProvider</B></DL> + +<P> +<p>Interface to be implemented by node icon providers.</p> +<P> + +<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:07 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> +</DL> +<HR> + +<P> +<!-- ======== NESTED CLASS SUMMARY ======== --> + + +<!-- =========== FIELD SUMMARY =========== --> + + +<!-- ======== CONSTRUCTOR SUMMARY ======== --> + + +<!-- ========== 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> java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/custom/tree/IconProvider.html#getIconUrl(java.lang.Object, int, boolean)">getIconUrl</A></B>(java.lang.Object userObject, + int childCount, + boolean isLeaf)</CODE> + +<BR> + </TD> +</TR> +</TABLE> + +<P> + +<!-- ============ FIELD DETAIL =========== --> + + +<!-- ========= CONSTRUCTOR DETAIL ======== --> + + +<!-- ============ 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="getIconUrl(java.lang.Object, int, boolean)"><!-- --></A><H3> +getIconUrl</H3> +<PRE> +public java.lang.String <B>getIconUrl</B>(java.lang.Object userObject, + int childCount, + boolean isLeaf)</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"> + PREV CLASS + <A HREF="../../../../../org/apache/myfaces/custom/tree/MutableTreeNode.html" title="interface in org.apache.myfaces.custom.tree"><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="IconProvider.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 | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | CONSTR | <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/MutableTreeNode.html URL: http://svn.apache.org/viewcvs/myfaces/site/javadoc/org/apache/myfaces/custom/tree/MutableTreeNode.html?rev=167885&view=auto ============================================================================== --- myfaces/site/javadoc/org/apache/myfaces/custom/tree/MutableTreeNode.html (added) +++ myfaces/site/javadoc/org/apache/myfaces/custom/tree/MutableTreeNode.html Tue May 3 02:06:41 2005 @@ -0,0 +1,401 @@ +<!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:37 CEST 2005 --> +<TITLE> +MutableTreeNode (Apache MyFaces API Documentation) +</TITLE> + +<META NAME="keywords" CONTENT="org.apache.myfaces.custom.tree.MutableTreeNode interface"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + parent.document.title="MutableTreeNode (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/IconProvider.html" title="interface in org.apache.myfaces.custom.tree"><B>PREV CLASS</B></A> + <A HREF="../../../../../org/apache/myfaces/custom/tree/TreeNode.html" title="interface in org.apache.myfaces.custom.tree"><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="MutableTreeNode.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 | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | CONSTR | <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</FONT> +<BR> +Interface MutableTreeNode</H2> +<DL> +<DT><B>All Superinterfaces:</B> <DD><A HREF="../../../../../org/apache/myfaces/custom/tree/TreeNode.html" title="interface in org.apache.myfaces.custom.tree">TreeNode</A></DD> +</DL> +<DL> +<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../../org/apache/myfaces/custom/tree/DefaultMutableTreeNode.html" title="class in org.apache.myfaces.custom.tree">DefaultMutableTreeNode</A></DD> +</DL> +<HR> +<DL> +<DT>public interface <B>MutableTreeNode</B><DT>extends <A HREF="../../../../../org/apache/myfaces/custom/tree/TreeNode.html" title="interface in org.apache.myfaces.custom.tree">TreeNode</A></DL> + +<P> +Defines the requirements for a tree node object that can change -- by adding or removing + child nodes, or by changing the contents of a user object stored in the node. + (inspired by javax.swing.tree.MutableTreeNode). +<P> + +<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:07 mwessendorf + ASF switch + + Revision 1.1 2004/04/22 10:20:23 manolito + tree component</DD> +<DT><B>Author:</B></DT> + <DD><a href="mailto:[EMAIL PROTECTED]">Oliver Rossmueller</a></DD> +</DL> +<HR> + +<P> +<!-- ======== NESTED CLASS SUMMARY ======== --> + + +<!-- =========== FIELD SUMMARY =========== --> + + +<!-- ======== CONSTRUCTOR SUMMARY ======== --> + + +<!-- ========== 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/MutableTreeNode.html#insert(org.apache.myfaces.custom.tree.MutableTreeNode)">insert</A></B>(<A HREF="../../../../../org/apache/myfaces/custom/tree/MutableTreeNode.html" title="interface in org.apache.myfaces.custom.tree">MutableTreeNode</A> child)</CODE> + +<BR> + Add the given child to the children of this node. + </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/MutableTreeNode.html#insert(org.apache.myfaces.custom.tree.MutableTreeNode, int)">insert</A></B>(<A HREF="../../../../../org/apache/myfaces/custom/tree/MutableTreeNode.html" title="interface in org.apache.myfaces.custom.tree">MutableTreeNode</A> child, + int index)</CODE> + +<BR> + Add the given child to the children of this node at index. + </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/MutableTreeNode.html#remove(int)">remove</A></B>(int index)</CODE> + +<BR> + Remove the child at the given index.</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/MutableTreeNode.html#remove(org.apache.myfaces.custom.tree.MutableTreeNode)">remove</A></B>(<A HREF="../../../../../org/apache/myfaces/custom/tree/MutableTreeNode.html" title="interface in org.apache.myfaces.custom.tree">MutableTreeNode</A> node)</CODE> + +<BR> + Remove the given node.</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/MutableTreeNode.html#removeFromParent()">removeFromParent</A></B>()</CODE> + +<BR> + Remove this node from its parent.</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/MutableTreeNode.html#setParent(org.apache.myfaces.custom.tree.MutableTreeNode)">setParent</A></B>(<A HREF="../../../../../org/apache/myfaces/custom/tree/MutableTreeNode.html" title="interface in org.apache.myfaces.custom.tree">MutableTreeNode</A> parent)</CODE> + +<BR> + Set the parent node.</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/MutableTreeNode.html#setUserObject(java.lang.Object)">setUserObject</A></B>(java.lang.Object object)</CODE> + +<BR> + Sets the user object of this node.</TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_org.apache.myfaces.custom.tree.TreeNode"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TD><B>Methods inherited from interface org.apache.myfaces.custom.tree.<A HREF="../../../../../org/apache/myfaces/custom/tree/TreeNode.html" title="interface in org.apache.myfaces.custom.tree">TreeNode</A></B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><A HREF="../../../../../org/apache/myfaces/custom/tree/TreeNode.html#children()">children</A>, <A HREF="../../../../../org/apache/myfaces/custom/tree/TreeNode.html#getAllowsChildren()">getAllowsChildren</A>, <A HREF="../../../../../org/apache/myfaces/custom/tree/TreeNode.html#getChildAt(int)">getChildAt</A>, <A HREF="../../../../../org/apache/myfaces/custom/tree/TreeNode.html#getChildCount()">getChildCount</A>, <A HREF="../../../../../org/apache/myfaces/custom/tree/TreeNode.html#getIndex(org.apache.myfaces.custom.tree.TreeNode)">getIndex</A>, <A HREF="../../../../../org/apache/myfaces/custom/tree/TreeNode.html#getParent()">getParent</A>, <A HREF="../../../../../org/apache/myfaces/custom/tree/TreeNode.html#getUserObject()">getUserObject</A>, <A HREF="../../../../../org/apache/myfaces/custom/tree/TreeNode.html#isLeaf()">isLeaf</A></CODE></TD> +</TR> +</TABLE> + +<P> + +<!-- ============ FIELD DETAIL =========== --> + + +<!-- ========= CONSTRUCTOR DETAIL ======== --> + + +<!-- ============ 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="insert(org.apache.myfaces.custom.tree.MutableTreeNode)"><!-- --></A><H3> +insert</H3> +<PRE> +public void <B>insert</B>(<A HREF="../../../../../org/apache/myfaces/custom/tree/MutableTreeNode.html" title="interface in org.apache.myfaces.custom.tree">MutableTreeNode</A> child)</PRE> +<DL> +<DD>Add the given child to the children of this node. + This will set this node as the parent of the child using {#setParent}. +<P> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="insert(org.apache.myfaces.custom.tree.MutableTreeNode, int)"><!-- --></A><H3> +insert</H3> +<PRE> +public void <B>insert</B>(<A HREF="../../../../../org/apache/myfaces/custom/tree/MutableTreeNode.html" title="interface in org.apache.myfaces.custom.tree">MutableTreeNode</A> child, + int index)</PRE> +<DL> +<DD>Add the given child to the children of this node at index. + This will set this node as the parent of the child using {#setParent}. +<P> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="remove(int)"><!-- --></A><H3> +remove</H3> +<PRE> +public void <B>remove</B>(int index)</PRE> +<DL> +<DD>Remove the child at the given index. +<P> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="remove(org.apache.myfaces.custom.tree.MutableTreeNode)"><!-- --></A><H3> +remove</H3> +<PRE> +public void <B>remove</B>(<A HREF="../../../../../org/apache/myfaces/custom/tree/MutableTreeNode.html" title="interface in org.apache.myfaces.custom.tree">MutableTreeNode</A> node)</PRE> +<DL> +<DD>Remove the given node. +<P> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setUserObject(java.lang.Object)"><!-- --></A><H3> +setUserObject</H3> +<PRE> +public void <B>setUserObject</B>(java.lang.Object object)</PRE> +<DL> +<DD>Sets the user object of this node. +<P> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="removeFromParent()"><!-- --></A><H3> +removeFromParent</H3> +<PRE> +public void <B>removeFromParent</B>()</PRE> +<DL> +<DD>Remove this node from its parent. +<P> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setParent(org.apache.myfaces.custom.tree.MutableTreeNode)"><!-- --></A><H3> +setParent</H3> +<PRE> +public void <B>setParent</B>(<A HREF="../../../../../org/apache/myfaces/custom/tree/MutableTreeNode.html" title="interface in org.apache.myfaces.custom.tree">MutableTreeNode</A> parent)</PRE> +<DL> +<DD>Set the parent node. +<P> +<DD><DL> +</DL> +</DD> +<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/IconProvider.html" title="interface in org.apache.myfaces.custom.tree"><B>PREV CLASS</B></A> + <A HREF="../../../../../org/apache/myfaces/custom/tree/TreeNode.html" title="interface in org.apache.myfaces.custom.tree"><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="MutableTreeNode.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 | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | CONSTR | <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/TreeNode.html URL: http://svn.apache.org/viewcvs/myfaces/site/javadoc/org/apache/myfaces/custom/tree/TreeNode.html?rev=167885&view=auto ============================================================================== --- myfaces/site/javadoc/org/apache/myfaces/custom/tree/TreeNode.html (added) +++ myfaces/site/javadoc/org/apache/myfaces/custom/tree/TreeNode.html Tue May 3 02:06:41 2005 @@ -0,0 +1,384 @@ +<!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:37 CEST 2005 --> +<TITLE> +TreeNode (Apache MyFaces API Documentation) +</TITLE> + +<META NAME="keywords" CONTENT="org.apache.myfaces.custom.tree.TreeNode interface"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + parent.document.title="TreeNode (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/MutableTreeNode.html" title="interface in org.apache.myfaces.custom.tree"><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="TreeNode.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 | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | CONSTR | <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</FONT> +<BR> +Interface TreeNode</H2> +<DL> +<DT><B>All Known Subinterfaces:</B> <DD><A HREF="../../../../../org/apache/myfaces/custom/tree/MutableTreeNode.html" title="interface in org.apache.myfaces.custom.tree">MutableTreeNode</A></DD> +</DL> +<DL> +<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../../org/apache/myfaces/custom/tree/DefaultMutableTreeNode.html" title="class in org.apache.myfaces.custom.tree">DefaultMutableTreeNode</A></DD> +</DL> +<HR> +<DL> +<DT>public interface <B>TreeNode</B></DL> + +<P> +Defines the requirements for an object that can be used as a tree node for + <A HREF="../../../../../org/apache/myfaces/custom/tree/HtmlTree.html" title="class in org.apache.myfaces.custom.tree"><CODE>HtmlTree</CODE></A>. (inspired by javax.swing.tree.TreeNode). +<P> + +<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.6 2005/02/11 00:54:02 svieujot + Revert changes commited to the wrong branch. + + Revision 1.4 2004/11/26 12:14:10 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 =========== --> + + +<!-- ======== CONSTRUCTOR SUMMARY ======== --> + + +<!-- ========== 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> java.util.Iterator</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/custom/tree/TreeNode.html#children()">children</A></B>()</CODE> + +<BR> + Answer the children of the receiver. </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/TreeNode.html#getAllowsChildren()">getAllowsChildren</A></B>()</CODE> + +<BR> + Answer true if this node allows children.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> <A HREF="../../../../../org/apache/myfaces/custom/tree/TreeNode.html" title="interface in org.apache.myfaces.custom.tree">TreeNode</A></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/custom/tree/TreeNode.html#getChildAt(int)">getChildAt</A></B>(int childIndex)</CODE> + +<BR> + Answer the child at the given index.</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/TreeNode.html#getChildCount()">getChildCount</A></B>()</CODE> + +<BR> + Answer the number of children this node contains.</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/TreeNode.html#getIndex(org.apache.myfaces.custom.tree.TreeNode)">getIndex</A></B>(<A HREF="../../../../../org/apache/myfaces/custom/tree/TreeNode.html" title="interface in org.apache.myfaces.custom.tree">TreeNode</A> node)</CODE> + +<BR> + Answer the index of the given node in this node's children.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> <A HREF="../../../../../org/apache/myfaces/custom/tree/TreeNode.html" title="interface in org.apache.myfaces.custom.tree">TreeNode</A></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/custom/tree/TreeNode.html#getParent()">getParent</A></B>()</CODE> + +<BR> + Answer the parent of this node.</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/custom/tree/TreeNode.html#getUserObject()">getUserObject</A></B>()</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/TreeNode.html#isLeaf()">isLeaf</A></B>()</CODE> + +<BR> + Answer true if this is a leaf node.</TD> +</TR> +</TABLE> + +<P> + +<!-- ============ FIELD DETAIL =========== --> + + +<!-- ========= CONSTRUCTOR DETAIL ======== --> + + +<!-- ============ 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="getUserObject()"><!-- --></A><H3> +getUserObject</H3> +<PRE> +public java.lang.Object <B>getUserObject</B>()</PRE> +<DL> +<DD><DL> + +<DT><B>Returns:</B><DD>Gets the user object of this node.</DL> +</DD> +</DL> +<HR> + +<A NAME="getChildAt(int)"><!-- --></A><H3> +getChildAt</H3> +<PRE> +public <A HREF="../../../../../org/apache/myfaces/custom/tree/TreeNode.html" title="interface in org.apache.myfaces.custom.tree">TreeNode</A> <B>getChildAt</B>(int childIndex)</PRE> +<DL> +<DD>Answer the child at the given index. +<P> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getChildCount()"><!-- --></A><H3> +getChildCount</H3> +<PRE> +public int <B>getChildCount</B>()</PRE> +<DL> +<DD>Answer the number of children this node contains. +<P> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getParent()"><!-- --></A><H3> +getParent</H3> +<PRE> +public <A HREF="../../../../../org/apache/myfaces/custom/tree/TreeNode.html" title="interface in org.apache.myfaces.custom.tree">TreeNode</A> <B>getParent</B>()</PRE> +<DL> +<DD>Answer the parent of this node. +<P> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getIndex(org.apache.myfaces.custom.tree.TreeNode)"><!-- --></A><H3> +getIndex</H3> +<PRE> +public int <B>getIndex</B>(<A HREF="../../../../../org/apache/myfaces/custom/tree/TreeNode.html" title="interface in org.apache.myfaces.custom.tree">TreeNode</A> node)</PRE> +<DL> +<DD>Answer the index of the given node in this node's children. +<P> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getAllowsChildren()"><!-- --></A><H3> +getAllowsChildren</H3> +<PRE> +public boolean <B>getAllowsChildren</B>()</PRE> +<DL> +<DD>Answer true if this node allows children. +<P> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="isLeaf()"><!-- --></A><H3> +isLeaf</H3> +<PRE> +public boolean <B>isLeaf</B>()</PRE> +<DL> +<DD>Answer true if this is a leaf node. +<P> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="children()"><!-- --></A><H3> +children</H3> +<PRE> +public java.util.Iterator <B>children</B>()</PRE> +<DL> +<DD>Answer the children of the receiver. The base collection is unmodifyable. +<P> +<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/MutableTreeNode.html" title="interface in org.apache.myfaces.custom.tree"><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="TreeNode.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 | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML>
