| Package | acrobat.collection |
| Class | public class FieldValueChangedEvent |
| Inheritance | FieldValueChangedEvent Event |
| Player Version : | Acrobat ActionScript API 9.0 |
IAttachment instance's schema field changes.
See also
| Property | Defined By | ||
|---|---|---|---|
| fieldName : String
The name of the schema field that changed. | FieldValueChangedEvent | ||
| isPrefix : Boolean
Indicates whether the change was applied to the actual value of the schema field
itself (false), or was applied to the field's prefix (true). | FieldValueChangedEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| FIELD_VALUE_CHANGED : String = "fieldValueChanged" [static]
Defines the value of the type property of the Event object for a
fieldValueChanged event. | FieldValueChangedEvent | ||
| fieldName | property |
public var fieldName:String| Player Version : | Acrobat ActionScript API 9.0 |
The name of the schema field that changed.
| isPrefix | property |
public var isPrefix:Boolean| Player Version : | Acrobat ActionScript API 9.0 |
Indicates whether the change was applied to the actual value of the schema field
itself (false), or was applied to the field's prefix (true).
A schema-field user interface may not handle prefixes, so it is likely to ignore the
event when this property is true.
| FIELD_VALUE_CHANGED | Constant |
public static const FIELD_VALUE_CHANGED:String = "fieldValueChanged"| Player Version : | Acrobat ActionScript API 9.0 |
Defines the value of the type property of the Event object for a
fieldValueChanged event.
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/navigator/9/Navigator_SDK9_HTMLHelp/API_References/Acrobat_Navigator_API_Reference/acrobat/collection/FieldValueChangedEvent.html