Class com.asual.enflash.managers.FocusManager

com.asual.enflash.EnFlashObject
   +--com.asual.enflash.managers.FocusManager

Field Index

blur, focus, focusedObject, nextFocus, previousFocus
Inherited from EnFlashObject
id, oninit, onremove, parent, ref

Method Index

new FocusManager()

disableAll(), enableAll(), getFocusedPane(), getNextFocus(), getPaneIndex(), getPreviousFocus(), register(), unregister()
Inherited from EnFlashObject
addEventListener(), createDelegate(), debug(), dispatchEvent(), dispatchEventOnce(), getListeners(), getXML(), main(), remove(), removeDelegate(), removeEventListener(), setXML(), toString()

Constructor Detail

FocusManager

public function FocusManager(id:String)

Field Detail

focus

public focus:Function

blur

public blur:Function

focusedObject

public focusedObject:Object

previousFocus

public previousFocus:Object [Read Only]

nextFocus

public nextFocus:Object [Read Only]

Method Detail

getPreviousFocus

public function getPreviousFocus(tabIndex):Object

getNextFocus

public function getNextFocus(tabIndex):Object

register

public function register(pane:ScrollPane):Void

unregister

public function unregister(pane:ScrollPane):Void

getPaneIndex

public function getPaneIndex(pane:ScrollPane):Number

getFocusedPane

public function getFocusedPane():ScrollPane

enableAll

public function enableAll():Void

disableAll

public function disableAll():Void