DropDownSelectionView
DropDownSelectionView
Kind: global class
new DropDownSelectionView(model, [transform], [changeListener])
| Param | Type |
|---|---|
| model | List.<T> |
| [transform] | function |
| [changeListener] | function |
dropDownSelectionView.getValueById(id) ⇒ T
Kind: instance method of DropDownSelectionView
| Param | Type |
|---|---|
| id | string |
dropDownSelectionView.getSelectedValue() ⇒ T
Kind: instance method of DropDownSelectionView
dropDownSelectionView.setSelectedValue(v)
Kind: instance method of DropDownSelectionView
| Param | Type |
|---|---|
| v | T |