ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.solutions.acm.ccr.presentation.datacapture 

IDataCaptureUIControl  - AS3 Asset Composer

Packagecom.adobe.solutions.acm.ccr.presentation.datacapture
Interfacepublic interface IDataCaptureUIControl
Implementors ComboBoxDataCaptureRenderer, DateInputDataCaptureRenderer, SingleCheckBoxDataCaptureRenderer, TextInputDataCaptureRenderer

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 10
Runtime Versions: AIR (unsupported), Flash Player 10.2

This interface should be implemented by components that want to provide a custom Data Capture Control (Data Capture Renderer).



Public Properties
 PropertyDefined By
  dataInstance : IDataInstance
IDataInstance for Data Capture Control.
IDataCaptureUIControl
  label : String
[read-only] Label Property for Data Capture Control.
IDataCaptureUIControl
  source : String
source of the data capture item.
IDataCaptureUIControl
Property Detail

dataInstance

property
dataInstance:IDataInstance

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 10
Runtime Versions: AIR (unsupported), Flash Player 10.2

IDataInstance for Data Capture Control.



Implementation
    public function get dataInstance():IDataInstance
    public function set dataInstance(value:IDataInstance):void

label

property 
label:String  [read-only]

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 10
Runtime Versions: AIR (unsupported), Flash Player 10.2

Label Property for Data Capture Control.



Implementation
    public function get label():String

source

property 
source:String

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 10
Runtime Versions: AIR (unsupported), Flash Player 10.2

source of the data capture item.



Implementation
    public function get source():String
    public function set source(value:String):void