Package | com.adobe.portfolio.api |
Class | public class FieldValueChangedEvent |
Inheritance | FieldValueChangedEvent ![]() |
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 9.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.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
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 9.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
The name of the schema field that changed.
isPrefix | property |
public var isPrefix:Boolean
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 9.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.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
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 9.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Defines the value of the type
property of the Event
object for a
fieldValueChanged
event.