Hook to allow the renderer to customize the visitation of the children components of a component during the visitation of a component during rendering.
@param component the component which owns the children to visit
@param visitContext the visitation context
@param callback the visit callback
@return true if the visit is complete.
@see UIXComponent#visitChildren(VisitContext,VisitCallback)
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.