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.
+
=
+
+
+ <rich:panelToggleListener>
+
+ 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 @@
+
+
+
+ <rich:itemChangeListener>
+
+ 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 )
+
+
+
+
=
=
-
-
- <rich:itemChangeListener>
-
- Documentation in development
-
- The documentation for this tag is still under development. Refer to th=
e generated documentation mentioned in for reference details.
-
-
-
-
-
- <rich:panelToggleListener>
-
- 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 @@
=
-
+
+ <rich:treeSelectionChangeListener>
+
+ 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.
+
+
+
+
<rich:treeNode>
@@ -445,6 +458,19 @@
Style classes and skin parameters
+
+
+ <rich:treeToggleListener>
+
+ 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 @@
=
-
-
- <rich:treeSelectionChangeListener>
-
- Documentation in development
-
- The documentation for this tag is still under development. Refer to th=
e generated documentation mentioned in for reference details.
-
-
-
-
-
- <rich:treeToggleListener>
-
- Documentation in development
-
- The documentation for this tag is still under development. Refer to th=
e generated documentation mentioned in for reference details.
-
-
-
=
=
--===============6578149639381723616==--