Added: myfaces/site/javadoc/org/apache/myfaces/custom/datascroller/HtmlDataScrollerTag.html URL: http://svn.apache.org/viewcvs/myfaces/site/javadoc/org/apache/myfaces/custom/datascroller/HtmlDataScrollerTag.html?rev=167885&view=auto ============================================================================== --- myfaces/site/javadoc/org/apache/myfaces/custom/datascroller/HtmlDataScrollerTag.html (added) +++ myfaces/site/javadoc/org/apache/myfaces/custom/datascroller/HtmlDataScrollerTag.html Tue May 3 02:06:41 2005 @@ -0,0 +1,792 @@ +<!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:33 CEST 2005 --> +<TITLE> +HtmlDataScrollerTag (Apache MyFaces API Documentation) +</TITLE> + +<META NAME="keywords" CONTENT="org.apache.myfaces.custom.datascroller.HtmlDataScrollerTag class"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + parent.document.title="HtmlDataScrollerTag (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/datascroller/HtmlDataScrollerRenderer.html" title="class in org.apache.myfaces.custom.datascroller"><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="HtmlDataScrollerTag.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | <A HREF="#fields_inherited_from_class_javax.faces.webapp.UIComponentTag">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<!-- ======== START OF CLASS DATA ======== --> +<H2> +<FONT SIZE="-1"> +org.apache.myfaces.custom.datascroller</FONT> +<BR> +Class HtmlDataScrollerTag</H2> +<PRE> +java.lang.Object + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by">javax.faces.webapp.UIComponentTag + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by"><A HREF="../../../../../org/apache/myfaces/taglib/UIComponentTagBase.html" title="class in org.apache.myfaces.taglib">org.apache.myfaces.taglib.UIComponentTagBase</A> + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by"><B>org.apache.myfaces.custom.datascroller.HtmlDataScrollerTag</B> +</PRE> +<DL> +<DT><B>All Implemented Interfaces:</B> <DD>javax.servlet.jsp.tagext.Tag</DD> +</DL> +<HR> +<DL> +<DT>public class <B>HtmlDataScrollerTag</B><DT>extends <A HREF="../../../../../org/apache/myfaces/taglib/UIComponentTagBase.html" title="class in org.apache.myfaces.taglib">UIComponentTagBase</A></DL> + +<P> +<DL> +<DT><B>Version:</B></DT> + <DD>$Revision: 167608 $ $Date: 2005-02-18 18:19:31 +0100 (Fri, 18 Feb 2005) $ + $Log$ + Revision 1.11 2005/02/18 17:19:30 matzew + added release() to tag clazzes. + + Revision 1.10 2005/01/04 00:28:06 svieujot + dataScroller, add rowsCountVar, displayedRowsCountVar, firstRowIndexVar and lastRowIndexVar attributes. + + Revision 1.9 2004/10/13 11:50:57 matze + renamed packages to org.apache + + Revision 1.8 2004/10/05 09:22:57 manolito + #1019443 no setter method corresponding to TLD declared attribute + + Revision 1.7 2004/08/15 23:30:47 o_rossmueller + fixed typo in setPaginatorActiveColumnClass + + Revision 1.6 2004/07/05 13:59:15 royalts + added paginator functionality to dataScroller + + Revision 1.5 2004/07/01 21:53:07 mwessendorf + ASF switch + + Revision 1.4 2004/06/23 13:44:30 royalts + no message + + Revision 1.3 2004/06/21 12:15:23 royalts + no message + + Revision 1.2 2004/06/21 09:46:58 royalts + no message + + Revision 1.1 2004/06/18 12:31:41 royalts + DataScroller implementation + + Revision 1.4 2004/05/18 14:31:37 manolito + user role support completely moved to components source tree + + Revision 1.3 2004/04/05 11:04:52 manolito + setter for renderer type removed, no more default renderer type needed + + Revision 1.2 2004/04/01 12:57:40 manolito + additional extended component classes for user role support + + Revision 1.1 2004/03/31 12:15:26 manolito + custom component refactoring</DD> +<DT><B>Author:</B></DT> + <DD>Thomas Spiegl (latest modification by $Author: matzew $)</DD> +</DL> +<HR> + +<P> +<!-- ======== NESTED CLASS SUMMARY ======== --> + + +<!-- =========== FIELD SUMMARY =========== --> + +<A NAME="field_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TD COLSPAN=2><FONT SIZE="+2"> +<B>Field Summary</B></FONT></TD> +</TR> +</TABLE> + <A NAME="fields_inherited_from_class_javax.faces.webapp.UIComponentTag"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TD><B>Fields inherited from class javax.faces.webapp.UIComponentTag</B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>pageContext</CODE></TD> +</TR> +</TABLE> + <A NAME="fields_inherited_from_class_javax.servlet.jsp.tagext.Tag"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TD><B>Fields inherited from interface javax.servlet.jsp.tagext.Tag</B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE</CODE></TD> +</TR> +</TABLE> + +<!-- ======== CONSTRUCTOR SUMMARY ======== --> + +<A NAME="constructor_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TD COLSPAN=2><FONT SIZE="+2"> +<B>Constructor Summary</B></FONT></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/custom/datascroller/HtmlDataScrollerTag.html#HtmlDataScrollerTag()">HtmlDataScrollerTag</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> java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/custom/datascroller/HtmlDataScrollerTag.html#getComponentType()">getComponentType</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/datascroller/HtmlDataScrollerTag.html#getRendererType()">getRendererType</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/datascroller/HtmlDataScrollerTag.html#release()">release</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/datascroller/HtmlDataScrollerTag.html#setDisplayedRowsCountVar(java.lang.String)">setDisplayedRowsCountVar</A></B>(java.lang.String displayedRowsCountVar)</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/datascroller/HtmlDataScrollerTag.html#setEnabledOnUserRole(java.lang.String)">setEnabledOnUserRole</A></B>(java.lang.String enabledOnUserRole)</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/datascroller/HtmlDataScrollerTag.html#setFastStep(java.lang.String)">setFastStep</A></B>(java.lang.String fastStep)</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/datascroller/HtmlDataScrollerTag.html#setFirstRowIndexVar(java.lang.String)">setFirstRowIndexVar</A></B>(java.lang.String firstRowIndexVar)</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/datascroller/HtmlDataScrollerTag.html#setFor(java.lang.String)">setFor</A></B>(java.lang.String aFor)</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/datascroller/HtmlDataScrollerTag.html#setLastRowIndexVar(java.lang.String)">setLastRowIndexVar</A></B>(java.lang.String lastRowIndexVar)</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/datascroller/HtmlDataScrollerTag.html#setPageCountVar(java.lang.String)">setPageCountVar</A></B>(java.lang.String pageCountVar)</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/datascroller/HtmlDataScrollerTag.html#setPageIndexVar(java.lang.String)">setPageIndexVar</A></B>(java.lang.String pageIndexVar)</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/datascroller/HtmlDataScrollerTag.html#setPaginator(java.lang.String)">setPaginator</A></B>(java.lang.String paginator)</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/datascroller/HtmlDataScrollerTag.html#setPaginatorActiveColumnClass(java.lang.String)">setPaginatorActiveColumnClass</A></B>(java.lang.String paginatorActiveColumnClass)</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/datascroller/HtmlDataScrollerTag.html#setPaginatorActiveColumnStyle(java.lang.String)">setPaginatorActiveColumnStyle</A></B>(java.lang.String paginatorActiveColumnStyle)</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/datascroller/HtmlDataScrollerTag.html#setPaginatorColumnClass(java.lang.String)">setPaginatorColumnClass</A></B>(java.lang.String paginatorColumnClass)</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/datascroller/HtmlDataScrollerTag.html#setPaginatorColumnStyle(java.lang.String)">setPaginatorColumnStyle</A></B>(java.lang.String paginatorColumnStyle)</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/datascroller/HtmlDataScrollerTag.html#setPaginatorMaxPages(java.lang.String)">setPaginatorMaxPages</A></B>(java.lang.String paginatorMaxPages)</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/datascroller/HtmlDataScrollerTag.html#setPaginatorTableClass(java.lang.String)">setPaginatorTableClass</A></B>(java.lang.String paginatorTableClass)</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/datascroller/HtmlDataScrollerTag.html#setPaginatorTableStyle(java.lang.String)">setPaginatorTableStyle</A></B>(java.lang.String paginatorTableStyle)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/custom/datascroller/HtmlDataScrollerTag.html#setProperties(javax.faces.component.UIComponent)">setProperties</A></B>(javax.faces.component.UIComponent component)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/custom/datascroller/HtmlDataScrollerTag.html#setRowsCountVar(java.lang.String)">setRowsCountVar</A></B>(java.lang.String rowsCountVar)</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/datascroller/HtmlDataScrollerTag.html#setStyle(java.lang.String)">setStyle</A></B>(java.lang.String style)</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/datascroller/HtmlDataScrollerTag.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/datascroller/HtmlDataScrollerTag.html#setVisibleOnUserRole(java.lang.String)">setVisibleOnUserRole</A></B>(java.lang.String visibleOnUserRole)</CODE> + +<BR> + </TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_org.apache.myfaces.taglib.UIComponentTagBase"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TD><B>Methods inherited from class org.apache.myfaces.taglib.<A HREF="../../../../../org/apache/myfaces/taglib/UIComponentTagBase.html" title="class in org.apache.myfaces.taglib">UIComponentTagBase</A></B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><A HREF="../../../../../org/apache/myfaces/taglib/UIComponentTagBase.html#setActionListenerProperty(javax.faces.component.UIComponent, java.lang.String)">setActionListenerProperty</A>, <A HREF="../../../../../org/apache/myfaces/taglib/UIComponentTagBase.html#setActionProperty(javax.faces.component.UIComponent, java.lang.String)">setActionProperty</A>, <A HREF="../../../../../org/apache/myfaces/taglib/UIComponentTagBase.html#setBooleanProperty(javax.faces.component.UIComponent, java.lang.String, java.lang.String)">setBooleanProperty</A>, <A HREF="../../../../../org/apache/myfaces/taglib/UIComponentTagBase.html#setConverter(java.lang.String)">setConverter</A>, <A HREF="../../../../../org/apache/myfaces/taglib/UIComponentTagBase.html#setForceId(java.lang.String)">setForceId</A>, <A HREF="../../../../../org/apache/myfaces/taglib/UIComponentTagBase.html#setForceIdIndex(java.lang.String)">setForceIdIndex</A>, <A HREF="../../../../../org/apache/myfaces/taglib/UIComponentTagBase.html#setImageLocation(java.lang.String)">setImageLocation</A>, <A HREF="../../../../../org/apache/myfaces/taglib/UIComponentTagBase.html#setIntegerProperty(javax.faces.component.UIComponent, java.lang.String, java.lang.String)">setIntegerProperty</A>, <A HREF="../../../../../org/apache/myfaces/taglib/UIComponentTagBase.html#setJavascriptLocation(java.lang.String)">setJavascriptLocation</A>, <A HREF="../../../../../org/apache/myfaces/taglib/UIComponentTagBase.html#setStringProperty(javax.faces.component.UIComponent, java.lang.String, java.lang.String)">setStringProperty</A>, <A HREF="../../../../../org/apache/myfaces/taglib/UIComponentTagBase.html#setStyleLocation(java.lang.String)">setStyleLocation</A>, <A HREF="../../../../../org/apache/myfaces/taglib/UIComponentTagBase.html#setValidatorProperty(javax.faces.component.UIComponent, java.lang.String)">setValidatorProperty</A>, <A HREF="../../../../../org/apache/myfaces/taglib/UIComponentTagBase.html#setValue(java.lang.String)">setValue</A>, <A HREF="../../../../../org/apache/myfaces/taglib/UIComponentTagBase.html#setValueBinding(javax.faces.component.UIComponent, java.lang.String, java.lang.String)">setValueBinding</A>, <A HREF="../../../../../org/apache/myfaces/taglib/UIComponentTagBase.html#setValueChangedListenerProperty(javax.faces.component.UIComponent, java.lang.String)">setValueChangedListenerProperty</A></CODE></TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_javax.faces.webapp.UIComponentTag"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TD><B>Methods inherited from class javax.faces.webapp.UIComponentTag</B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>doEndTag, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getCreated, getDoEndValue, getDoStartValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, getPathToComponent, isSuppressed, isValueReference, setBinding, setId, setPageContext, setParent, setRendered, setupResponseWriter</CODE></TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TD><B>Methods inherited from class java.lang.Object</B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> +</TR> +</TABLE> + +<P> + +<!-- ============ FIELD DETAIL =========== --> + + +<!-- ========= CONSTRUCTOR DETAIL ======== --> + +<A NAME="constructor_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TD COLSPAN=1><FONT SIZE="+2"> +<B>Constructor Detail</B></FONT></TD> +</TR> +</TABLE> + +<A NAME="HtmlDataScrollerTag()"><!-- --></A><H3> +HtmlDataScrollerTag</H3> +<PRE> +public <B>HtmlDataScrollerTag</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="release()"><!-- --></A><H3> +release</H3> +<PRE> +public void <B>release</B>()</PRE> +<DL> +<DD><DL> +<DT><B>Specified by:</B><DD><CODE>release</CODE> in interface <CODE>javax.servlet.jsp.tagext.Tag</CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../org/apache/myfaces/taglib/UIComponentTagBase.html#release()">release</A></CODE> in class <CODE><A HREF="../../../../../org/apache/myfaces/taglib/UIComponentTagBase.html" title="class in org.apache.myfaces.taglib">UIComponentTagBase</A></CODE></DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getComponentType()"><!-- --></A><H3> +getComponentType</H3> +<PRE> +public java.lang.String <B>getComponentType</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getRendererType()"><!-- --></A><H3> +getRendererType</H3> +<PRE> +public java.lang.String <B>getRendererType</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setProperties(javax.faces.component.UIComponent)"><!-- --></A><H3> +setProperties</H3> +<PRE> +protected void <B>setProperties</B>(javax.faces.component.UIComponent component)</PRE> +<DL> +<DD><DL> +<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../org/apache/myfaces/taglib/UIComponentTagBase.html#setProperties(javax.faces.component.UIComponent)">setProperties</A></CODE> in class <CODE><A HREF="../../../../../org/apache/myfaces/taglib/UIComponentTagBase.html" title="class in org.apache.myfaces.taglib">UIComponentTagBase</A></CODE></DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setFor(java.lang.String)"><!-- --></A><H3> +setFor</H3> +<PRE> +public void <B>setFor</B>(java.lang.String aFor)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setFastStep(java.lang.String)"><!-- --></A><H3> +setFastStep</H3> +<PRE> +public void <B>setFastStep</B>(java.lang.String fastStep)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setPageCountVar(java.lang.String)"><!-- --></A><H3> +setPageCountVar</H3> +<PRE> +public void <B>setPageCountVar</B>(java.lang.String pageCountVar)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setPageIndexVar(java.lang.String)"><!-- --></A><H3> +setPageIndexVar</H3> +<PRE> +public void <B>setPageIndexVar</B>(java.lang.String pageIndexVar)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setRowsCountVar(java.lang.String)"><!-- --></A><H3> +setRowsCountVar</H3> +<PRE> +public void <B>setRowsCountVar</B>(java.lang.String rowsCountVar)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setDisplayedRowsCountVar(java.lang.String)"><!-- --></A><H3> +setDisplayedRowsCountVar</H3> +<PRE> +public void <B>setDisplayedRowsCountVar</B>(java.lang.String displayedRowsCountVar)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setFirstRowIndexVar(java.lang.String)"><!-- --></A><H3> +setFirstRowIndexVar</H3> +<PRE> +public void <B>setFirstRowIndexVar</B>(java.lang.String firstRowIndexVar)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setLastRowIndexVar(java.lang.String)"><!-- --></A><H3> +setLastRowIndexVar</H3> +<PRE> +public void <B>setLastRowIndexVar</B>(java.lang.String lastRowIndexVar)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setStyle(java.lang.String)"><!-- --></A><H3> +setStyle</H3> +<PRE> +public void <B>setStyle</B>(java.lang.String style)</PRE> +<DL> +<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> +</DL> +<HR> + +<A NAME="setPaginator(java.lang.String)"><!-- --></A><H3> +setPaginator</H3> +<PRE> +public void <B>setPaginator</B>(java.lang.String paginator)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setPaginatorMaxPages(java.lang.String)"><!-- --></A><H3> +setPaginatorMaxPages</H3> +<PRE> +public void <B>setPaginatorMaxPages</B>(java.lang.String paginatorMaxPages)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setPaginatorTableClass(java.lang.String)"><!-- --></A><H3> +setPaginatorTableClass</H3> +<PRE> +public void <B>setPaginatorTableClass</B>(java.lang.String paginatorTableClass)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setPaginatorColumnClass(java.lang.String)"><!-- --></A><H3> +setPaginatorColumnClass</H3> +<PRE> +public void <B>setPaginatorColumnClass</B>(java.lang.String paginatorColumnClass)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setPaginatorColumnStyle(java.lang.String)"><!-- --></A><H3> +setPaginatorColumnStyle</H3> +<PRE> +public void <B>setPaginatorColumnStyle</B>(java.lang.String paginatorColumnStyle)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setPaginatorTableStyle(java.lang.String)"><!-- --></A><H3> +setPaginatorTableStyle</H3> +<PRE> +public void <B>setPaginatorTableStyle</B>(java.lang.String paginatorTableStyle)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setPaginatorActiveColumnClass(java.lang.String)"><!-- --></A><H3> +setPaginatorActiveColumnClass</H3> +<PRE> +public void <B>setPaginatorActiveColumnClass</B>(java.lang.String paginatorActiveColumnClass)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setPaginatorActiveColumnStyle(java.lang.String)"><!-- --></A><H3> +setPaginatorActiveColumnStyle</H3> +<PRE> +public void <B>setPaginatorActiveColumnStyle</B>(java.lang.String paginatorActiveColumnStyle)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setEnabledOnUserRole(java.lang.String)"><!-- --></A><H3> +setEnabledOnUserRole</H3> +<PRE> +public void <B>setEnabledOnUserRole</B>(java.lang.String enabledOnUserRole)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setVisibleOnUserRole(java.lang.String)"><!-- --></A><H3> +setVisibleOnUserRole</H3> +<PRE> +public void <B>setVisibleOnUserRole</B>(java.lang.String visibleOnUserRole)</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/datascroller/HtmlDataScrollerRenderer.html" title="class in org.apache.myfaces.custom.datascroller"><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="HtmlDataScrollerTag.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | <A HREF="#fields_inherited_from_class_javax.faces.webapp.UIComponentTag">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML>
Added: myfaces/site/javadoc/org/apache/myfaces/custom/datascroller/package-frame.html URL: http://svn.apache.org/viewcvs/myfaces/site/javadoc/org/apache/myfaces/custom/datascroller/package-frame.html?rev=167885&view=auto ============================================================================== --- myfaces/site/javadoc/org/apache/myfaces/custom/datascroller/package-frame.html (added) +++ myfaces/site/javadoc/org/apache/myfaces/custom/datascroller/package-frame.html Tue May 3 02:06:41 2005 @@ -0,0 +1,36 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.4.2_05) on Tue May 03 10:59:27 CEST 2005 --> +<TITLE> +org.apache.myfaces.custom.datascroller (Apache MyFaces API Documentation) +</TITLE> + +<META NAME="keywords" CONTENT="org.apache.myfaces.custom.datascroller package"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + + +</HEAD> + +<BODY BGCOLOR="white"> +<FONT size="+1" CLASS="FrameTitleFont"> +<A HREF="../../../../../org/apache/myfaces/custom/datascroller/package-summary.html" target="classFrame">org.apache.myfaces.custom.datascroller</A></FONT> +<TABLE BORDER="0" WIDTH="100%" SUMMARY=""> +<TR> +<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont"> +Classes</FONT> +<FONT CLASS="FrameItemFont"> +<BR> +<A HREF="HtmlDataScroller.html" title="class in org.apache.myfaces.custom.datascroller" target="classFrame">HtmlDataScroller</A> +<BR> +<A HREF="HtmlDataScrollerRenderer.html" title="class in org.apache.myfaces.custom.datascroller" target="classFrame">HtmlDataScrollerRenderer</A> +<BR> +<A HREF="HtmlDataScrollerTag.html" title="class in org.apache.myfaces.custom.datascroller" target="classFrame">HtmlDataScrollerTag</A></FONT></TD> +</TR> +</TABLE> + + +</BODY> +</HTML> Added: myfaces/site/javadoc/org/apache/myfaces/custom/datascroller/package-summary.html URL: http://svn.apache.org/viewcvs/myfaces/site/javadoc/org/apache/myfaces/custom/datascroller/package-summary.html?rev=167885&view=auto ============================================================================== --- myfaces/site/javadoc/org/apache/myfaces/custom/datascroller/package-summary.html (added) +++ myfaces/site/javadoc/org/apache/myfaces/custom/datascroller/package-summary.html Tue May 3 02:06:41 2005 @@ -0,0 +1,154 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.4.2_05) on Tue May 03 10:59:27 CEST 2005 --> +<TITLE> +org.apache.myfaces.custom.datascroller (Apache MyFaces API Documentation) +</TITLE> + +<META NAME="keywords" CONTENT="org.apache.myfaces.custom.datascroller package"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + parent.document.title="org.apache.myfaces.custom.datascroller (Apache MyFaces API Documentation)"; +} +</SCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../org/apache/myfaces/custom/datalist/package-summary.html"><B>PREV PACKAGE</B></A> + <A HREF="../../../../../org/apache/myfaces/custom/date/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<H2> +Package org.apache.myfaces.custom.datascroller +</H2> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TD COLSPAN=2><FONT SIZE="+2"> +<B>Class Summary</B></FONT></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/myfaces/custom/datascroller/HtmlDataScroller.html" title="class in org.apache.myfaces.custom.datascroller">HtmlDataScroller</A></B></TD> +<TD> </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/myfaces/custom/datascroller/HtmlDataScrollerRenderer.html" title="class in org.apache.myfaces.custom.datascroller">HtmlDataScrollerRenderer</A></B></TD> +<TD> </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/myfaces/custom/datascroller/HtmlDataScrollerTag.html" title="class in org.apache.myfaces.custom.datascroller">HtmlDataScrollerTag</A></B></TD> +<TD> </TD> +</TR> +</TABLE> + + +<P> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../org/apache/myfaces/custom/datalist/package-summary.html"><B>PREV PACKAGE</B></A> + <A HREF="../../../../../org/apache/myfaces/custom/date/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> Added: myfaces/site/javadoc/org/apache/myfaces/custom/datascroller/package-tree.html URL: http://svn.apache.org/viewcvs/myfaces/site/javadoc/org/apache/myfaces/custom/datascroller/package-tree.html?rev=167885&view=auto ============================================================================== --- myfaces/site/javadoc/org/apache/myfaces/custom/datascroller/package-tree.html (added) +++ myfaces/site/javadoc/org/apache/myfaces/custom/datascroller/package-tree.html Tue May 3 02:06:41 2005 @@ -0,0 +1,164 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.4.2_05) on Tue May 03 10:59:27 CEST 2005 --> +<TITLE> +org.apache.myfaces.custom.datascroller Class Hierarchy (Apache MyFaces API Documentation) +</TITLE> + + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + parent.document.title="org.apache.myfaces.custom.datascroller Class Hierarchy (Apache MyFaces API Documentation)"; +} +</SCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../org/apache/myfaces/custom/datalist/package-tree.html"><B>PREV</B></A> + <A HREF="../../../../../org/apache/myfaces/custom/date/package-tree.html"><B>NEXT</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<CENTER> +<H2> +Hierarchy For Package org.apache.myfaces.custom.datascroller +</H2> +</CENTER> +<DL> +<DT><B>Package Hierarchies:</B><DD><A HREF="../../../../../overview-tree.html">All Packages</A></DL> +<HR> +<H2> +Class Hierarchy +</H2> +<UL> +<LI TYPE="circle">class java.lang.Object<UL> +<LI TYPE="circle">class javax.faces.render.Renderer<UL> +<LI TYPE="circle">class org.apache.myfaces.renderkit.html.<A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlRenderer.html" title="class in org.apache.myfaces.renderkit.html"><B>HtmlRenderer</B></A><UL> +<LI TYPE="circle">class org.apache.myfaces.custom.datascroller.<A HREF="../../../../../org/apache/myfaces/custom/datascroller/HtmlDataScrollerRenderer.html" title="class in org.apache.myfaces.custom.datascroller"><B>HtmlDataScrollerRenderer</B></A></UL> +</UL> +<LI TYPE="circle">class javax.faces.component.UIComponent (implements javax.faces.component.StateHolder) +<UL> +<LI TYPE="circle">class javax.faces.component.UIComponentBase<UL> +<LI TYPE="circle">class javax.faces.component.UIPanel<UL> +<LI TYPE="circle">class javax.faces.component.html.HtmlPanelGroup<UL> +<LI TYPE="circle">class org.apache.myfaces.component.html.ext.<A HREF="../../../../../org/apache/myfaces/component/html/ext/HtmlPanelGroup.html" title="class in org.apache.myfaces.component.html.ext"><B>HtmlPanelGroup</B></A> (implements org.apache.myfaces.component.<A HREF="../../../../../org/apache/myfaces/component/UserRoleAware.html" title="interface in org.apache.myfaces.component">UserRoleAware</A>) +<UL> +<LI TYPE="circle">class org.apache.myfaces.custom.datascroller.<A HREF="../../../../../org/apache/myfaces/custom/datascroller/HtmlDataScroller.html" title="class in org.apache.myfaces.custom.datascroller"><B>HtmlDataScroller</B></A></UL> +</UL> +</UL> +</UL> +</UL> +<LI TYPE="circle">class javax.faces.webapp.UIComponentTag (implements javax.servlet.jsp.tagext.Tag) +<UL> +<LI TYPE="circle">class org.apache.myfaces.taglib.<A HREF="../../../../../org/apache/myfaces/taglib/UIComponentTagBase.html" title="class in org.apache.myfaces.taglib"><B>UIComponentTagBase</B></A><UL> +<LI TYPE="circle">class org.apache.myfaces.custom.datascroller.<A HREF="../../../../../org/apache/myfaces/custom/datascroller/HtmlDataScrollerTag.html" title="class in org.apache.myfaces.custom.datascroller"><B>HtmlDataScrollerTag</B></A></UL> +</UL> +</UL> +</UL> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../org/apache/myfaces/custom/datalist/package-tree.html"><B>PREV</B></A> + <A HREF="../../../../../org/apache/myfaces/custom/date/package-tree.html"><B>NEXT</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A> + <A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> Added: myfaces/site/javadoc/org/apache/myfaces/custom/date/HtmlDateRenderer.html URL: http://svn.apache.org/viewcvs/myfaces/site/javadoc/org/apache/myfaces/custom/date/HtmlDateRenderer.html?rev=167885&view=auto ============================================================================== --- myfaces/site/javadoc/org/apache/myfaces/custom/date/HtmlDateRenderer.html (added) +++ myfaces/site/javadoc/org/apache/myfaces/custom/date/HtmlDateRenderer.html Tue May 3 02:06:41 2005 @@ -0,0 +1,429 @@ +<!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:33 CEST 2005 --> +<TITLE> +HtmlDateRenderer (Apache MyFaces API Documentation) +</TITLE> + +<META NAME="keywords" CONTENT="org.apache.myfaces.custom.date.HtmlDateRenderer class"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + parent.document.title="HtmlDateRenderer (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/date/HtmlInputDate.html" title="class in org.apache.myfaces.custom.date"><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="HtmlDateRenderer.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.date</FONT> +<BR> +Class HtmlDateRenderer</H2> +<PRE> +java.lang.Object + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by">javax.faces.render.Renderer + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by"><A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlRenderer.html" title="class in org.apache.myfaces.renderkit.html">org.apache.myfaces.renderkit.html.HtmlRenderer</A> + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by"><B>org.apache.myfaces.custom.date.HtmlDateRenderer</B> +</PRE> +<HR> +<DL> +<DT>public class <B>HtmlDateRenderer</B><DT>extends <A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlRenderer.html" title="class in org.apache.myfaces.renderkit.html">HtmlRenderer</A></DL> + +<P> +$Log$ + Revision 1.14 2004/12/27 04:11:11 mmarinschek + Data Table stores the state of facets of children; script tag is rendered with type attribute instead of language attribute, popup works better as a column in a data table + + Revision 1.13 2004/12/24 13:21:51 matzew + organized imports + + Revision 1.12 2004/12/10 02:15:19 svieujot + New popupCalendar attribute, and implements UserRoleAware. + + Revision 1.11 2004/12/09 12:54:26 svieujot + Changes to check for submitted-value first + + Revision 1.10 2004/12/09 05:13:02 svieujot + Mark potential bugs where we use the backing bean's value, and do not check for submitted value + + Revision 1.9 2004/10/13 11:50:57 matze + renamed packages to org.apache + + Revision 1.8 2004/10/04 17:47:55 svieujot + Bugfix for bug 1039797 (Missing setter in HtmlInputDateTag), and add User Role support to InputDate. + + Revision 1.7 2004/07/30 13:09:04 svieujot + Render numbers as 2 digits + + Revision 1.6 2004/07/30 02:59:00 svieujot + Enable disabled attribute + + Revision 1.5 2004/07/26 02:00:05 svieujot + Change structure to keep the data entered by the user even if they can't be converted + + Revision 1.4 2004/07/21 20:34:13 svieujot + Add error handling + + Revision 1.3 2004/07/18 03:08:23 svieujot + inputDate : add a type="date|time|both" similar as f:convertDateTime + + Revision 1.2 2004/07/17 21:03:05 svieujot + Clean code + + Revision 1.1 2004/07/17 20:52:53 svieujot + First version of an x:inputDate component +<P> + +<P> +<DL> +<DT><B>Version:</B></DT> + <DD>$Revision: 167464 $ $Date: 2004-12-27 05:11:12 +0100 (Mon, 27 Dec 2004) $</DD> +<DT><B>Author:</B></DT> + <DD>Sylvain Vieujot (latest modification by $Author: mmarinschek $)</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 java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/custom/date/HtmlDateRenderer.html#DATE_MESSAGE_ID">DATE_MESSAGE_ID</A></B></CODE> + +<BR> + The message identifier of the <CODE>FacesMessage</CODE> to be created if + the creditcard check fails.</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/date/HtmlDateRenderer.html#HtmlDateRenderer()">HtmlDateRenderer</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/date/HtmlDateRenderer.html#decode(javax.faces.context.FacesContext, javax.faces.component.UIComponent)">decode</A></B>(javax.faces.context.FacesContext facesContext, + javax.faces.component.UIComponent uiComponent)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/custom/date/HtmlDateRenderer.html#encodeEnd(javax.faces.context.FacesContext, javax.faces.component.UIComponent)">encodeEnd</A></B>(javax.faces.context.FacesContext facesContext, + javax.faces.component.UIComponent uiComponent)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.lang.Object</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/custom/date/HtmlDateRenderer.html#getConvertedValue(javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.Object)">getConvertedValue</A></B>(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent uiComponent, + java.lang.Object submittedValue)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected boolean</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/custom/date/HtmlDateRenderer.html#isDisabled(javax.faces.context.FacesContext, javax.faces.component.UIComponent)">isDisabled</A></B>(javax.faces.context.FacesContext facesContext, + javax.faces.component.UIComponent uiComponent)</CODE> + +<BR> + </TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_org.apache.myfaces.renderkit.html.HtmlRenderer"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TD><B>Methods inherited from class org.apache.myfaces.renderkit.html.<A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlRenderer.html" title="class in org.apache.myfaces.renderkit.html">HtmlRenderer</A></B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><A HREF="../../../../../org/apache/myfaces/renderkit/html/HtmlRenderer.html#encodeChildren(javax.faces.context.FacesContext, javax.faces.component.UIComponent)">encodeChildren</A></CODE></TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_javax.faces.render.Renderer"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TD><B>Methods inherited from class javax.faces.render.Renderer</B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>convertClientId, encodeBegin, getRendersChildren</CODE></TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TD><B>Methods inherited from class java.lang.Object</B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> +</TR> +</TABLE> + +<P> + +<!-- ============ FIELD DETAIL =========== --> + +<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="DATE_MESSAGE_ID"><!-- --></A><H3> +DATE_MESSAGE_ID</H3> +<PRE> +public static final java.lang.String <B>DATE_MESSAGE_ID</B></PRE> +<DL> +<DD><p>The message identifier of the <CODE>FacesMessage</CODE> to be created if + the creditcard check fails.</p> +<P> +<DL> +<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.myfaces.custom.date.HtmlDateRenderer.DATE_MESSAGE_ID">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="HtmlDateRenderer()"><!-- --></A><H3> +HtmlDateRenderer</H3> +<PRE> +public <B>HtmlDateRenderer</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="isDisabled(javax.faces.context.FacesContext, javax.faces.component.UIComponent)"><!-- --></A><H3> +isDisabled</H3> +<PRE> +protected boolean <B>isDisabled</B>(javax.faces.context.FacesContext facesContext, + javax.faces.component.UIComponent uiComponent)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="encodeEnd(javax.faces.context.FacesContext, javax.faces.component.UIComponent)"><!-- --></A><H3> +encodeEnd</H3> +<PRE> +public void <B>encodeEnd</B>(javax.faces.context.FacesContext facesContext, + javax.faces.component.UIComponent uiComponent) + throws java.io.IOException</PRE> +<DL> +<DD><DL> + +<DT><B>Throws:</B> +<DD><CODE>java.io.IOException</CODE></DL> +</DD> +</DL> +<HR> + +<A NAME="decode(javax.faces.context.FacesContext, javax.faces.component.UIComponent)"><!-- --></A><H3> +decode</H3> +<PRE> +public void <B>decode</B>(javax.faces.context.FacesContext facesContext, + javax.faces.component.UIComponent uiComponent)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getConvertedValue(javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.Object)"><!-- --></A><H3> +getConvertedValue</H3> +<PRE> +public java.lang.Object <B>getConvertedValue</B>(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent uiComponent, + java.lang.Object submittedValue) + throws javax.faces.convert.ConverterException</PRE> +<DL> +<DD><DL> + +<DT><B>Throws:</B> +<DD><CODE>javax.faces.convert.ConverterException</CODE></DL> +</DD> +</DL> +<!-- ========= END OF CLASS DATA ========= --> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV CLASS + <A HREF="../../../../../org/apache/myfaces/custom/date/HtmlInputDate.html" title="class in org.apache.myfaces.custom.date"><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="HtmlDateRenderer.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/date/HtmlInputDate.UserData.html URL: http://svn.apache.org/viewcvs/myfaces/site/javadoc/org/apache/myfaces/custom/date/HtmlInputDate.UserData.html?rev=167885&view=auto ============================================================================== --- myfaces/site/javadoc/org/apache/myfaces/custom/date/HtmlInputDate.UserData.html (added) +++ myfaces/site/javadoc/org/apache/myfaces/custom/date/HtmlInputDate.UserData.html Tue May 3 02:06:41 2005 @@ -0,0 +1,530 @@ +<!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:33 CEST 2005 --> +<TITLE> +HtmlInputDate.UserData (Apache MyFaces API Documentation) +</TITLE> + +<META NAME="keywords" CONTENT="org.apache.myfaces.custom.date.HtmlInputDate.UserData class"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + parent.document.title="HtmlInputDate.UserData (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/date/HtmlInputDate.html" title="class in org.apache.myfaces.custom.date"><B>PREV CLASS</B></A> + <A HREF="../../../../../org/apache/myfaces/custom/date/HtmlInputDateTag.html" title="class in org.apache.myfaces.custom.date"><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="HtmlInputDate.UserData.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<!-- ======== START OF CLASS DATA ======== --> +<H2> +<FONT SIZE="-1"> +org.apache.myfaces.custom.date</FONT> +<BR> +Class HtmlInputDate.UserData</H2> +<PRE> +java.lang.Object + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by"><B>org.apache.myfaces.custom.date.HtmlInputDate.UserData</B> +</PRE> +<DL> +<DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable</DD> +</DL> +<DL> +<DT><B>Enclosing class:</B><DD><A HREF="../../../../../org/apache/myfaces/custom/date/HtmlInputDate.html" title="class in org.apache.myfaces.custom.date">HtmlInputDate</A></DD> +</DL> +<HR> +<DL> +<DT>public static class <B>HtmlInputDate.UserData</B><DT>extends java.lang.Object<DT>implements java.io.Serializable</DL> + +<P> +<DL> +<DT><B>See Also:</B><DD><A HREF="../../../../../serialized-form.html#org.apache.myfaces.custom.date.HtmlInputDate.UserData">Serialized Form</A></DL> +<HR> + +<P> +<!-- ======== NESTED CLASS SUMMARY ======== --> + + +<!-- =========== FIELD SUMMARY =========== --> + + +<!-- ======== CONSTRUCTOR SUMMARY ======== --> + +<A NAME="constructor_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TD COLSPAN=2><FONT SIZE="+2"> +<B>Constructor Summary</B></FONT></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/custom/date/HtmlInputDate.UserData.html#HtmlInputDate.UserData(java.util.Date, java.util.Locale)">HtmlInputDate.UserData</A></B>(java.util.Date date, + java.util.Locale currentLocale)</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> java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/custom/date/HtmlInputDate.UserData.html#getDay()">getDay</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/date/HtmlInputDate.UserData.html#getHours()">getHours</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/date/HtmlInputDate.UserData.html#getMinutes()">getMinutes</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/date/HtmlInputDate.UserData.html#getMonth()">getMonth</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/date/HtmlInputDate.UserData.html#getSeconds()">getSeconds</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/date/HtmlInputDate.UserData.html#getYear()">getYear</A></B>()</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.util.Date</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/myfaces/custom/date/HtmlInputDate.UserData.html#parse()">parse</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/date/HtmlInputDate.UserData.html#setDay(java.lang.String)">setDay</A></B>(java.lang.String day)</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/date/HtmlInputDate.UserData.html#setHours(java.lang.String)">setHours</A></B>(java.lang.String hours)</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/date/HtmlInputDate.UserData.html#setMinutes(java.lang.String)">setMinutes</A></B>(java.lang.String minutes)</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/date/HtmlInputDate.UserData.html#setMonth(java.lang.String)">setMonth</A></B>(java.lang.String month)</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/date/HtmlInputDate.UserData.html#setSeconds(java.lang.String)">setSeconds</A></B>(java.lang.String seconds)</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/date/HtmlInputDate.UserData.html#setYear(java.lang.String)">setYear</A></B>(java.lang.String year)</CODE> + +<BR> + </TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TD><B>Methods inherited from class java.lang.Object</B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> +</TR> +</TABLE> + +<P> + +<!-- ============ FIELD DETAIL =========== --> + + +<!-- ========= CONSTRUCTOR DETAIL ======== --> + +<A NAME="constructor_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TD COLSPAN=1><FONT SIZE="+2"> +<B>Constructor Detail</B></FONT></TD> +</TR> +</TABLE> + +<A NAME="HtmlInputDate.UserData(java.util.Date, java.util.Locale)"><!-- --></A><H3> +HtmlInputDate.UserData</H3> +<PRE> +public <B>HtmlInputDate.UserData</B>(java.util.Date date, + java.util.Locale currentLocale)</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="parse()"><!-- --></A><H3> +parse</H3> +<PRE> +public java.util.Date <B>parse</B>() + throws java.text.ParseException</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> + +<DT><B>Throws:</B> +<DD><CODE>java.text.ParseException</CODE></DL> +</DD> +</DL> +<HR> + +<A NAME="getDay()"><!-- --></A><H3> +getDay</H3> +<PRE> +public java.lang.String <B>getDay</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setDay(java.lang.String)"><!-- --></A><H3> +setDay</H3> +<PRE> +public void <B>setDay</B>(java.lang.String day)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getMonth()"><!-- --></A><H3> +getMonth</H3> +<PRE> +public java.lang.String <B>getMonth</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setMonth(java.lang.String)"><!-- --></A><H3> +setMonth</H3> +<PRE> +public void <B>setMonth</B>(java.lang.String month)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getYear()"><!-- --></A><H3> +getYear</H3> +<PRE> +public java.lang.String <B>getYear</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setYear(java.lang.String)"><!-- --></A><H3> +setYear</H3> +<PRE> +public void <B>setYear</B>(java.lang.String year)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getHours()"><!-- --></A><H3> +getHours</H3> +<PRE> +public java.lang.String <B>getHours</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setHours(java.lang.String)"><!-- --></A><H3> +setHours</H3> +<PRE> +public void <B>setHours</B>(java.lang.String hours)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getMinutes()"><!-- --></A><H3> +getMinutes</H3> +<PRE> +public java.lang.String <B>getMinutes</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setMinutes(java.lang.String)"><!-- --></A><H3> +setMinutes</H3> +<PRE> +public void <B>setMinutes</B>(java.lang.String minutes)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getSeconds()"><!-- --></A><H3> +getSeconds</H3> +<PRE> +public java.lang.String <B>getSeconds</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setSeconds(java.lang.String)"><!-- --></A><H3> +setSeconds</H3> +<PRE> +public void <B>setSeconds</B>(java.lang.String seconds)</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/date/HtmlInputDate.html" title="class in org.apache.myfaces.custom.date"><B>PREV CLASS</B></A> + <A HREF="../../../../../org/apache/myfaces/custom/date/HtmlInputDateTag.html" title="class in org.apache.myfaces.custom.date"><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="HtmlInputDate.UserData.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML>
