You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2008/08/13 10:52:44 UTC

svn commit: r685485 - /myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/events/trinidad/RowDisclosure.xml

Author: matzew
Date: Wed Aug 13 01:52:43 2008
New Revision: 685485

URL: http://svn.apache.org/viewvc?rev=685485&view=rev
Log:
TRINIDAD-1156 - update tagdoc for RowDisclosure

Modified:
    myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/events/trinidad/RowDisclosure.xml

Modified: myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/events/trinidad/RowDisclosure.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/events/trinidad/RowDisclosure.xml?rev=685485&r1=685484&r2=685485&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/events/trinidad/RowDisclosure.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/events/trinidad/RowDisclosure.xml Wed Aug 13 01:52:43 2008
@@ -25,7 +25,8 @@
   <faces-config-extension>
     <mfp:event>
       <mfp:event-type>org.apache.myfaces.trinidad.RowDisclosure</mfp:event-type>
-      <mfp:description>The Expansion event is generated when detail facet for the rows are expanded or collapsed.</mfp:description>
+      <mfp:description>The expansion event is generated for a table when the detail facet of a row is expanded or collapsed. For tree or a treeTable, the expansion
+                       event is generated when tree nodes are expanded or collapsed.</mfp:description>
       <mfp:event-class>org.apache.myfaces.trinidad.event.RowDisclosureEvent</mfp:event-class>
       <mfp:event-listener-class>org.apache.myfaces.trinidad.event.RowDisclosureListener</mfp:event-listener-class>
     </mfp:event>