EchoPoint API - 3.0.0b5
App Webcontainer

Uses of Interface
echopoint.util.ComponentKit.ComponentTraversalCallBack

Packages that use ComponentKit.ComponentTraversalCallBack
echopoint.util   
 

Uses of ComponentKit.ComponentTraversalCallBack in echopoint.util
 

Methods in echopoint.util with parameters of type ComponentKit.ComponentTraversalCallBack
static void ComponentKit.traverseComponent(Component startComponent, ComponentKit.ComponentTraversalCallBack traverseCallBack)
          This method will traverse the current component and all its children, in a depth first manner, and call the ComponentTraversalCallBack object for each component found.
static void ComponentKit.traverseInstance(ApplicationInstance instance, ComponentKit.ComponentTraversalCallBack traverseCallBack)
          This method will traverse the EchoInstance and all its child components, in a depth first manner, and call the ComponentTraversalCallBack object for each component found.
 


EchoPoint API - 3.0.0b5
App Webcontainer