Richfaces UI Components API 4.1.0-SNAPSHOT

org.richfaces.model
Interface TreeDataVisitor


public interface TreeDataVisitor

Author:
Nick Belaevski

Method Summary
 void afterChildrenVisit()
           
 void beforeChildrenVisit()
           
 void enterNode()
           
 void exitNode()
           
 

Method Detail

enterNode

void enterNode()

exitNode

void exitNode()

beforeChildrenVisit

void beforeChildrenVisit()

afterChildrenVisit

void afterChildrenVisit()

Richfaces UI Components API 4.1.0-SNAPSHOT

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.