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. |
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
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.