org.jboss.errai.ui.shared.wrapper
Class NodeListWrapper
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodeListWrapper
public NodeListWrapper(com.google.gwt.dom.client.NodeList<com.google.gwt.dom.client.Node> nodeList)
item
public Node item(int index)
- Specified by:
item
in interface NodeList
getLength
public int getLength()
- Specified by:
getLength
in interface NodeList
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.