Class DwtComboBox
Class Detail
DwtComboBox(params, parent, useLabel, inputParams, className, posStyle, maxRows, layout, autoScroll)
Creates a combo box.
Author: Dave Comfort.
Method Detail
add(text, value, selected)
Adds an entry to the combo box list.
addChangeListener(listener)
Adds the change listener.
{string}
getText()
Gets the text of the currently selected entry.
{string}
getValue()
Gets the value of the currently selected entry. If the entry
is one that was not added via the add method (that is, if it was
typed in by the user) then
null is returned.
remove(value)
Removes the specified value from the list.
removeAll()
Removes all the items in the list.
removeChangeListener(listener)
Removes the change listener.
setText(text)
Sets the selected text.
setValue(value)
Sets the value.
|
||||||||||||||||||||||||
Documentation generated by JsDoc Toolkit 2.3.0 on Tue Jun 28 2016 21:01:27 GMT-0400 (EDT)
|