RichFaces Core API 4.3.5.Final

org.richfaces.component
Interface VisitChildrenRejectable


public interface VisitChildrenRejectable

The component is able to decide whether its subtree should be visited or not.

Author:
Lukas Fryc

Method Summary
 boolean shouldVisitChildren()
          Indicates whether processing logic such as renderer and visitors should visit (process) the children of this component.
 

Method Detail

shouldVisitChildren

boolean shouldVisitChildren()
Indicates whether processing logic such as renderer and visitors should visit (process) the children of this component. Prevents visiting (processing) of subtrees which are not for any reason "active".

Returns:
true if the component's subtree should be visited; false otherwise

RichFaces Core API 4.3.5.Final

Copyright © 2014 JBoss by Red Hat. All Rights Reserved.