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.foundation.events 

ObjectResultEvent  - AS3 ADEP Workspace

Paketlc.foundation.events
Klassepublic class ObjectResultEvent
VererbungObjectResultEvent Inheritance LiveCycleEvent Inheritance Event Inheritance Object

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

The ObjectResultEvent event is dispatched when an object is retrieved.



Öffentliche Eigenschaften
 EigenschaftDefiniert von
 Inheritedbubbles : Boolean
[schreibgeschützt] Gibt an, ob es sich bei dem Ereignis um ein Bubbling-Ereignis handelt.
Event
 Inheritedcancelable : Boolean
[schreibgeschützt] Gibt an, ob das mit dem Ereignis verknüpfte Verhalten verhindert werden kann.
Event
 Inheritedconstructor : Object
Ein Verweis auf das Klassenobjekt oder die Konstruktorfunktion für eine angegebene Objektinstanz.
Object
 InheritedcurrentTarget : Object
[schreibgeschützt] Das Objekt, welches das Ereignisobjekt aktiv mit einem Ereignis-Listener verarbeitet.
Event
 InheritedeventPhase : uint
[schreibgeschützt] Die aktuelle Phase im Ereignisablauf.
Event
  result : Object
The object that stores the results.
ObjectResultEvent
 Inheritedtarget : Object
[schreibgeschützt] Das Ereignis-Ziel.
Event
 Inheritedtoken : lc.foundation.util:Token
[schreibgeschützt] The token that represents the call to the method.
LiveCycleEvent
 Inheritedtype : String
[schreibgeschützt] Der Ereignistyp.
Event
Öffentliche Methoden
 MethodeDefiniert von
  
ObjectResultEvent(type:String, bubbles:Boolean, cancelable:Boolean, object:Object, token:lc.foundation.util:Token)
Constructor.
ObjectResultEvent
  
[override] Creates a copy of an ObjectResultEvent object and sets the value of each property to match that of the original.
ObjectResultEvent
 Inherited
formatToString(className:String, ... arguments):String
Eine Dienstprogrammfunktion zur Implementierung der toString()-Methode in benutzerdefinierten ActionScript 3.0 Event-Klassen.
Event
 Inherited
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde.
Object
 Inherited
Überprüft, ob die preventDefault()-Methode bei dem Ereignis aufgerufen wurde.
Event
 Inherited
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde.
Object
 Inherited
Bricht das Standardverhalten eines Ereignisses ab, wenn dieses Verhalten abgebrochen werden kann.
Event
 Inherited
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann.
Object
 Inherited
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest.
Object
 Inherited
Verhindert die Verarbeitung von Ereignis-Listenern im aktuellen Knoten und in Knoten, die dem aktuellen Knoten im Ereignisablauf nachfolgen.
Event
 Inherited
Verhindert die Verarbeitung von Ereignis-Listenern in Knoten, die dem aktuellen Knoten im Ereignisablauf nachfolgen.
Event
 Inherited
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas.
Object
 Inherited
Gibt eine Zeichenfolge zurück, die alle Eigenschaften des Ereignisobjekts enthält.
Event
 Inherited
Gibt den Grundwert des angegebenen Objekts zurück.
Object
Öffentliche Konstanten
 KonstanteDefiniert von
  ADD_ATTACHMENT_COMPLETE : String = "addAttachmentComplete"
[statisch] A special value that specifies attachments were added to a task.
ObjectResultEvent
  ADD_NOTE_COMPLETE : String = "addNoteComplete"
[statisch] A special value that specifies notes were added to a task.
ObjectResultEvent
  DATA_RESULT : String = "dataResult"
[statisch] A special value that specifies data is available from a submitted form.
ObjectResultEvent
  DELETE_ATTACHMENT_COMPLETE : String = "deleteAttachmentComplete"
[statisch] A special value that specifies an attachment was deleted from a task.
ObjectResultEvent
  EXPORT_BUSINESS_CALENDAR_COMPLETE : String = "exportBusinesscalendarComplete"
