[richfaces-svn-commits] JBoss Rich Faces SVN: r13602 - trunk/docs/userguide/en/src/main/docbook/included.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Apr 15 13:24:29 EDT 2009


Author: smukhina
Date: 2009-04-15 13:24:29 -0400 (Wed, 15 Apr 2009)
New Revision: 13602

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/ajaxListener.xml
   trunk/docs/userguide/en/src/main/docbook/included/calendar.xml
   trunk/docs/userguide/en/src/main/docbook/included/changeExpandListener.xml
Log:
https://jira.jboss.org/jira/browse/RF-6805 links to the corresponding java docs are added, some methods names are fixed.

Modified: trunk/docs/userguide/en/src/main/docbook/included/ajaxListener.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/ajaxListener.xml	2009-04-15 16:10:40 UTC (rev 13601)
+++ trunk/docs/userguide/en/src/main/docbook/included/ajaxListener.xml	2009-04-15 17:24:29 UTC (rev 13602)
@@ -77,8 +77,8 @@
 a good place for update the list of re-rendered components, for example.
 Ajax Listener is not invoked for non-Ajax request and when RichFaces works in "Ajax Request generates 
 Non-Ajax Response" mode. Therefore, ajax Listener invocation is a good indicator that Ajax response is going to be processed. 
-Attribute <emphasis><property>&quot;type&quot;</property></emphasis> described in the following  <link linkend="ajaxListener"> chapter</link>. It defines the fully qualified Java class name for listener. This class implements <code>org.ajax4jsf.event.AjaxListener</code>
-	  <ulink url="http://www.jboss.org/file-access/default/members/jbossrichfaces/freezone/docs/apidoc_framework/org/ajax4jsf/event/AjaxListener.html">interface</ulink>. You can access to the source of the event (Ajax component) using <code>event.getSource()</code> call. 
+Attribute <emphasis><property>&quot;type&quot;</property></emphasis> described in the following  <link linkend="ajaxListener"> chapter</link>. It defines the fully qualified Java class name for listener. This class implements 
+	  <ulink url="http://www.jboss.org/file-access/default/members/jbossrichfaces/freezone/docs/apidoc_framework/org/ajax4jsf/event/AjaxListener.html"><code>org.ajax4jsf.event.AjaxListener</code></ulink>interface. You can access to the source of the event (Ajax component) using <code>java.util.EventObject.getSource() </code> call. 
 	</para>
  
   <para>

Modified: trunk/docs/userguide/en/src/main/docbook/included/calendar.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/calendar.xml	2009-04-15 16:10:40 UTC (rev 13601)
+++ trunk/docs/userguide/en/src/main/docbook/included/calendar.xml	2009-04-15 17:24:29 UTC (rev 13602)
@@ -562,12 +562,13 @@
                     <itemizedlist>
                               <listitem>
                                         <para>
-                                                  <code>CalendarDataModel</code>
+                                                  <ulink url="http://www.jboss.org/file-access/default/members/jbossrichfaces/freezone/docs/apidoc_framework/org/richfaces/model/CalendarDataModel.html"><code>CalendarDataModel</code></ulink>                                          
+                                                  
                                         </para>
                               </listitem>
                               <listitem>
-                                        <para>
-                                                  <code>CalendarDataModelItem</code>
+                                        <para>   <ulink url="http://www.jboss.org/file-access/default/members/jbossrichfaces/freezone/docs/apidoc_framework/org/richfaces/model/CalendarDataModelItem.html"><code>CalendarDataModelItem</code></ulink>   
+                                                  
                                         </para>
                               </listitem>
                     </itemizedlist>
@@ -579,7 +580,7 @@
                               </listitem>
                     </itemizedlist>
                     <para>This method is called when it&apos;s necessary to represent the next
-                              block of <code>CalendarDataItems</code>. It happens during navigation
+                              block of <code>CalendarDataModelItem</code>. It happens during navigation
                               to the next (previous) month or in any other case when calendar
                               renders. This method is called in <emphasis>
                                         <property>&quot;Ajax&quot;</property>

Modified: trunk/docs/userguide/en/src/main/docbook/included/changeExpandListener.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/changeExpandListener.xml	2009-04-15 16:10:40 UTC (rev 13601)
+++ trunk/docs/userguide/en/src/main/docbook/included/changeExpandListener.xml	2009-04-15 17:24:29 UTC (rev 13602)
@@ -75,7 +75,7 @@
 </para>
 <para>
 Attribute <emphasis><property>&quot;type&quot;</property></emphasis> defines the fully qualified Java class name for the listener.
-  This class should implement <code>org.richfaces.event.NodeExpandedListener</code> <ulink url="http://labs.jboss.com/file-access/default/members/jbossrichfaces/freezone/docs/apidoc_framework/index.html">interface</ulink>.
+  This class should implement <ulink url="http://www.jboss.org/file-access/default/members/jbossrichfaces/freezone/docs/apidoc_framework/org/richfaces/event/TreeListenerEventsProducer.html#addChangeExpandListener(org.richfaces.event.NodeExpandedListener)"><code>org.richfaces.event.NodeExpandedListener</code></ulink>interface.
 </para>
 	
   <para>




More information about the richfaces-svn-commits mailing list