[View]  [Edit]  [Lock]  [References]  [Attachments]  [History]  [Home]  [Changes]  [Search]  [Help] 

[WI8] SelectWidget

SelectWidget represents a select in a web page. It basically delegates everything to its handle, a HTMLSelect handle. It is a first level wrapping of non-smalltalk objects. See [WI8] WI8Object for more detailed info on wrapping NativeObject

Hierarchy

SelectWidget inherits from [WI8] WI8Window.

Relevant Methods

Class

localEventsReturn the smalltalk events managed by instances of the receiver
size:Instance creation defining number of visible items
size:contents:doingInstance creation

Instance

contentsReturn the contents of the receiver
contents:Set the contents of the receiver
selectedItemsReturns the selected objects
selectionReturns the selected object
removeIndex:-
removeAll:-

Events

SelectWidgetcan handle the following events (besides the ones inherited from its superclass):

Local Events

needsSize-
getContents-
needsContents-
selectionChangedA new item has been selected

References