Package com.tensegrity.palowebviewer.modules.widgets.client.combobox

Interface Summary
IComboboxListener Listener for the IComboboxModel selected item selection.
IComboboxModel Model of widget that can have one selected Item.
IListComboboxModel Model of widget that can have one Item selected from a list.
 

Class Summary
AbstractComboboxModel Base implementation for IComboboxModel.
ComboboxListenerCollection Collection of IComboboxListener that can add/remove and notify listeners.
ListComboboxModel Simple impelentation for IListComboboxModel.
SelectionListWidget Widget that represents dropdown list when someone tries to choose item in a combobox.