Package | com.adobe.xmp |
Interface | public interface IXMPDisplay extends mx.core.IUIComponent |
Subinterfaces | IXMPComponent |
Implementors | XMPImage, XMPLabel, XMPText |
Property | Defined by | ||
---|---|---|---|
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 |
xmpPath | property |
xmpPath:String
[read-write] The XMP path for the field associated with this component.
The path can be nested, or direct to an array, struct or qualifier.
Path expressions make use of XML namespaces and all prefixes must
be registered with the XMPNamespace
tag.
public function get xmpPath():String
public function set xmpPath(value:String):void
See also
multivalueHandler | () | method |
public function multivalueHandler(event:XMPEvent):void
The default handler for the xmpMultivalue
event.
Called if the File Info dialog is started in multiple-file mode.
event:XMPEvent — The event object for a user-interaction event.
|
readXMP | () | method |
public function readXMP(event:XMPEvent):void
The default handler for the xmpRead
event. All XMP components implement this.
Updates the component in response to a user-interaction event,
using information retrieved from the associated XMP property.
event:XMPEvent — The event object for a user-interaction event.
|