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

Interface Summary
ICoboboxViewListener Listener to combobox view.
ISetter An accessor used to set value.
ITreeComboboxModel Combobox model that have tree instead of plain list of objects.
IValidator Validates the value and if it's OK then sets it using ISetter.
 

Class Summary
AbstractTreeComboboxModel Base implementation for ITreeComboboxModel.
ComboboxViewListeners Listener collection for combobox view.
DefaultTreeComboboxModel Default implementation for ITreeComboboxModel with tree instead of plain list.
TreeCombobox Combobox widget that have tree instead of plain object list.