Package | com.adobe.xmp |
Interface | public interface IXMPComponent extends IXMPDisplay, mx.core.IUIComponent |
Implementors | XMPCheckBox, XMPComboBox, XMPDataGrid, XMPDateField, XMPRating, XMPTextArea, XMPTextInput |
Property | Defined by | ||
---|---|---|---|
modified : Boolean
True if the user has modified the XMP value.
| IXMPComponent | ||
![]() | xmpPath : String The XMP path for the field associated with this component.
| IXMPDisplay |
Method | Defined by | ||
---|---|---|---|
![]() |
multivalueHandler(event:XMPEvent):void
The default handler for the
xmpMultivalue | IXMPDisplay | |
![]() |
The default handler for the
xmpRead event. | IXMPDisplay | |
The default handler for the
xmpWrite event. | IXMPComponent |
modified | property |
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
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
modified
flag is true.writeEmptyValues
is true.event:XMPEvent — The event object for a user-interaction event.
|