Uses of Class
com.google.gwt.dom.client.SelectElement
Packages that use SelectElement
-
Uses of SelectElement in com.google.gwt.dom.client
Methods in com.google.gwt.dom.client that return SelectElementModifier and TypeMethodDescriptionstatic SelectElementAssert that the givenElementis compatible with this class and automatically typecast it.final SelectElementDocument.createSelectElement()Creates a <select> element.final SelectElementDocument.createSelectElement(boolean multiple) Deprecated.Methods in com.google.gwt.dom.client with parameters of type SelectElementModifier and TypeMethodDescriptionvoidDOMImpl.selectAdd(SelectElement select, OptionElement option, OptionElement before) voidDOMImpl.selectClear(SelectElement select) intDOMImpl.selectGetLength(SelectElement select) DOMImpl.selectGetOptions(SelectElement select) voidDOMImpl.selectRemoveOption(SelectElement select, int index)