ActionScript : Components Reference : List

Context of the notion in the technology: Document / Topc: ActionScript
Document / Topc: Components Reference
Related Keywords: Action Script Components Reference List
Help URL: http://livedocs.macromedia.com/flash/8/main/00003703.html


Items Related to List

Inner Elements of List

List contains following items:
  • cellRenderer (cell Renderer)
  • dataProvider (data Provider)
  • hPosition (h Position)
  • hScrollPolicy (h Scroll Policy)
  • iconField (icon Field)
  • iconFunction (icon Function)
  • labelField (label Field)
  • labelFunction (label Function)
  • length
  • maxHPosition (max H Position)
  • multipleSelection (multiple Selection)
  • rowCount (row Count)
  • rowHeight (row Height)
  • selectable
  • selectedIndex (selected Index)
  • selectedIndices (selected Indices)
  • selectedItem (selected Item)
  • selectedItems (selected Items)
  • vPosition (v Position)
  • vScrollPolicy (v Scroll Policy)
  • addItem (add Item)
  • addItemAt (add Item At)
  • getItemAt (get Item At)
  • removeAll (remove All)
  • removeItemAt (remove Item At)
  • replaceItemAt (replace Item At)
  • setPropertiesAt (set Properties At)
  • sortItems (sort Items)
  • sortItemsBy (sort Items By)
  • change
  • itemRollOut (item Roll Out)
  • itemRollOver (item Roll Over)
  • scroll


ActionScript is an ECMAScript-based programming language used for scripting Macromedia Flash movies and applications. Since both ActionScript and JavaScript are based on the same ECMAScript syntax, fluency in one theoretically translates easily to the other. However, while JavaScript's DOM is browser window, document and form centric, the ActionScript DOM is movie centric, which may include animations, audio, text and event handling.
   -- wikipedia.org

Home