Package | com.adobe.xmp.components |
Class | public class XMPFormItem |
Inheritance | XMPFormItem ![]() |
Property | Defined by | ||
---|---|---|---|
label : String [write-only]
Sets the label, first translating the value if it is a ZString.
| XMPFormItem | ||
labelTooltip : String
Sets or retrives the tooltip text for the item.
| XMPFormItem |
label | property |
label:String
[write-only]Sets the label, first translating the value if it is a ZString.
Implementation public function set label(value:String):void
labelTooltip | property |
labelTooltip:String
[read-write]Sets or retrives the tooltip text for the item. Text is localizable using a ZString.
Implementation public function get labelTooltip():String
public function set labelTooltip(value:String):void