ActionScript® 3.0 Referenzhandbuch für die Adobe® Flash®-Plattform
Home  |  Liste der Pakete und Klassen ausblenden |  Pakete  |  Klassen  |  Neue Funktionen  |  Stichwortverzeichnis  |  Anhänge  |  Warum auf Englisch?
Filter: Daten werden vom Server abgerufen...
Daten werden vom Server abgerufen...
lc.procmgmt.formbridge 

FormConnector  - AS3 ADEP Workspace

Paketlc.procmgmt.formbridge
Klassepublic class FormConnector
VererbungFormConnector Inheritance EventDispatcher Inheritance Object
Implementiert IMXMLObject

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

Deprecated Since LiveCycle ES2 (9.0): Please use SwfConnector class.

In earlier releases, the FormConnector class is used in application built with Flex (Flex applications) to simplify communication with Workspace. This class was used to enable the Flex application to function within Workspace. You can use Flex applications in Workspace, but it is recommended that you use use the SwfConnector class instead.

For information on using this component to customize Workspace, see Creating Flex Applications Enabled for Workspace .

MXML-SyntaxexpandedMXML-Syntax ausblenden
The <lc:FormConnector> tag inherits all of the tag attributes of its superclass, and adds the following tag attributes:
 	  <lc:FormConnector
 	    Properties
        id="lcConnector"
 	 
 	    Events
 	    formInitialData="formInitListener(event)"
 	 	  formSaveDataRequest="formSaveDataRequestListener(event)"
 	    formSubmitDataRequest="formSubmitDataRequestListener(event)"/>
 	   

Verwandte API-Elemente



Öffentliche Eigenschaften
 EigenschaftDefiniert von
 Inheritedconstructor : Object
Ein Verweis auf das Klassenobjekt oder die Konstruktorfunktion für eine angegebene Objektinstanz.
Object
Öffentliche Methoden
 MethodeDefiniert von
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registriert ein Ereignis-Listener-Objekt bei einem EventDispatcher-Objekt, sodass der Listener über ein Ereignis benachrichtigt wird.
EventDispatcher
  
Specifies that the Flex application has completed creation and binds the required event listeners to events.
FormConnector
 Inherited
Sendet ein Ereignis in den Ereignisablauf.
EventDispatcher
 Inherited
Überprüft, ob das EventDispatcher-Objekt Listener für einen bestimmten Ereignistyp registriert hat.
EventDispatcher
 Inherited
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde.
Object
  
Initializes communication with Workspace.
FormConnector
 Inherited
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde.
Object
 Inherited
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann.
Object
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Entfernt einen Listener aus dem EventDispatcher-Objekt.
EventDispatcher
  
Specifies that changes in the data have not been made in the Flex application.
FormConnector
  
Specifies that data store is not valid.
FormConnector
  
Specifies that the data stored is valid.
FormConnector
  
Specifies that changes have been made in the Flex application.
FormConnector
 Inherited
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest.
Object
  
Notifies Workspace that the Flex application is ready to start communicating.
FormConnector
  
Sends the data to Workspace to save.
FormConnector
  
Sends the data to Workspace to submit to a process.
FormConnector
  
Specifies that the Flex application has completed creation and binds the required event listeners to events.
FormConnector
 Inherited
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas.
Object
 Inherited
Gibt das angegebene Objekt als String zurück.
Object
 Inherited
Gibt den Grundwert des angegebenen Objekts zurück.
Object
 Inherited
Überprüft, ob bei diesem EventDispatcher-Objekt oder bei einem seiner Vorgänger ein Ereignis-Listener für einen bestimmten Ereignistyp registriert ist.
EventDispatcher
Ereignisse
 Ereignis Übersicht Definiert von
 Inherited[broadcast event] Wird ausgelöst, wenn Flash Player oder eine AIR-Anwendung den Betriebssystemfokus erhält und aktiv wird.EventDispatcher
 Inherited[broadcast event] Wird ausgelöst, wenn Flash Player- oder die AIR-Anwendung den Fokus verliert und inaktiv wird.EventDispatcher
  The event is dispatched after the Flex application has completed loading.FormConnector
  The event is dispatched when a user clicks the Save Form Data button within Workspace.FormConnector
  The event is dispatched when a user clicks the Complete button within Workspace.FormConnector
Methodendetails

creationComplete

()Methode
public function creationComplete(event:Event):void

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

Specifies that the Flex application has completed creation and binds the required event listeners to events.

Parameter

event:Event — Specifies that event the intialization of the object has completed.

initialized

()Methode 
public function initialized(document:Object, id:String):void

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

Initializes communication with Workspace.

Parameter

document:Object — Specifies the application, built with Flex, to initialize.
 
id:String — Reserved for future use.

setClean

()Methode 
public function setClean():void

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

Specifies that changes in the data have not been made in the Flex application.

setDataInvalid

()Methode 
public function setDataInvalid():void

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

Specifies that data store is not valid. Use this method when at least one portion of the data to be submitted is not correct or is not formatted correctly.

setDataValid

()Methode 
public function setDataValid():void

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

Specifies that the data stored is valid. Use this method when all the pieces of data to be submitted is correct.

setDirty

()Methode 
public function setDirty():void

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

Specifies that changes have been made in the Flex application.

setReady

()Methode 
public function setReady():void

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

Notifies Workspace that the Flex application is ready to start communicating. To use it, associate it with the mx:Application container's creationComplete event.

setSaveData

()Methode 
public function setSaveData(data:XML):void

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

Sends the data to Workspace to save. Data does not need to be validated before being saved.

Parameter

data:XML — Specifies data to save that is formatted as XML.

setSubmitData

()Methode 
public function setSubmitData(data:XML):void

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

Sends the data to Workspace to submit to a process. The data must be validated before it is submitted to a process.

Parameter

data:XML — Specifies the data to submit to a process that is formatted as XML.

setSubmitDataInvalid

()Methode 
public function setSubmitDataInvalid():void

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

Specifies that the Flex application has completed creation and binds the required event listeners to events.

Ereignisdetails

formInitialData

Ereignis
Ereignisobjekttyp: flash.events.DataEvent
Eigenschaft DataEvent.type = flash.events.DataEvent.FORM_INITIAL_DATA

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

The event is dispatched after the Flex application has completed loading.

formSaveDataRequest

Ereignis  
Ereignisobjekttyp: flash.events.Event
Eigenschaft Event.type = flash.events.Event.FORM_SAVE_DATA_REQUEST

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

The event is dispatched when a user clicks the Save Form Data button within Workspace.

formSubmitDataRequest

Ereignis  
Ereignisobjekttyp: flash.events.Event
Eigenschaft Event.type = flash.events.Event.FORM_SUBMIT_DATA_REQUEST

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

The event is dispatched when a user clicks the Complete button within Workspace.





[ X ]Warum auf Englisch?
Inhalt des ActionScript 3.0-Referenzhandbuchs wird in englischer Sprache angezeigt

Nicht alle Teile des ActionScript 3.0-Referenzhandbuchs wurden in alle Sprachen übersetzt. Wenn der Text zu einem Sprachelement nicht übersetzt wurde, wird er auf Englisch angezeigt. Zum Beispiel wurden die Informationen zur ga.controls.HelpBox-Klasse nicht in andere Sprachen übersetzt. In der deutschen Version des Referenzhandbuchs erscheint der Abschnitt zur ga.controls.HelpBox-Klasse deshalb auf Englisch.