Packageorg.openzet.controls.dataGridClasses
Classpublic class DGComboBoxItemRenderer
InheritanceDGComboBoxItemRenderer Inheritance DGComboBox Inheritance ZetComboBox Inheritance mx.controls.ComboBox

This class extends DGComboBox class to implement an itemRenderer for a DataGrid that has a DataGrid as its dropdown.



Public Properties
 PropertyDefined by
  comboUID : String
[read-only] Getter method to return unique identifier.
DGComboBoxItemRenderer
 InheriteddropdownHeight : Number
Property to set dropdown's height.
ZetComboBox
 InheritedselectedField : String
Property to track which columnField has been selected when user has clicked on a specific cell.
DGComboBox
 InheritedselectedItem : Object
Overriden method to synchronize ComboBox's selectedItem property and dropdown's selectedItem property.
ZetComboBox
Public Methods
 MethodDefined by
  
Constructor
DGComboBoxItemRenderer
Events
 EventSummaryDefined by
 Inherited  DGComboBox
Property detail
comboUIDproperty
comboUID:String  [read-only]

Getter method to return unique identifier. This method makes a unique identifier by combining column's dataField and data property's mx_internal_uid string.

Implementation
    public function get comboUID():String
Constructor detail
DGComboBoxItemRenderer()constructor
public function DGComboBoxItemRenderer()

Constructor