Packageacrobat.collection
Classpublic class FieldValueChangedEvent
InheritanceFieldValueChangedEvent Inheritance Event

Player Version :  Acrobat ActionScript API 9.0

Dispatched when the value of an IAttachment instance's schema field changes.

See also

IAttachment


Public Properties
 PropertyDefined 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
Public Constants
 ConstantDefined By
  FIELD_VALUE_CHANGED : String = "fieldValueChanged"
[static] Defines the value of the type property of the Event object for a fieldValueChanged event.
FieldValueChangedEvent
Property Detail
fieldNameproperty
public var fieldName:String

Player Version :  Acrobat ActionScript API 9.0

The name of the schema field that changed.

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

Constant Detail
FIELD_VALUE_CHANGEDConstant
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