Added: myfaces/site/javadoc/org/apache/myfaces/custom/tree/HtmlTree.html URL: http://svn.apache.org/viewcvs/myfaces/site/javadoc/org/apache/myfaces/custom/tree/HtmlTree.html?rev=167885&view=auto ============================================================================== --- myfaces/site/javadoc/org/apache/myfaces/custom/tree/HtmlTree.html (added) +++ myfaces/site/javadoc/org/apache/myfaces/custom/tree/HtmlTree.html Tue May 3 02:06:41 2005 @@ -0,0 +1,2035 @@ +<!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> +HtmlTree (Apache MyFaces API Documentation) +</TITLE> + +<META NAME="keywords" CONTENT="org.apache.myfaces.custom.tree.HtmlTree class"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + parent.document.title="HtmlTree (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/DefaultMutableTreeNode.html" title="class in org.apache.myfaces.custom.tree"><B>PREV CLASS</B></A> + <A HREF="../../../../../org/apache/myfaces/custom/tree/HtmlTreeCheckbox.html" title="class 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="HtmlTree.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 HtmlTree</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.UIPanel + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by">javax.faces.component.html.HtmlPanelGroup + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by"><B>org.apache.myfaces.custom.tree.HtmlTree</B> +</PRE> +<DL> +<DT><B>All Implemented Interfaces:</B> <DD>javax.faces.component.StateHolder, <A HREF="../../../../../org/apache/myfaces/custom/tree/model/TreeModelListener.html" title="interface in org.apache.myfaces.custom.tree.model">TreeModelListener</A></DD> +</DL> +<HR> +<DL> +<DT>public class <B>HtmlTree</B><DT>extends javax.faces.component.html.HtmlPanelGroup<DT>implements <A HREF="../../../../../org/apache/myfaces/custom/tree/model/TreeModelListener.html" title="interface in org.apache.myfaces.custom.tree.model">TreeModelListener</A></DL> + +<P> +<p/> + Tree implementation based on javax.swing.JTree. + </p> + <p/> + The tree model is assigned by using a value binding named <code>model</code> + and is not stored in view state. + </p> + <p/> + A hierarchy of <A HREF="../../../../../org/apache/myfaces/custom/tree/HtmlTreeNode.html" title="class in org.apache.myfaces.custom.tree"><CODE>HtmlTreeNode</CODE></A>objects is used to represent the current + expanded state of the tree. The root node is held as a faces named + <code>rootNode</code>. + </p> +<P> + +<P> +<DL> +<DT><B>Version:</B></DT> + <DD>$Revision: 167725 $ $Date: 2005-03-30 09:41:58 +0200 (Wed, 30 Mar 2005) $ + <p/> + $Log$ + Revision 1.31 2005/03/30 07:41:58 matzew + closed MYFACES-139. Thanks to Mathias Broekelmann + + Revision 1.30 2005/02/11 00:54:02 svieujot + Revert changes commited to the wrong branch. + + Revision 1.28 2004/12/24 14:13:16 svieujot + Upgrade the tree component to use the Extensions filter. + + Revision 1.27 2004/11/26 12:46:38 oros + cleanup: removed unused iconChild attribute + + Revision 1.26 2004/11/26 12:33:54 oros + MYFACES-9: store iconChildMiddle in component state + + Revision 1.25 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/HtmlTree.html#DEFAULT_EXPIRE_LISTENERS">DEFAULT_EXPIRE_LISTENERS</A></B></CODE> + +<BR> + </TD> +</TR> +</TABLE> + <A NAME="fields_inherited_from_class_javax.faces.component.html.HtmlPanelGroup"><!-- --></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.html.HtmlPanelGroup</B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>COMPONENT_TYPE</CODE></TD> +</TR> +</TABLE> + <A NAME="fields_inherited_from_class_javax.faces.component.UIPanel"><!-- --></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.UIPanel</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/HtmlTree.html#HtmlTree()">HtmlTree</A></B>()</CODE> + +<BR> + <p/> + Default constructor. + </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/HtmlTree.html#addToModelListeners()">addToModelListeners</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/HtmlTree.html#addTreeSelectionListener(org.apache.myfaces.custom.tree.event.TreeSelectionListener)">addTreeSelectionListener</A></B>(<A HREF="../../../../../org/apache/myfaces/custom/tree/event/TreeSelectionListener.html" title="interface in org.apache.myfaces.custom.tree.event">TreeSelectionListener</A> listener)</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/HtmlTree.html#collapseAll()">collapseAll</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/HtmlTree.html#collapsePath(org.apache.myfaces.custom.tree.model.TreePath, javax.faces.context.FacesContext)">collapsePath</A></B>(<A HREF="../../../../../org/apache/myfaces/custom/tree/model/TreePath.html" title="class in org.apache.myfaces.custom.tree.model">TreePath</A> path, + javax.faces.context.FacesContext context)</CODE> + +<BR> + Ensures that the node identified by the specified path is collapsed and + viewable.</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/HtmlTree.html#createUniqueId(javax.faces.context.FacesContext)">createUniqueId</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/HtmlTree.html#decode(javax.faces.context.FacesContext)">decode</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/HtmlTree.html#encodeBegin(javax.faces.context.FacesContext)">encodeBegin</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/HtmlTree.html#encodeEnd(javax.faces.context.FacesContext)">encodeEnd</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/HtmlTree.html#equals(java.lang.Object)">equals</A></B>(java.lang.Object obj)</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/HtmlTree.html#expandAll()">expandAll</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/HtmlTree.html#expandPath(org.apache.myfaces.custom.tree.model.TreePath, javax.faces.context.FacesContext)">expandPath</A></B>(<A HREF="../../../../../org/apache/myfaces/custom/tree/model/TreePath.html" title="class in org.apache.myfaces.custom.tree.model">TreePath</A> path, + javax.faces.context.FacesContext context)</CODE> + +<BR> + Ensures that the node identified by the specified path is expanded and + viewable. </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/HtmlTree.html#getColumnClasses()">getColumnClasses</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/HtmlTree.html#getDefaultImagePath(java.lang.String)">getDefaultImagePath</A></B>(java.lang.String relativePathInResourceFolder)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> long</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/custom/tree/HtmlTree.html#getExpireListeners()">getExpireListeners</A></B>()</CODE> + +<BR> + </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/HtmlTree.html#getFamily()">getFamily</A></B>()</CODE> + +<BR> + </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/HtmlTree.html#getIconChildFirst()">getIconChildFirst</A></B>()</CODE> + +<BR> + </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/HtmlTree.html#getIconChildLast()">getIconChildLast</A></B>()</CODE> + +<BR> + </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/HtmlTree.html#getIconChildMiddle()">getIconChildMiddle</A></B>()</CODE> + +<BR> + </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/HtmlTree.html#getIconClass()">getIconClass</A></B>()</CODE> + +<BR> + </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/HtmlTree.html#getIconLine()">getIconLine</A></B>()</CODE> + +<BR> + </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/HtmlTree.html#getIconNodeClose()">getIconNodeClose</A></B>()</CODE> + +<BR> + </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/HtmlTree.html#getIconNodeCloseFirst()">getIconNodeCloseFirst</A></B>()</CODE> + +<BR> + </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/HtmlTree.html#getIconNodeCloseLast()">getIconNodeCloseLast</A></B>()</CODE> + +<BR> + </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/HtmlTree.html#getIconNodeCloseMiddle()">getIconNodeCloseMiddle</A></B>()</CODE> + +<BR> + </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/HtmlTree.html#getIconNodeOpen()">getIconNodeOpen</A></B>()</CODE> + +<BR> + </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/HtmlTree.html#getIconNodeOpenFirst()">getIconNodeOpenFirst</A></B>()</CODE> + +<BR> + </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/HtmlTree.html#getIconNodeOpenLast()">getIconNodeOpenLast</A></B>()</CODE> + +<BR> + </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/HtmlTree.html#getIconNodeOpenMiddle()">getIconNodeOpenMiddle</A></B>()</CODE> + +<BR> + </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/HtmlTree.html#getIconNoline()">getIconNoline</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/IconProvider.html" title="interface in org.apache.myfaces.custom.tree">IconProvider</A></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/custom/tree/HtmlTree.html#getIconProvider()">getIconProvider</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/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/HtmlTree.html#getModel(javax.faces.context.FacesContext)">getModel</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.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/custom/tree/HtmlTree.html#getNodeClass()">getNodeClass</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/HtmlTreeNode.html" title="class in org.apache.myfaces.custom.tree">HtmlTreeNode</A></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/custom/tree/HtmlTree.html#getRootNode()">getRootNode</A></B>()</CODE> + +<BR> + </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/HtmlTree.html#getRowClasses()">getRowClasses</A></B>()</CODE> + +<BR> + </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/HtmlTree.html#getSelectedNodeClass()">getSelectedNodeClass</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/HtmlTree.html#getSelectionPath()">getSelectionPath</A></B>()</CODE> + +<BR> + </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/HtmlTree.html#getStyleClass()">getStyleClass</A></B>()</CODE> + +<BR> + </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/HtmlTree.html#getVar()">getVar</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/HtmlTree.html#hashCode()">hashCode</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/HtmlTree.html#isExpanded(org.apache.myfaces.custom.tree.model.TreePath, javax.faces.context.FacesContext)">isExpanded</A></B>(<A HREF="../../../../../org/apache/myfaces/custom/tree/model/TreePath.html" title="class in org.apache.myfaces.custom.tree.model">TreePath</A> path, + 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/HtmlTree.html#processDecodes(javax.faces.context.FacesContext)">processDecodes</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/HtmlTree.html#processUpdates(javax.faces.context.FacesContext)">processUpdates</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/HtmlTree.html#processValidators(javax.faces.context.FacesContext)">processValidators</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/HtmlTree.html#restoreItemStates(javax.faces.context.FacesContext, javax.faces.component.UIViewRoot)">restoreItemStates</A></B>(javax.faces.context.FacesContext facesContext, + javax.faces.component.UIViewRoot previousRoot)</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/HtmlTree.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/HtmlTree.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/HtmlTree.html#selectionChanged(org.apache.myfaces.custom.tree.HtmlTreeNode)">selectionChanged</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/HtmlTree.html#setColumnClasses(java.lang.String)">setColumnClasses</A></B>(java.lang.String columnClasses)</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/HtmlTree.html#setExpireListeners(long)">setExpireListeners</A></B>(long expireListeners)</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/HtmlTree.html#setIconChildFirst(java.lang.String)">setIconChildFirst</A></B>(java.lang.String iconChildFirst)</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/HtmlTree.html#setIconChildLast(java.lang.String)">setIconChildLast</A></B>(java.lang.String iconChildLast)</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/HtmlTree.html#setIconChildMiddle(java.lang.String)">setIconChildMiddle</A></B>(java.lang.String iconChildMiddle)</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/HtmlTree.html#setIconClass(java.lang.String)">setIconClass</A></B>(java.lang.String iconClass)</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/HtmlTree.html#setIconLine(java.lang.String)">setIconLine</A></B>(java.lang.String iconLine)</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/HtmlTree.html#setIconNodeClose(java.lang.String)">setIconNodeClose</A></B>(java.lang.String iconNodeClose)</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/HtmlTree.html#setIconNodeCloseFirst(java.lang.String)">setIconNodeCloseFirst</A></B>(java.lang.String iconNodeCloseFirst)</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/HtmlTree.html#setIconNodeCloseLast(java.lang.String)">setIconNodeCloseLast</A></B>(java.lang.String iconNodeCloseLast)</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/HtmlTree.html#setIconNodeCloseMiddle(java.lang.String)">setIconNodeCloseMiddle</A></B>(java.lang.String iconNodeCloseMiddle)</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/HtmlTree.html#setIconNodeOpen(java.lang.String)">setIconNodeOpen</A></B>(java.lang.String iconNodeOpen)</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/HtmlTree.html#setIconNodeOpenFirst(java.lang.String)">setIconNodeOpenFirst</A></B>(java.lang.String iconNodeOpenFirst)</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/HtmlTree.html#setIconNodeOpenLast(java.lang.String)">setIconNodeOpenLast</A></B>(java.lang.String iconNodeOpenLast)</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/HtmlTree.html#setIconNodeOpenMiddle(java.lang.String)">setIconNodeOpenMiddle</A></B>(java.lang.String iconNodeOpenMiddle)</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/HtmlTree.html#setIconNoline(java.lang.String)">setIconNoline</A></B>(java.lang.String iconNoline)</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/HtmlTree.html#setIconProvider(org.apache.myfaces.custom.tree.IconProvider)">setIconProvider</A></B>(<A HREF="../../../../../org/apache/myfaces/custom/tree/IconProvider.html" title="interface in org.apache.myfaces.custom.tree">IconProvider</A> iconProvider)</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/HtmlTree.html#setNodeClass(java.lang.String)">setNodeClass</A></B>(java.lang.String nodeClass)</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/HtmlTree.html#setRowClasses(java.lang.String)">setRowClasses</A></B>(java.lang.String rowClasses)</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/HtmlTree.html#setSelectedNodeClass(java.lang.String)">setSelectedNodeClass</A></B>(java.lang.String selectedNodeClass)</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/HtmlTree.html#setStyleClass(java.lang.String)">setStyleClass</A></B>(java.lang.String styleClass)</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/HtmlTree.html#setVar(java.lang.String)">setVar</A></B>(java.lang.String var)</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/HtmlTree.html#treeNodesChanged(org.apache.myfaces.custom.tree.model.TreeModelEvent)">treeNodesChanged</A></B>(<A HREF="../../../../../org/apache/myfaces/custom/tree/model/TreeModelEvent.html" title="class in org.apache.myfaces.custom.tree.model">TreeModelEvent</A> e)</CODE> + +<BR> + Invoked after a node (or a set of siblings) has changed in some + way. </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/HtmlTree.html#treeNodesInserted(org.apache.myfaces.custom.tree.model.TreeModelEvent)">treeNodesInserted</A></B>(<A HREF="../../../../../org/apache/myfaces/custom/tree/model/TreeModelEvent.html" title="class in org.apache.myfaces.custom.tree.model">TreeModelEvent</A> e)</CODE> + +<BR> + Invoked after nodes have been inserted into the tree.</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/HtmlTree.html#treeNodesRemoved(org.apache.myfaces.custom.tree.model.TreeModelEvent)">treeNodesRemoved</A></B>(<A HREF="../../../../../org/apache/myfaces/custom/tree/model/TreeModelEvent.html" title="class in org.apache.myfaces.custom.tree.model">TreeModelEvent</A> e)</CODE> + +<BR> + Invoked after nodes have been removed from the tree. </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/HtmlTree.html#treeStructureChanged(org.apache.myfaces.custom.tree.model.TreeModelEvent)">treeStructureChanged</A></B>(<A HREF="../../../../../org/apache/myfaces/custom/tree/model/TreeModelEvent.html" title="class in org.apache.myfaces.custom.tree.model">TreeModelEvent</A> e)</CODE> + +<BR> + Invoked after the tree has drastically changed structure from a + given node down. </TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_javax.faces.component.html.HtmlPanelGroup"><!-- --></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.HtmlPanelGroup</B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>getStyle, setStyle</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, broadcast, encodeChildren, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, 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, finalize, getClass, 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="DEFAULT_EXPIRE_LISTENERS"><!-- --></A><H3> +DEFAULT_EXPIRE_LISTENERS</H3> +<PRE> +public static final int <B>DEFAULT_EXPIRE_LISTENERS</B></PRE> +<DL> +<DL> +<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.myfaces.custom.tree.HtmlTree.DEFAULT_EXPIRE_LISTENERS">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="HtmlTree()"><!-- --></A><H3> +HtmlTree</H3> +<PRE> +public <B>HtmlTree</B>()</PRE> +<DL> +<DD><p/> + Default constructor. + </p> +<P> +</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="getModel(javax.faces.context.FacesContext)"><!-- --></A><H3> +getModel</H3> +<PRE> +public <A HREF="../../../../../org/apache/myfaces/custom/tree/model/TreeModel.html" title="interface in org.apache.myfaces.custom.tree.model">TreeModel</A> <B>getModel</B>(javax.faces.context.FacesContext context)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="createUniqueId(javax.faces.context.FacesContext)"><!-- --></A><H3> +createUniqueId</H3> +<PRE> +public java.lang.String <B>createUniqueId</B>(javax.faces.context.FacesContext context)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="addTreeSelectionListener(org.apache.myfaces.custom.tree.event.TreeSelectionListener)"><!-- --></A><H3> +addTreeSelectionListener</H3> +<PRE> +public void <B>addTreeSelectionListener</B>(<A HREF="../../../../../org/apache/myfaces/custom/tree/event/TreeSelectionListener.html" title="interface in org.apache.myfaces.custom.tree.event">TreeSelectionListener</A> listener)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getIconProvider()"><!-- --></A><H3> +getIconProvider</H3> +<PRE> +public <A HREF="../../../../../org/apache/myfaces/custom/tree/IconProvider.html" title="interface in org.apache.myfaces.custom.tree">IconProvider</A> <B>getIconProvider</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setIconProvider(org.apache.myfaces.custom.tree.IconProvider)"><!-- --></A><H3> +setIconProvider</H3> +<PRE> +public void <B>setIconProvider</B>(<A HREF="../../../../../org/apache/myfaces/custom/tree/IconProvider.html" title="interface in org.apache.myfaces.custom.tree">IconProvider</A> iconProvider)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getVar()"><!-- --></A><H3> +getVar</H3> +<PRE> +public java.lang.String <B>getVar</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> + +<DT><B>Returns:</B><DD>Returns the var.</DL> +</DD> +</DL> +<HR> + +<A NAME="setVar(java.lang.String)"><!-- --></A><H3> +setVar</H3> +<PRE> +public void <B>setVar</B>(java.lang.String var)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>var</CODE> - The var to set.</DL> +</DD> +</DL> +<HR> + +<A NAME="getIconLine()"><!-- --></A><H3> +getIconLine</H3> +<PRE> +public java.lang.String <B>getIconLine</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setIconLine(java.lang.String)"><!-- --></A><H3> +setIconLine</H3> +<PRE> +public void <B>setIconLine</B>(java.lang.String iconLine)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getIconNoline()"><!-- --></A><H3> +getIconNoline</H3> +<PRE> +public java.lang.String <B>getIconNoline</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setIconNoline(java.lang.String)"><!-- --></A><H3> +setIconNoline</H3> +<PRE> +public void <B>setIconNoline</B>(java.lang.String iconNoline)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getIconChildFirst()"><!-- --></A><H3> +getIconChildFirst</H3> +<PRE> +public java.lang.String <B>getIconChildFirst</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setIconChildFirst(java.lang.String)"><!-- --></A><H3> +setIconChildFirst</H3> +<PRE> +public void <B>setIconChildFirst</B>(java.lang.String iconChildFirst)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getIconChildMiddle()"><!-- --></A><H3> +getIconChildMiddle</H3> +<PRE> +public java.lang.String <B>getIconChildMiddle</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setIconChildMiddle(java.lang.String)"><!-- --></A><H3> +setIconChildMiddle</H3> +<PRE> +public void <B>setIconChildMiddle</B>(java.lang.String iconChildMiddle)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getIconChildLast()"><!-- --></A><H3> +getIconChildLast</H3> +<PRE> +public java.lang.String <B>getIconChildLast</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setIconChildLast(java.lang.String)"><!-- --></A><H3> +setIconChildLast</H3> +<PRE> +public void <B>setIconChildLast</B>(java.lang.String iconChildLast)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getIconNodeOpen()"><!-- --></A><H3> +getIconNodeOpen</H3> +<PRE> +public java.lang.String <B>getIconNodeOpen</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setIconNodeOpen(java.lang.String)"><!-- --></A><H3> +setIconNodeOpen</H3> +<PRE> +public void <B>setIconNodeOpen</B>(java.lang.String iconNodeOpen)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getIconNodeOpenFirst()"><!-- --></A><H3> +getIconNodeOpenFirst</H3> +<PRE> +public java.lang.String <B>getIconNodeOpenFirst</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setIconNodeOpenFirst(java.lang.String)"><!-- --></A><H3> +setIconNodeOpenFirst</H3> +<PRE> +public void <B>setIconNodeOpenFirst</B>(java.lang.String iconNodeOpenFirst)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getIconNodeOpenMiddle()"><!-- --></A><H3> +getIconNodeOpenMiddle</H3> +<PRE> +public java.lang.String <B>getIconNodeOpenMiddle</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setIconNodeOpenMiddle(java.lang.String)"><!-- --></A><H3> +setIconNodeOpenMiddle</H3> +<PRE> +public void <B>setIconNodeOpenMiddle</B>(java.lang.String iconNodeOpenMiddle)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getIconNodeOpenLast()"><!-- --></A><H3> +getIconNodeOpenLast</H3> +<PRE> +public java.lang.String <B>getIconNodeOpenLast</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setIconNodeOpenLast(java.lang.String)"><!-- --></A><H3> +setIconNodeOpenLast</H3> +<PRE> +public void <B>setIconNodeOpenLast</B>(java.lang.String iconNodeOpenLast)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getIconNodeClose()"><!-- --></A><H3> +getIconNodeClose</H3> +<PRE> +public java.lang.String <B>getIconNodeClose</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setIconNodeClose(java.lang.String)"><!-- --></A><H3> +setIconNodeClose</H3> +<PRE> +public void <B>setIconNodeClose</B>(java.lang.String iconNodeClose)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getIconNodeCloseFirst()"><!-- --></A><H3> +getIconNodeCloseFirst</H3> +<PRE> +public java.lang.String <B>getIconNodeCloseFirst</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setIconNodeCloseFirst(java.lang.String)"><!-- --></A><H3> +setIconNodeCloseFirst</H3> +<PRE> +public void <B>setIconNodeCloseFirst</B>(java.lang.String iconNodeCloseFirst)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getIconNodeCloseMiddle()"><!-- --></A><H3> +getIconNodeCloseMiddle</H3> +<PRE> +public java.lang.String <B>getIconNodeCloseMiddle</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setIconNodeCloseMiddle(java.lang.String)"><!-- --></A><H3> +setIconNodeCloseMiddle</H3> +<PRE> +public void <B>setIconNodeCloseMiddle</B>(java.lang.String iconNodeCloseMiddle)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getIconNodeCloseLast()"><!-- --></A><H3> +getIconNodeCloseLast</H3> +<PRE> +public java.lang.String <B>getIconNodeCloseLast</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setIconNodeCloseLast(java.lang.String)"><!-- --></A><H3> +setIconNodeCloseLast</H3> +<PRE> +public void <B>setIconNodeCloseLast</B>(java.lang.String iconNodeCloseLast)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getStyleClass()"><!-- --></A><H3> +getStyleClass</H3> +<PRE> +public java.lang.String <B>getStyleClass</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setStyleClass(java.lang.String)"><!-- --></A><H3> +setStyleClass</H3> +<PRE> +public void <B>setStyleClass</B>(java.lang.String styleClass)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getNodeClass()"><!-- --></A><H3> +getNodeClass</H3> +<PRE> +public java.lang.String <B>getNodeClass</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setNodeClass(java.lang.String)"><!-- --></A><H3> +setNodeClass</H3> +<PRE> +public void <B>setNodeClass</B>(java.lang.String nodeClass)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getRowClasses()"><!-- --></A><H3> +getRowClasses</H3> +<PRE> +public java.lang.String <B>getRowClasses</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> + +<DT><B>Returns:</B><DD>Returns the rowClasses.</DL> +</DD> +</DL> +<HR> + +<A NAME="setRowClasses(java.lang.String)"><!-- --></A><H3> +setRowClasses</H3> +<PRE> +public void <B>setRowClasses</B>(java.lang.String rowClasses)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>rowClasses</CODE> - The rowClasses to set.</DL> +</DD> +</DL> +<HR> + +<A NAME="getColumnClasses()"><!-- --></A><H3> +getColumnClasses</H3> +<PRE> +public java.lang.String <B>getColumnClasses</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> + +<DT><B>Returns:</B><DD>Returns the columnClasses.</DL> +</DD> +</DL> +<HR> + +<A NAME="setColumnClasses(java.lang.String)"><!-- --></A><H3> +setColumnClasses</H3> +<PRE> +public void <B>setColumnClasses</B>(java.lang.String columnClasses)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>columnClasses</CODE> - The columnClasses to set.</DL> +</DD> +</DL> +<HR> + +<A NAME="getSelectedNodeClass()"><!-- --></A><H3> +getSelectedNodeClass</H3> +<PRE> +public java.lang.String <B>getSelectedNodeClass</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> + +<DT><B>Returns:</B><DD>Returns the selectedNodeClass.</DL> +</DD> +</DL> +<HR> + +<A NAME="setSelectedNodeClass(java.lang.String)"><!-- --></A><H3> +setSelectedNodeClass</H3> +<PRE> +public void <B>setSelectedNodeClass</B>(java.lang.String selectedNodeClass)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>selectedNodeClass</CODE> - The selectedNodeClass to set.</DL> +</DD> +</DL> +<HR> + +<A NAME="getIconClass()"><!-- --></A><H3> +getIconClass</H3> +<PRE> +public java.lang.String <B>getIconClass</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setIconClass(java.lang.String)"><!-- --></A><H3> +setIconClass</H3> +<PRE> +public void <B>setIconClass</B>(java.lang.String iconClass)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getExpireListeners()"><!-- --></A><H3> +getExpireListeners</H3> +<PRE> +public long <B>getExpireListeners</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setExpireListeners(long)"><!-- --></A><H3> +setExpireListeners</H3> +<PRE> +public void <B>setExpireListeners</B>(long expireListeners)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getFamily()"><!-- --></A><H3> +getFamily</H3> +<PRE> +public java.lang.String <B>getFamily</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="expandPath(org.apache.myfaces.custom.tree.model.TreePath, javax.faces.context.FacesContext)"><!-- --></A><H3> +expandPath</H3> +<PRE> +public void <B>expandPath</B>(<A HREF="../../../../../org/apache/myfaces/custom/tree/model/TreePath.html" title="class in org.apache.myfaces.custom.tree.model">TreePath</A> path, + javax.faces.context.FacesContext context)</PRE> +<DL> +<DD>Ensures that the node identified by the specified path is expanded and + viewable. If the last item in the path is a leaf, this will have no + effect. +<P> +<DD><DL> +</DL> +</DD> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>path</CODE> - the <code>TreePath</code> identifying a node</DL> +</DD> +</DL> +<HR> + +<A NAME="collapsePath(org.apache.myfaces.custom.tree.model.TreePath, javax.faces.context.FacesContext)"><!-- --></A><H3> +collapsePath</H3> +<PRE> +public void <B>collapsePath</B>(<A HREF="../../../../../org/apache/myfaces/custom/tree/model/TreePath.html" title="class in org.apache.myfaces.custom.tree.model">TreePath</A> path, + javax.faces.context.FacesContext context)</PRE> +<DL> +<DD>Ensures that the node identified by the specified path is collapsed and + viewable. +<P> +<DD><DL> +</DL> +</DD> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>path</CODE> - the <code>TreePath</code> identifying a node</DL> +</DD> +</DL> +<HR> + +<A NAME="isExpanded(org.apache.myfaces.custom.tree.model.TreePath, javax.faces.context.FacesContext)"><!-- --></A><H3> +isExpanded</H3> +<PRE> +public boolean <B>isExpanded</B>(<A HREF="../../../../../org/apache/myfaces/custom/tree/model/TreePath.html" title="class in org.apache.myfaces.custom.tree.model">TreePath</A> path, + javax.faces.context.FacesContext context)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getSelectionPath()"><!-- --></A><H3> +getSelectionPath</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>getSelectionPath</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="selectionChanged(org.apache.myfaces.custom.tree.HtmlTreeNode)"><!-- --></A><H3> +selectionChanged</H3> +<PRE> +public void <B>selectionChanged</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> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getRootNode()"><!-- --></A><H3> +getRootNode</H3> +<PRE> +public <A HREF="../../../../../org/apache/myfaces/custom/tree/HtmlTreeNode.html" title="class in org.apache.myfaces.custom.tree">HtmlTreeNode</A> <B>getRootNode</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<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> +<DT><B>Specified by:</B><DD><CODE>saveState</CODE> in interface <CODE>javax.faces.component.StateHolder</CODE></DL> +</DD> +<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> +<DT><B>Specified by:</B><DD><CODE>restoreState</CODE> in interface <CODE>javax.faces.component.StateHolder</CODE></DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="decode(javax.faces.context.FacesContext)"><!-- --></A><H3> +decode</H3> +<PRE> +public void <B>decode</B>(javax.faces.context.FacesContext context)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="processDecodes(javax.faces.context.FacesContext)"><!-- --></A><H3> +processDecodes</H3> +<PRE> +public void <B>processDecodes</B>(javax.faces.context.FacesContext context)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="processValidators(javax.faces.context.FacesContext)"><!-- --></A><H3> +processValidators</H3> +<PRE> +public void <B>processValidators</B>(javax.faces.context.FacesContext context)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="processUpdates(javax.faces.context.FacesContext)"><!-- --></A><H3> +processUpdates</H3> +<PRE> +public void <B>processUpdates</B>(javax.faces.context.FacesContext context)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="encodeBegin(javax.faces.context.FacesContext)"><!-- --></A><H3> +encodeBegin</H3> +<PRE> +public void <B>encodeBegin</B>(javax.faces.context.FacesContext context) + throws java.io.IOException</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> + +<DT><B>Throws:</B> +<DD><CODE>java.io.IOException</CODE></DL> +</DD> +</DL> +<HR> + +<A NAME="encodeEnd(javax.faces.context.FacesContext)"><!-- --></A><H3> +encodeEnd</H3> +<PRE> +public void <B>encodeEnd</B>(javax.faces.context.FacesContext context) + throws java.io.IOException</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> + +<DT><B>Throws:</B> +<DD><CODE>java.io.IOException</CODE></DL> +</DD> +</DL> +<HR> + +<A NAME="restoreItemStates(javax.faces.context.FacesContext, javax.faces.component.UIViewRoot)"><!-- --></A><H3> +restoreItemStates</H3> +<PRE> +public void <B>restoreItemStates</B>(javax.faces.context.FacesContext facesContext, + javax.faces.component.UIViewRoot previousRoot)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="treeNodesChanged(org.apache.myfaces.custom.tree.model.TreeModelEvent)"><!-- --></A><H3> +treeNodesChanged</H3> +<PRE> +public void <B>treeNodesChanged</B>(<A HREF="../../../../../org/apache/myfaces/custom/tree/model/TreeModelEvent.html" title="class in org.apache.myfaces.custom.tree.model">TreeModelEvent</A> e)</PRE> +<DL> +<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/myfaces/custom/tree/model/TreeModelListener.html" title="interface in org.apache.myfaces.custom.tree.model">TreeModelListener</A></CODE></B></DD> +<DD><p>Invoked after a node (or a set of siblings) has changed in some + way. The node(s) have not changed locations in the tree or + altered their children arrays, but other attributes have + changed and may affect presentation. Example: the name of a + file has changed, but it is in the same location in the file + system.</p> + <p>To indicate the root has changed, childIndices and children + will be null. </p> + <p/> + <p>Use <code>e.getPath()</code> + to get the parent of the changed node(s). + <code>e.getChildIndices()</code> + returns the index(es) of the changed node(s).</p> +<P> +<DD><DL> +<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/myfaces/custom/tree/model/TreeModelListener.html#treeNodesChanged(org.apache.myfaces.custom.tree.model.TreeModelEvent)">treeNodesChanged</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/myfaces/custom/tree/model/TreeModelListener.html" title="interface in org.apache.myfaces.custom.tree.model">TreeModelListener</A></CODE></DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="treeNodesInserted(org.apache.myfaces.custom.tree.model.TreeModelEvent)"><!-- --></A><H3> +treeNodesInserted</H3> +<PRE> +public void <B>treeNodesInserted</B>(<A HREF="../../../../../org/apache/myfaces/custom/tree/model/TreeModelEvent.html" title="class in org.apache.myfaces.custom.tree.model">TreeModelEvent</A> e)</PRE> +<DL> +<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/myfaces/custom/tree/model/TreeModelListener.html" title="interface in org.apache.myfaces.custom.tree.model">TreeModelListener</A></CODE></B></DD> +<DD><p>Invoked after nodes have been inserted into the tree.</p> + <p/> + <p>Use <code>e.getPath()</code> + to get the parent of the new node(s). + <code>e.getChildIndices()</code> + returns the index(es) of the new node(s) + in ascending order.</p> +<P> +<DD><DL> +<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/myfaces/custom/tree/model/TreeModelListener.html#treeNodesInserted(org.apache.myfaces.custom.tree.model.TreeModelEvent)">treeNodesInserted</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/myfaces/custom/tree/model/TreeModelListener.html" title="interface in org.apache.myfaces.custom.tree.model">TreeModelListener</A></CODE></DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="treeNodesRemoved(org.apache.myfaces.custom.tree.model.TreeModelEvent)"><!-- --></A><H3> +treeNodesRemoved</H3> +<PRE> +public void <B>treeNodesRemoved</B>(<A HREF="../../../../../org/apache/myfaces/custom/tree/model/TreeModelEvent.html" title="class in org.apache.myfaces.custom.tree.model">TreeModelEvent</A> e)</PRE> +<DL> +<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/myfaces/custom/tree/model/TreeModelListener.html" title="interface in org.apache.myfaces.custom.tree.model">TreeModelListener</A></CODE></B></DD> +<DD><p>Invoked after nodes have been removed from the tree. Note that + if a subtree is removed from the tree, this method may only be + invoked once for the root of the removed subtree, not once for + each individual set of siblings removed.</p> + <p/> + <p>Use <code>e.getPath()</code> + to get the former parent of the deleted node(s). + <code>e.getChildIndices()</code> + returns, in ascending order, the index(es) + the node(s) had before being deleted.</p> +<P> +<DD><DL> +<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/myfaces/custom/tree/model/TreeModelListener.html#treeNodesRemoved(org.apache.myfaces.custom.tree.model.TreeModelEvent)">treeNodesRemoved</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/myfaces/custom/tree/model/TreeModelListener.html" title="interface in org.apache.myfaces.custom.tree.model">TreeModelListener</A></CODE></DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="treeStructureChanged(org.apache.myfaces.custom.tree.model.TreeModelEvent)"><!-- --></A><H3> +treeStructureChanged</H3> +<PRE> +public void <B>treeStructureChanged</B>(<A HREF="../../../../../org/apache/myfaces/custom/tree/model/TreeModelEvent.html" title="class in org.apache.myfaces.custom.tree.model">TreeModelEvent</A> e)</PRE> +<DL> +<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/myfaces/custom/tree/model/TreeModelListener.html" title="interface in org.apache.myfaces.custom.tree.model">TreeModelListener</A></CODE></B></DD> +<DD><p>Invoked after the tree has drastically changed structure from a + given node down. If the path returned by e.getPath() is of length + one and the first element does not identify the current root node + the first element should become the new root of the tree.<p> + <p/> + <p>Use <code>e.getPath()</code> + to get the path to the node. + <code>e.getChildIndices()</code> + returns null.</p> +<P> +<DD><DL> +<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/myfaces/custom/tree/model/TreeModelListener.html#treeStructureChanged(org.apache.myfaces.custom.tree.model.TreeModelEvent)">treeStructureChanged</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/myfaces/custom/tree/model/TreeModelListener.html" title="interface in org.apache.myfaces.custom.tree.model">TreeModelListener</A></CODE></DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="equals(java.lang.Object)"><!-- --></A><H3> +equals</H3> +<PRE> +public boolean <B>equals</B>(java.lang.Object obj)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="hashCode()"><!-- --></A><H3> +hashCode</H3> +<PRE> +public int <B>hashCode</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="addToModelListeners()"><!-- --></A><H3> +addToModelListeners</H3> +<PRE> +public void <B>addToModelListeners</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="collapseAll()"><!-- --></A><H3> +collapseAll</H3> +<PRE> +public void <B>collapseAll</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="expandAll()"><!-- --></A><H3> +expandAll</H3> +<PRE> +public void <B>expandAll</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getDefaultImagePath(java.lang.String)"><!-- --></A><H3> +getDefaultImagePath</H3> +<PRE> +public static java.lang.String <B>getDefaultImagePath</B>(java.lang.String relativePathInResourceFolder)</PRE> +<DL> +<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/DefaultMutableTreeNode.html" title="class in org.apache.myfaces.custom.tree"><B>PREV CLASS</B></A> + <A HREF="../../../../../org/apache/myfaces/custom/tree/HtmlTreeCheckbox.html" title="class 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="HtmlTree.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>