[statisch] A special value that specifies that the business calendars were exported.
ObjectResultEvent
  FIND_GROUP_NAME : String = "groupName"
[statisch] A special value that specifies that a search for a group name occurred.
ObjectResultEvent
  GET_ATTACHMENT_DOCUMENT_COMPLETE : String = "getAttachmentDocumentComplete"
[statisch] A special value that specifies that the retrieval of document attachments completed.
ObjectResultEvent
  GET_COMPLETION_COMMENT : String = "getCompletionComment"
[statisch] A special value that specifies to retrieve comments for a completed task.
ObjectResultEvent
  IMPORT_BUSINESS_CALENDAR_COMPLETE : String = "importBusinesscalendarComplete"
[statisch] A special value that specifies that the business calendars were imported.
ObjectResultEvent
  PRESUBMIT_COMPLETE : String = "preSubmitComplete"
[statisch] A special value that specifies that the task id was stored in the session.
ObjectResultEvent
  RENDER_COMPLETE : String = "renderComplete"
[statisch] A special value that specifies the render operation to display a form completed.
ObjectResultEvent
  RESULT : String = "result"
[statisch] A special value that specifies a generic result was provided.
ObjectResultEvent
  SAVE_DATA_COMPLETE : String = "saveDataComplete"
[statisch] A special value that specifies form data was saved.
ObjectResultEvent
  SEARCH_TEMPLATE_RESULT : String = "searchTemplateResult"
[statisch] A special value that specifies a search template executed and results are available.
ObjectResultEvent
  STARTPOINT_INVOCATION_COMPLETE : String = "startpointInvocationComplete"
[statisch] A special value that specifies a process was started and completed.
ObjectResultEvent
  STARTPOINT_RESULT : String = "startpointResult"
[statisch] A special value that specifies a process was started and a result was provided.
ObjectResultEvent
  SUBMIT_COMPLETE : String = "submitComplete"
[statisch] A special value that specifies form data was submitted.
ObjectResultEvent
  SUBMIT_VALIDATION_ERROR : String = "submitValidationError"
[statisch] A special value that specifies a validation error occurred while submitting the form.
ObjectResultEvent
  TASK_COMPLETE : String = "taskComplete"
[statisch] A special value that specifies the task completed.
ObjectResultEvent
  TASK_EXTRA_RESULT : String = "taskExtraResult"
[statisch] A special value that specifies that an extra task result was provided when the process started.
ObjectResultEvent
  TASK_RESULT : String = "taskResult"
[statisch] A special value that specifies that task results are available.
ObjectResultEvent
  UPDATE_ATTACHMENT_COMPLETE : String = "updateAttachmentComplete"
[statisch] A special value that specifies that the update of attachments completed.
ObjectResultEvent
  UPDATE_COMPLETION_COMMENT : String = "updateCompletionComment"
[statisch] A special value that specifies the completion comments were updated.
ObjectResultEvent
Eigenschaftendetails

result

Eigenschaft
public var result:Object

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

The object that stores the results.

Konstruktordetails

ObjectResultEvent

()Konstruktor
public function ObjectResultEvent(type:String, bubbles:Boolean, cancelable:Boolean, object:Object, token:lc.foundation.util:Token)

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

Constructor.

Parameter
type:String — Specifies the type of the event.
 
bubbles:Boolean — Specifies whether the event object participates in the bubbling stage of the event flow.
 
cancelable:Boolean — Specifies whether the event object can be canceled.
 
object:Object — Specifies result object.
 
token:lc.foundation.util:Token — Specifies the request token.
Methodendetails

clone

()Methode
override public function clone():Event

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

Creates a copy of an ObjectResultEvent object and sets the value of each property to match that of the original.

Rückgabewerte
Event — A copy of the ObjectResultEvent object.
Konstantendetails

ADD_ATTACHMENT_COMPLETE

Konstante
public static const ADD_ATTACHMENT_COMPLETE:String = "addAttachmentComplete"

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

A special value that specifies attachments were added to a task.

ADD_NOTE_COMPLETE

Konstante 
public static const ADD_NOTE_COMPLETE:String = "addNoteComplete"

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

