LayerForm

LayerForm

User interface for selection of layer (scene node) properties.

Summary
LayerFormUser interface for selection of layer (scene node) properties.
Functions
LayerFormForm constructor
ShowDialogDisplays the dialog box after updating the UI widgets from the dialogbox interchange data.
InitializeComponentInitializes the user interface components on the form.
updateFromStateUpdates the UI widgets from the dialogbox interchange data

Functions

LayerForm

public function LayerForm()

Form constructor

ShowDialog

public function ShowDialog(parent: Sprite,  
closeHandler: Function = null):void

Displays the dialog box after updating the UI widgets from the dialogbox interchange data.

Parameters

parentdisplay object to use as a parent for the dialog box
closeHandlercallback called when the dialog is closed, see DialogBox.closeHandler

InitializeComponent

public function InitializeComponent():void

Initializes the user interface components on the form.

updateFromState

public function updateFromState():void

Updates the UI widgets from the dialogbox interchange data

A base class dialog box widget.
public function LayerForm()
Form constructor
public function ShowDialog(parent: Sprite,  
closeHandler: Function = null):void
Displays the dialog box after updating the UI widgets from the dialogbox interchange data.
public function InitializeComponent():void
Initializes the user interface components on the form.
public function updateFromState():void
Updates the UI widgets from the dialogbox interchange data
public var closeHandler: Function
Callback function called when the dialog is closed.
Close