Uses of Class
magi.toolkit.fields.ComboList

Packages that use ComboList
magi.toolkit.fields   
 

Uses of ComboList in magi.toolkit.fields
 

Methods in magi.toolkit.fields that return ComboList
 ComboList MagiComboBoxModel.getData()
          Retrieve the list of data stored in this model.
 ComboList MagiComboBox.getData()
          Returns a List of Combo Box data from this Combo Box.
 

Methods in magi.toolkit.fields with parameters of type ComboList
 void MagiComboBoxModel.setData(ComboList comboList)
          Sets the list of data stored in this model.
 void MagiComboBox.setData(ComboList comboList)
          Sets the list of Combo Box data into this Combo Box.