Judy: (new class) A simple object that is used as XMPComboBox item.
It has two fields:
- "xmpValue": the value that is written to the
XMP when it is selected in the combo box
- "label": the label of the combo box item that is shown to the user.
If it is a ZString and starts with "$$$" it will be localized automatically.
public var data:String
label:String
[read-write]
Implementation
public function get label():String
public function set label(value:String):void
xmpValue:String
[read-write]
Implementation
public function get xmpValue():String
public function set xmpValue(value:String):void
public function XMPComboBoxItem(xmpValue:String = null, label:String = null)
Judy: Constructor that optionally initializes the object
Parameters
| xmpValue:String (default = null )
|
|
| label:String (default = null )
|