Inheritance diagram for nui::TAbstractModelToComboBoxAdapter:

Public Methods | |
| TAbstractModelToComboBoxAdapter () | |
| Builds a new instance. | |
| TAbstractModelToComboBoxAdapter (Observable tOBSERVABLE) | |
| abstract Integer | getCode (int iINDEX) |
| abstract String | getText (int iINDEX) |
| int | size () |
Protected Attributes | |
| List | tInstanceList |
| Instance array. | |
Definition at line 42 of file TAbstractModelToComboBoxAdapter.java.
|
|
Builds a new instance. It attaches to the object tOBSERVABLE.
Definition at line 64 of file TAbstractModelToComboBoxAdapter.java. References nui::TAbstractModelToComboBoxAdapter::tInstanceList. |
|
|
Returns the code of the model instance at index iINDEX.
Referenced by nui::TModelComboBox::getSelectedCode(), and nui::TModelComboBox::setSelectedCode(). |
|
|
Returns the description of the model instance at index iINDEX. This is the text shown combo-box entries.
|
|
|
Returns the number of model instances.
Definition at line 93 of file TAbstractModelToComboBoxAdapter.java. References nui::TAbstractModelToComboBoxAdapter::tInstanceList. Referenced by nui::TModelComboBox::setSelectedCode(). |
1.2.18