Packagecom.adobe.xmp
Interfacepublic interface IXMPComponent extends IXMPDisplay, mx.core.IUIComponent
ImplementorsXMPCheckBox, XMPComboBox, XMPDataGrid, XMPDateField, XMPRating, XMPTextArea, XMPTextInput

Provides the default write handler for XMP components that allow users to enter field values. Implemented by all XMP-aware read/write components.



Public Properties
 PropertyDefined by
  modified : Boolean
True if the user has modified the XMP value.
IXMPComponent
 InheritedxmpPath : String
The XMP path for the field associated with this component.
IXMPDisplay
Public Methods
 MethodDefined by
 Inherited
The default handler for the xmpMultivalue event.
IXMPDisplay
 Inherited
readXMP(event:XMPEvent):void
The default handler for the xmpRead event.
IXMPDisplay
  
writeXMP(event:XMPEvent):void
The default handler for the xmpWrite event.
IXMPComponent
Property detail
modifiedproperty
modified:Boolean  [read-write]

True if the user has modified the XMP value. False if the value is reset to its original value, which happens ony in the multiple file mode, when the Modification checkbox is deselected.

Implementation
    public function get modified():Boolean
    public function set modified(value:Boolean):void
Method detail
writeXMP()method
public function writeXMP(event:XMPEvent):void

The default handler for the xmpWrite event. All XMP-aware read/write components implement it. Updates the associated XMP property value with the current value of this component, in response to a user-interaction event

Parameters
event:XMPEvent — The event object for a user-interaction event.