Uses of Interface
portal.comp.list.ListDataModel

Packages that use ListDataModel
portal.comp.list   
 

Uses of ListDataModel in portal.comp.list
 

Classes in portal.comp.list that implement ListDataModel
 class DefaultListDataModel
           
 class ListDataModelAdapter
          A utility class for data binding.
 

Methods in portal.comp.list that return ListDataModel
 ListDataModel ListBox.getListDataModel()
           
 ListDataModel ComboBox.getListDataModel()
           
 

Methods in portal.comp.list with parameters of type ListDataModel
 void DefaultSelectionModel.setListDataModel(ListDataModel listDataModel)
           
 void SelectionModel.setListDataModel(ListDataModel listDataModel)
           
 

Constructors in portal.comp.list with parameters of type ListDataModel
ListBox(ListDataModel model, SelectionModel selection)
           
ComboBox(ListDataModel model)
           
DefaultSelectionModel(ListDataModel listDataModel, SelectionMode selectionMode)