ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.solutions.exm.authoring 

IVariablePanel  - AS3 Expression Manager

Packagecom.adobe.solutions.exm.authoring
Interfacepublic interface IVariablePanel extends IEventDispatcher
Implementors AdvanceDataElementsPanel

Language Version: ActionScript 3.0
Product Version: Expression Manager Building Block 10.0
Runtime Versions: AIR (unsupported), Flash Player 10.2

The interface for "drop-in" VariablePanel or DataElementPanel



Public Methods
 MethodDefined By
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event.
IEventDispatcher
 Inherited
Dispatches an event into the event flow.
IEventDispatcher
 Inherited
Checks whether the EventDispatcher object has any listeners registered for a specific type of event.
IEventDispatcher
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Removes a listener from the EventDispatcher object.
IEventDispatcher
 Inherited
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type.
IEventDispatcher
Events
 Event Summary Defined By
  The event dispatched when the Insert button is clicked.IVariablePanel
Event Detail

insertSelectedItem

Event
Event Object Type: com.adobe.solutions.exm.authoring.events.ExpressionInsertEvent
property ExpressionInsertEvent.type = com.adobe.solutions.exm.authoring.events.ExpressionInsertEvent

Language Version: ActionScript 3.0
Product Version: Expression Manager Building Block 10
Runtime Versions: AIR (unsupported), Flash Player 10

The event dispatched when the Insert button is clicked. This event is for any listeners to perform something extra in addition to the default implementation.