Uses of Interface
com.tensegrity.palowebviewer.modules.widgets.client.combobox.IComboboxModel

Packages that use IComboboxModel
com.tensegrity.palowebviewer.modules.ui.client.dimensions   
com.tensegrity.palowebviewer.modules.widgets.client.combobox   
com.tensegrity.palowebviewer.modules.widgets.client.treecombobox   
 

Uses of IComboboxModel in com.tensegrity.palowebviewer.modules.ui.client.dimensions
 

Subinterfaces of IComboboxModel in com.tensegrity.palowebviewer.modules.ui.client.dimensions
 interface ISubsetListModel
           
 

Classes in com.tensegrity.palowebviewer.modules.ui.client.dimensions that implement IComboboxModel
 class SelectedElementComboboxModel
           
 class SubsetComboboxModel
           
 

Uses of IComboboxModel in com.tensegrity.palowebviewer.modules.widgets.client.combobox
 

Subinterfaces of IComboboxModel in com.tensegrity.palowebviewer.modules.widgets.client.combobox
 interface IListComboboxModel
          Model of widget that can have one Item selected from a list.
 

Classes in com.tensegrity.palowebviewer.modules.widgets.client.combobox that implement IComboboxModel
 class AbstractComboboxModel
          Base implementation for IComboboxModel.
 class ListComboboxModel
          Simple impelentation for IListComboboxModel.
 

Uses of IComboboxModel in com.tensegrity.palowebviewer.modules.widgets.client.treecombobox
 

Subinterfaces of IComboboxModel in com.tensegrity.palowebviewer.modules.widgets.client.treecombobox
 interface ITreeComboboxModel
          Combobox model that have tree instead of plain list of objects.
 

Classes in com.tensegrity.palowebviewer.modules.widgets.client.treecombobox that implement IComboboxModel
 class AbstractTreeComboboxModel
          Base implementation for ITreeComboboxModel.
 class DefaultTreeComboboxModel
          Default implementation for ITreeComboboxModel with tree instead of plain list.