You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Venkata Guddanti (JIRA)" <de...@myfaces.apache.org> on 2008/05/03 02:06:55 UTC

[jira] Created: (TRINIDAD-1064) make WrapperEvent and TableRowEvent public in the org.apache.myfaces.trinidad.component package

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.


[jira] Updated: (TRINIDAD-1064) make WrapperEvent and TableRowEvent public in the org.apache.myfaces.trinidad.component package

Posted by "Andrew Robinson (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-1064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Robinson updated TRINIDAD-1064:
--------------------------------------

       Resolution: Fixed
    Fix Version/s:  1.2.8-core
                    1.0.8-core
           Status: Resolved  (was: Patch Available)

Applied patch to the 2 trunks

> 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
>             Fix For:  1.0.8-core,  1.2.8-core
>
>         Attachments: trunk1.2.patch
>
>
> 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.


[jira] Updated: (TRINIDAD-1064) make WrapperEvent and TableRowEvent public in the org.apache.myfaces.trinidad.component package

Posted by "Venkata Guddanti (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-1064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Venkata Guddanti updated TRINIDAD-1064:
---------------------------------------

    Status: Patch Available  (was: Open)

> 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
>         Attachments: trunk1.2.patch
>
>
> 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.