Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1.0-core
-
None
-
trunk
Description
UIXComponent needs to provide default implementation of getRenderedFacetsAndChildren for cases where a
UIXComponent subclass wants to restore the default implementation that one of its superclasses have overridden.
The usecase is as follows: Currently UIXShowDetail short-circuits the processing of its children through getRenderedFacetsAndChildren when it is not disclosed. However its subclasses might want to processes certain facets even when it is not disclosed. In such cases the subclasses can override the getRenderedFacetsAndChildren and fallback to the default implementation which delegates to the renderer