A top-level container for XMP-associated components to be
displayed in a File Info dialog panel. Can be nested with other
containers, including layout containers such as XMPHBox.
Contains XMPFormItems which contain individual display components.
Note: Don't remove the IBindingClient interface. This is required
for backwards compatibility with CS4 custom panels.
initFlags:InitFlags
[read-write]Implementation
public function get initFlags():InitFlags
public function set initFlags(value:InitFlags):void
panelDescription:PanelDescription
[read-write]
Retrieves or sets the status of this panel.
Implementation
public function get panelDescription():PanelDescription
public function set panelDescription(value:PanelDescription):void
xmpAccess:IXMPAccess
[read-only]
An XMP access object with which to communicate with the XMP Packet
and update XMP fields
Implementation
public function get xmpAccess():IXMPAccess
xmpModification:Boolean
[read-write]
Whether this form allows modifications.
Implementation
public function get xmpModification():Boolean
public function set xmpModification(value:Boolean):void
public var XMPNamespaces:Array
The namespaces registered for the panel
Event object type: com.adobe.xmp.events.PanelEvent
Occurs when the data for the panel has been loaded.
Event object type: com.adobe.xmp.events.XMPEvent
Occurs when user opens this panel in multifile mode.
Event object type: com.adobe.xmp.events.XMPEvent
Occurs when user opens this panel.
Event object type: com.adobe.xmp.events.XMPEvent
Occurs when user closes this panel.