Errai 3.0.1-SNAPSHOT

org.jboss.errai.ui.shared
Class Visit

java.lang.Object
  extended by org.jboss.errai.ui.shared.Visit

public class Visit
extends Object

Visit the DOM

Author:
Lincoln Baxter, III

Constructor Summary
Visit()
           
 
Method Summary
static
<T> VisitContext<T>
depthFirst(com.google.gwt.dom.client.Element root, Visitor<T> visitor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Visit

public Visit()
Method Detail

depthFirst

public static <T> VisitContext<T> depthFirst(com.google.gwt.dom.client.Element root,
                                             Visitor<T> visitor)

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.