A special value that specifies notes were added to a task.

DATA_RESULT

Konstante 
public static const DATA_RESULT:String = "dataResult"

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

A special value that specifies data is available from a submitted form.

DELETE_ATTACHMENT_COMPLETE

Konstante 
public static const DELETE_ATTACHMENT_COMPLETE:String = "deleteAttachmentComplete"

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

A special value that specifies an attachment was deleted from a task.

EXPORT_BUSINESS_CALENDAR_COMPLETE

Konstante 
public static const EXPORT_BUSINESS_CALENDAR_COMPLETE:String = "exportBusinesscalendarComplete"

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

A special value that specifies that the business calendars were exported.

FIND_GROUP_NAME

Konstante 
public static const FIND_GROUP_NAME:String = "groupName"

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

A special value that specifies that a search for a group name occurred.

GET_ATTACHMENT_DOCUMENT_COMPLETE

Konstante 
public static const GET_ATTACHMENT_DOCUMENT_COMPLETE:String = "getAttachmentDocumentComplete"

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

A special value that specifies that the retrieval of document attachments completed.

GET_COMPLETION_COMMENT

Konstante 
public static const GET_COMPLETION_COMMENT:String = "getCompletionComment"

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

A special value that specifies to retrieve comments for a completed task.

IMPORT_BUSINESS_CALENDAR_COMPLETE

Konstante 
public static const IMPORT_BUSINESS_CALENDAR_COMPLETE:String = "importBusinesscalendarComplete"

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

A special value that specifies that the business calendars were imported.

PRESUBMIT_COMPLETE

Konstante 
public static const PRESUBMIT_COMPLETE:String = "preSubmitComplete"

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

A special value that specifies that the task id was stored in the session.

RENDER_COMPLETE

Konstante 
public static const RENDER_COMPLETE:String = "renderComplete"

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

A special value that specifies the render operation to display a form completed.

RESULT

Konstante 
public static const RESULT:String = "result"

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

A special value that specifies a generic result was provided.

SAVE_DATA_COMPLETE

Konstante 
public static const SAVE_DATA_COMPLETE:String = "saveDataComplete"

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

A special value that specifies form data was saved.

SEARCH_TEMPLATE_RESULT

Konstante 
public static const SEARCH_TEMPLATE_RESULT:String = "searchTemplateResult"

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

A special value that specifies a search template executed and results are available.

STARTPOINT_INVOCATION_COMPLETE

Konstante 
public static const STARTPOINT_INVOCATION_COMPLETE:String = "startpointInvocationComplete"

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

A special value that specifies a process was started and completed.

STARTPOINT_RESULT

Konstante 
public static const STARTPOINT_RESULT:String = "startpointResult"

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

A special value that specifies a process was started and a result was provided.

SUBMIT_COMPLETE

Konstante 
public static const SUBMIT_COMPLETE:String = "submitComplete"

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

A special value that specifies form data was submitted.

SUBMIT_VALIDATION_ERROR

Konstante 
public static const SUBMIT_VALIDATION_ERROR:String = "submitValidationError"

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

A special value that specifies a validation error occurred while submitting the form.

TASK_COMPLETE

Konstante 
public static const TASK_COMPLETE:String = "taskComplete"

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

A special value that specifies the task completed.

TASK_EXTRA_RESULT

Konstante 
public static const TASK_EXTRA_RESULT:String = "taskExtraResult"

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

A special value that specifies that an extra task result was provided when the process started.

TASK_RESULT

Konstante 
public static const TASK_RESULT:String = "taskResult"

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

A special value that specifies that task results are available.

UPDATE_ATTACHMENT_COMPLETE

Konstante 
public static const UPDATE_ATTACHMENT_COMPLETE:String = "updateAttachmentComplete"

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

A special value that specifies that the update of attachments completed.

UPDATE_COMPLETION_COMMENT

Konstante 
public static const UPDATE_COMPLETION_COMMENT:String = "updateCompletionComment"

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

A special value that specifies the completion comments were updated.





[ 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.