| Package | org.openzet.controls.dataGridClasses |
| Class | public class DGComboBoxItemRenderer |
| Inheritance | DGComboBoxItemRenderer DGComboBox ZetComboBox mx.controls.ComboBox |
| Property | Defined by | ||
|---|---|---|---|
| comboUID : String [read-only]
Getter method to return unique identifier.
| DGComboBoxItemRenderer | ||
![]() | dropdownHeight : Number
Property to set dropdown's height.
| ZetComboBox | |
![]() | selectedField : String
Property to track which columnField has been selected when user has clicked on a specific cell.
| DGComboBox | |
![]() | selectedItem : Object
Overriden method to synchronize ComboBox's selectedItem property and dropdown's selectedItem property.
| ZetComboBox | |
| Method | Defined by | ||
|---|---|---|---|
|
Constructor
| DGComboBoxItemRenderer | ||
| comboUID | property |
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
| DGComboBoxItemRenderer | () | constructor |
public function DGComboBoxItemRenderer()Constructor