org.stjs.javascript.dom
Class Select

java.lang.Object
  extended by org.stjs.javascript.dom.Node
      extended by org.stjs.javascript.dom.Element
          extended by org.stjs.javascript.dom.Select

public abstract class Select
extends Element


Field Summary
 boolean disabled
           
 Form form
           
 int length
           
 boolean multiple
           
 String name
           
 HTMLCollection<Option> options
           
 int selectedIndex
           
 int size
           
 int tabIndex
           
 String type
           
 String value
           
 
Fields inherited from class org.stjs.javascript.dom.Element
className, clientHeight, clientWidth, contentWindow, dir, document, height, id, innerHTML, lang, offsetHeight, offsetLeft, offsetParent, offsetTop, offsetWidth, onblur, onchange, onclick, ondblclick, onerror, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, scrollHeight, scrollLeft, scrollTop, scrollWidth, sheet, styleSheet, tagName, title, width
 
Fields inherited from class org.stjs.javascript.dom.Node
attributes, baseURI, childNodes, firstChild, hasAttributes, hasChildNodes, lastChild, localName, namespaceURI, nextSibling, nodeName, nodeType, nodeValue, ownerDocument, parentNode, prefix, previousSibling, textContent
 
Constructor Summary
Select()
           
 
Method Summary
 void add(Element arg0, Element arg1)
           
 void blur()
           
 void focus()
           
 void remove(int arg0)
           
 
Methods inherited from class org.stjs.javascript.dom.Element
getAttribute, getAttributeNode, getElementsByTagName, hasAttribute, removeAttribute, removeAttributeNode, setAttribute, setAttributeNode, setIdAttribute, setIdAttributeNode
 
Methods inherited from class org.stjs.javascript.dom.Node
appendChild, cloneNode, compareDocumentPosition, getFeature, getUserData, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

disabled

public boolean disabled

form

public Form form

length

public int length

multiple

public boolean multiple

name

public String name

options

public HTMLCollection<Option> options

selectedIndex

public int selectedIndex

size

public int size

tabIndex

public int tabIndex

type

public String type

value

public String value
Constructor Detail

Select

public Select()
Method Detail

blur

public void blur()

add

public void add(Element arg0,
                Element arg1)

remove

public void remove(int arg0)

focus

public void focus()


Copyright © 2013. All Rights Reserved.