[
https://issues.jboss.org/browse/RFPL-1419?page=com.atlassian.jira.plugin....
]
Ilya Shaikovsky commented on RFPL-1419:
---------------------------------------
sean here is info about placeholders and descriptions for the listeners:
rich:actionListener used in any Action component. (should be placed as separate tag and
not inside some one)
description
tag for registering ActionListener on parent action component. Class provided as listener
should implement javax.faces.event.ActionListener interface. processItemChange method
accepts javax.faces.event.ActionEvent as a parameter. In difference with the standard JSF
additionally allows to define listener method and not only a class using
"listener" attribute. Convenient for registering a few listener methods at on
action component.
rich:itemChangeListener used in rich:togglePanel, rich:panelMenu, rich:accordion,
rich:tabPanel. /Think should add to every one./
description
tag for registering ItemChangeListener on parent component. Class provided as listener
should implement org.richfaces.event.ItemChangeListener interface. processItemChange
method accepts org.richfaces.event.ItemChangeEvent as a parameter.
rich:panelToggleListener used in rich:collapsiblePanel
description
tag for registering PanelToggleListener on parent component. Class provided as listener
should implement org.richfaces.event.PanelToggleListener interface. processPanelToggle
method accepts org.richfaces.event.PanelToggleEvent as a parameter.
rich:treeSelectionChangeListener used in rich:tree
description
tag for registering TreeSelectionChangeListener on parent component. Class provided as
listener should implement org.richfaces.event.TreeSelectionChangeListener interface.
processTreeSelectionChange method accepts org.richfaces.event.TreeSelectionChangeEvent as
a parameter.
rich:treeToggleListener used in rich:treeNode
description
tag for registering TreeToggleListener on parent component. Class provided as listener
should implement org.richfaces.event.TreeToggleListener interface. processTreeToggle
method accepts org.richfaces.event.TreeToggleEvent as a parameter.
Several listener tags missing from documentation
------------------------------------------------
Key: RFPL-1419
URL:
https://issues.jboss.org/browse/RFPL-1419
Project: RichFaces Planning
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: doc
Affects Versions: 4.0.0.Final
Reporter: Sean Rogers
Assignee: Sean Rogers
The following tags are missing from the documentation:
missing a4j:actionListener tag in core part.
missing specific listener tags made for rich components: rich:itemChangeListener
rich:panelToggleListener, rich:treeSelectionChangeListener, rich:treeToggleListener for
now.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira