From richfaces-svn-commits at lists.jboss.org Sun Apr 10 21:15:33 2011 Content-Type: multipart/mixed; boundary="===============6578149639381723616==" MIME-Version: 1.0 From: richfaces-svn-commits at lists.jboss.org To: richfaces-svn-commits at lists.jboss.org Subject: [richfaces-svn-commits] JBoss Rich Faces SVN: r22400 - modules/docs/trunk/Component_Reference/src/main/docbook/en-US. Date: Sun, 10 Apr 2011 21:15:33 -0400 Message-ID: <201104110115.p3B1FXGj008277@svn01.web.mwc.hst.phx2.redhat.com> --===============6578149639381723616== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: SeanRogers Date: 2011-04-10 21:15:32 -0400 (Sun, 10 Apr 2011) New Revision: 22400 Modified: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Compo= nent_Reference-Actions.xml modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Compo= nent_Reference-Menus_and_toolbars.xml modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Compo= nent_Reference-Panels.xml modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Compo= nent_Reference-Trees.xml Log: Added placeholder descriptions for missing listener tags: RFPL-1419 Modified: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/cha= p-Component_Reference-Actions.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Comp= onent_Reference-Actions.xml 2011-04-08 08:21:54 UTC (rev 22399) +++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Comp= onent_Reference-Actions.xml 2011-04-11 01:15:32 UTC (rev 22400) @@ -209,6 +209,12 @@ The documentation for this tag is still under development. Refer to th= e generated documentation mentioned in for reference details. + + Use the <a4j:actionListener> tag to register a= n ActionListener class on a parent action component.= The class provided as a listener must implement the javax.f= aces.event.ActionListener interface. Multiple listener meth= ods can be registered on an action component in this way. + + + The <a4j:actionListener> tag differs from the = standard JSF tag by allowing a listener method to be defined instead of jus= t a class. Use the listener attribute to define the list= ener method. + =
Modified: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/cha= p-Component_Reference-Menus_and_toolbars.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Comp= onent_Reference-Menus_and_toolbars.xml 2011-04-08 08:21:54 UTC (rev 22399) +++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Comp= onent_Reference-Menus_and_toolbars.xml 2011-04-11 01:15:32 UTC (rev 22400) @@ -642,7 +642,7 @@
<sgmltag><rich:panelMenu></sgmltag> server-side events</ti= tle> <para> - The <sgmltag><rich:panelMenu></sgmltag> component fires the <lit= eral>ItemChangeEvent</literal> event on the server side when the menu is ch= anged. The event only fires in the <literal>server</literal> and <literal>a= jax</literal> submission modes. The event provides the <varname>itemChangeL= istener</varname> attribute to reference the event listener. + The <sgmltag><rich:panelMenu></sgmltag> component fires the <lit= eral>ItemChangeEvent</literal> event on the server side when the menu is ch= anged. The event only fires in the <literal>server</literal> and <literal>a= jax</literal> submission modes. The event provides the <varname>itemChangeL= istener</varname> attribute to reference the event listener. Refer to <xref= linkend=3D"sect-Component_Reference-Panels-richitemChangeListener" /> for = details on the <sgmltag><rich:itemChangeListener></sgmltag> tag. </para> </section> = Modified: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/cha= p-Component_Reference-Panels.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Comp= onent_Reference-Panels.xml 2011-04-08 08:21:54 UTC (rev 22399) +++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Comp= onent_Reference-Panels.xml 2011-04-11 01:15:32 UTC (rev 22400) @@ -200,7 +200,7 @@ <itemizedlist> <listitem> <para> - The <varname>ItemChangeEvent</varname> event occurs on the server si= de when an item is changed through Ajax using the <literal>server</literal>= mode. It can be processed using the <varname>ItemChangeListener</varname> = attribute. + The <varname>ItemChangeEvent</varname> event occurs on the server si= de when an item is changed through Ajax using the <literal>server</literal>= mode. It can be processed using the <varname>ItemChangeListener</varname> = attribute. Refer to <xref linkend=3D"sect-Component_Reference-Panels-richit= emChangeListener" /> for details on the <sgmltag><rich:itemChangeListene= r></sgmltag> tag. </para> </listitem> </itemizedlist> @@ -519,6 +519,19 @@ <title>Style classes and skin parameters
+ +
+ <sgmltag><rich:panelToggleListener></sgmltag> + + Documentation in development + + The documentation for this tag is still under development. Refer to t= he generated documentation mentioned in for reference details. + + + + Use the <rich:panelToggleListener> tag to reg= ister a PanelToggleListener class on a parent <rich:collapsiblePanel> component. The class provided as= a listener must implement the org.richfaces.event.PanelTogg= leListener interface. The processPanelToggle method accepts an org.richface.event.PanelToggleEvent= event as a parameter. + +
=
= @@ -911,7 +924,7 @@ - The ItemChangeEvent event occurs on the server si= de when an item is changed through Ajax using the server= mode. It can be processed using the ItemChangeListener = attribute. + The ItemChangeEvent event occurs on the server si= de when an item is changed through Ajax using the server= mode. It can be processed using the ItemChangeListener = attribute. Refer to for details on the <rich:itemChangeListene= r> tag. @@ -1253,6 +1266,45 @@ + + +
+ <sgmltag><rich:itemChangeListener></sgmltag> + + Documentation in development + + The documentation for this tag is still under development. Refer to t= he generated documentation mentioned in for reference details. + + + + Use the <rich:itemChangeListener> tag to regi= ster an ItemChangeListener class on a parent panel c= omponent. The class provided as a listener must implement the org.richfaces.event.ItemChangeListener interface. The processItemChange method accepts an org.ri= chface.event.ItemChangeEvent event as a parameter. + + + The <rich:itemChangeListener> tag can be used= with any of the switchable panel components: + + + + + <rich:togglePanel> (refer to ) + + + + + <rich:accordion> (refer to ) + + + + + <rich:tabPanel> (refer to ) + + + + + <rich:panelMenu> (refer to ) + + + +
=
@@ -1377,26 +1429,6 @@
= - -
- <sgmltag><rich:itemChangeListener></sgmltag> - - Documentation in development - - The documentation for this tag is still under development. Refer to th= e generated documentation mentioned in for reference details. - - -
- -
- <sgmltag><rich:panelToggleListener></sgmltag> - - Documentation in development - - The documentation for this tag is still under development. Refer to th= e generated documentation mentioned in for reference details. - - -
= = Modified: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/cha= p-Component_Reference-Trees.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Comp= onent_Reference-Trees.xml 2011-04-08 08:21:54 UTC (rev 22399) +++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Comp= onent_Reference-Trees.xml 2011-04-11 01:15:32 UTC (rev 22400) @@ -354,7 +354,20 @@ = - +
+ <sgmltag><rich:treeSelectionChangeListener></sgmltag></tit= le> + <note> + <title>Documentation in development + + The documentation for this tag is still under development. Refer to t= he generated documentation mentioned in for reference details. + + + + Use the <rich:treeSelectionChangeListener> ta= g to register a TreeSelectionChangeListener class on= a parent <rich:tree> component. The class provide= d as a listener must implement the org.richfaces.event.TreeS= electionChangeListener interface. The processTr= eeSelectionChange method accepts an org.richface.ev= ent.TreeSelectionChangeEvent event as a parameter. + +
+ +
<sgmltag><rich:treeNode></sgmltag> @@ -445,6 +458,19 @@ Style classes and skin parameters
+ +
+ <sgmltag><rich:treeToggleListener></sgmltag> + + Documentation in development + + The documentation for this tag is still under development. Refer to = the generated documentation mentioned in for reference details. + + + + Use the <rich:treeToggleListener> tag to reg= ister a TreeToggleListener class on a parent <rich:treeNode> component. The class provided as a listen= er must implement the org.richfaces.event.TreeToggleListener= interface. The processTreeToggle = method accepts an org.richface.event.TreeToggleEvent= event as a parameter. + +
= @@ -615,26 +641,6 @@ = - -
- <sgmltag><rich:treeSelectionChangeListener></sgmltag></titl= e> - <note> - <title>Documentation in development - - The documentation for this tag is still under development. Refer to th= e generated documentation mentioned in for reference details. - - -
- -
- <sgmltag><rich:treeToggleListener></sgmltag> - - Documentation in development - - The documentation for this tag is still under development. Refer to th= e generated documentation mentioned in for reference details. - - -
= = --===============6578149639381723616==--