Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
PluggableListSpec
Last updated at 7:33 pm UTC on 29 October 2017
A single selection list element.

Instance variables:
list The selector to retrieve the list elements.
getIndex The selector to retrieve the list selection index.
setIndex The selector to set the list selection index.
getSelected The selector to retrieve the list selection.
setSelected The selector to set the list selection.
menu The selector to offer (to retrieve?) the context menu.
keyPress The selector to invoke for handling keyboard shortcuts.
autoDeselect Whether the list should allow automatic deselection or not.
dragItem Selector to initiate a drag action on an item
dropItem Selector to initiate a drop action of an item
dropAccept Selector to determine whether a drop would be accepted