Class DOMStringList

  • All Implemented Interfaces:
    jsinterop.base.JsArrayLike<java.lang.String>

    @JsType(isNative=true,
            namespace="<global>")
    public class DOMStringList
    extends java.lang.Object
    implements jsinterop.base.JsArrayLike<java.lang.String>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int length  
    • Constructor Summary

      Constructors 
      Constructor Description
      DOMStringList()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean contains​(java.lang.String str)  
      java.lang.String item​(int index)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface jsinterop.base.JsArrayLike

        asList, delete, getAt, getAtAsAny, getLength, setAt, setLength
    • Field Detail

      • length

        public int length
    • Constructor Detail

      • DOMStringList

        public DOMStringList()
    • Method Detail

      • contains

        public boolean contains​(java.lang.String str)
      • item

        public java.lang.String item​(int index)