make WrapperEvent and TableRowEvent public in the
org.apache.myfaces.trinidad.component package
-----------------------------------------------------------------------------------------------
Key: TRINIDAD-1064
URL: https://issues.apache.org/jira/browse/TRINIDAD-1064
Project: MyFaces Trinidad
Issue Type: Bug
Components: Archetype
Affects Versions: 1.2.7-core, 1.2.8-core
Reporter: Venkata Guddanti
Priority: Minor
Currently WrapperEvent and TableRowEvent public in
org.apache.myfaces.trinidad.component are package private. I can easily see the
need for wrapping events when they are being queued/broadcast as a common
usecase. We should make these public.
Also the TableRowEvent should be public so that classes derived off the
UIXCollections can be aware of the fact that the event is wrapped.
The RCF has a few instances where it needs to wrap the event that is being
queued and it would make sense to reuse the WrappedEvent. Also the RCF table is
derived off UIXCollection. There are use cases where it needs to be aware of
the TableRowEvent wrapping
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.