Errai 3.0.1-SNAPSHOT

org.jboss.errai.ui.shared.wrapper
Class NodeListWrapper

java.lang.Object
  extended by org.jboss.errai.ui.shared.wrapper.NodeListWrapper
All Implemented Interfaces:
NodeList

public class NodeListWrapper
extends Object
implements NodeList

Read only wrapper to transform a gwt dom nodeList to w3c one.

Author:
edewit@redhat.com

Constructor Summary
NodeListWrapper(com.google.gwt.dom.client.NodeList<com.google.gwt.dom.client.Node> nodeList)
           
 
Method Summary
 int getLength()
           
 Node item(int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeListWrapper

public NodeListWrapper(com.google.gwt.dom.client.NodeList<com.google.gwt.dom.client.Node> nodeList)
Method Detail

item

public Node item(int index)
Specified by:
item in interface NodeList

getLength

public int getLength()
Specified by:
getLength in interface NodeList

Errai 3.0.1-SNAPSHOT

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