Class com.asual.enflash.ui.ScrollPane

com.asual.enflash.EnFlashObject
   +--com.asual.enflash.ui.UIObject
      +--com.asual.enflash.ui.Component
         +--com.asual.enflash.ui.Pane
            +--com.asual.enflash.ui.ScrollPane

Field Index

content, index, length, opaque
Inherited from Pane
asset, autoRefresh, contentHeight, contentWidth, hPosition, hScrollPolicy, largeStep, length, minHeight, minWidth, oncomponents, smallStep, vPosition, vScrollPolicy
Inherited from Component
asset, autoSize, clear, display, enabled, float, focusable, host, loaded, onblur, onfocus, onzoom, ph, pw, rotation, swf, tabIndex, zoom
Inherited from UIObject
alpha, h, margin, movieclip, onload, onresize, padding, visible, w, x, y
Inherited from EnFlashObject
id, oninit, onremove, parent, ref

Method Index

new ScrollPane()

addContainer(), addItem(), addItemAt(), getContainer(), refresh(), removeItem(), removeItemAt()
Inherited from Pane
getIndex(), getItem(), removeAll()
Inherited from Component
blur(), focus(), setSize()
Inherited from UIObject
load(), main(), move()
Inherited from EnFlashObject
addEventListener(), createDelegate(), debug(), dispatchEvent(), dispatchEventOnce(), getListeners(), getXML(), remove(), removeDelegate(), removeEventListener(), setXML(), toString()

Constructor Detail

ScrollPane

public function ScrollPane(id:String)

Field Detail

content

public content:Collection [Read Only]

opaque

public opaque:Boolean

length

public length:Number [Read Only]

index

public index:Number

Method Detail

addContainer

public function addContainer(container:Container):Container

getContainer

public function getContainer():Container

addItem

public function addItem(component)

addItemAt

public function addItemAt(index, component)

removeItem

public function removeItem(component)

removeItemAt

public function removeItemAt(index)

refresh

public function refresh():Void