Sydney

Class WidgetList

Object
   |
   +--AbstractList
         |
         +--WidgetList

class WidgetList
extends AbstractList

Defined in widget_list.js


Field Summary
 var _listImpl
          
   
Fields inherited from class AbstractList
 
Constructor Summary
WidgetList (listImpl)
           
 
Method Summary
 function dispose()
          
 string toString()
           Returns a string representation of this list.
<static> function hashFunction(widget)
          
 
Methods inherited from class AbstractList
append, clear, contains, copy, getHead, getIndexOf, getItemAfter, getItemAt, getItemBefore, getLength, getTail, insertAfter, insertBefore, insertItemAt, isEmpty, iterator, join, prepend, remove, removeAll, removeHead, removeTail, removeItemAt, replace, reverseIterator, selectRangeInto, sort, toArray
 

Field Detail

_listImpl

var _listImpl

Constructor Detail

WidgetList

function WidgetList(listImpl)
Method Detail

dispose

function dispose()

toString

string toString()

hashFunction

<static> function hashFunction(widget)

Sydney

SourceForge.net Logo