Provide more hooks in the table component during processing of child components
-------------------------------------------------------------------------------

                 Key: TRINIDAD-1807
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1807
             Project: MyFaces Trinidad
          Issue Type: New Feature
          Components: Components
    Affects Versions: 2.0.0.3-core
            Reporter: Venkata Guddanti


Currently the UIXTable processes all its child components without any hooks for 
derived components to override. For e.g. it processes the facets, column facets 
and then the stamps. If a component derives off the UIXTable and wants to 
provide some custom processing  during the processing of the column facets 
there is no way to do that.

So UIXTable should provide protected methods like 
preProcessColumnStamps/postProcessColumnStamps that can be overridden by the 
subclass components 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to