Class com.asual.enflash.ui.Pane

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

Field Index

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 Pane()

addItem(), addItemAt(), getIndex(), getItem(), refresh(), removeAll(), removeItem(), removeItemAt()
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

Pane

public function Pane(id:String)

Field Detail

oncomponents

public oncomponents:Function

length

public length:Number [Read Only]

autoRefresh

public autoRefresh:Boolean

asset

public asset:MovieClip [Read Only]

hScrollPolicy

public hScrollPolicy:String

vScrollPolicy

public vScrollPolicy:String

minWidth

public minWidth:Number

minHeight

public minHeight:Number

smallStep

public smallStep:Number

largeStep

public largeStep:Number

hPosition

public hPosition:Number

vPosition

public vPosition:Number

contentWidth

public contentWidth:Number [Read Only]

contentHeight

public contentHeight:Number [Read Only]

Method Detail

addItem

public function addItem(component)

addItemAt

public function addItemAt(index, component)

removeAll

public function removeAll()

removeItem

public function removeItem(component)

removeItemAt

public function removeItemAt(index)

refresh

public function refresh():Void

getItem

public function getItem(i:Number)

getIndex

public function getIndex(item):Number