Sydney

Class DropDownList

Object
   |
   +--Widget
         |
         +--Container
               |
               +--List
                     |
                     +--DropDownList

class DropDownList
extends List

Defined in list.js


 
Fields inherited from class List
setEnabled
   
Fields inherited from class Container
children
   
Fields inherited from class Widget
html, id, parent, layoutData, eventTable
 
Constructor Summary
DropDownList ()
            The DropDownList object creates an HTML drop-down list (somtimes refered to as a combo-box).
   
Methods inherited from class List
getSelection, getValue, setSelection, setSelectionByValue
   
Methods inherited from class Container
appendChild, clear, contains, insertAfter, insertAt, insertBefore, isEmpty, prependChild, removeChild, replaceChild, setLayout, setEnabled
   
Methods inherited from class Widget
installContextMenu, installDefaultContextMenu, uninstallContextMenu, isDraggable, setDraggable, addEventListener, blur, createEventTable, dispose, focus, getAbsoluteBottom, getAbsoluteLeft, getAbsoluteRight, getAbsoluteTop, getBottom, getBounds, getClientHeight, getClientWidth, getCorner, getHeight, getLeft, getPixelsPerEm, getRight, getToolTip, getTop, getWidth, isDisposed, isEnabled, layout, moveToAbsolute, moveTo, raiseEvent, registerEventType, removeEventListener, setAbsoluteBottom, setAbsoluteLeft, setAbsoluteRight, setAbsoluteTop, setBottom, setBounds, setHeight, setLeft, setRight, setToolTip, setTop, setWidth, setParent, toString
 

Constructor Detail

DropDownList

function DropDownList()
Sydney

SourceForge.net Logo