MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / ComboBox

Method ComboBox

CodenameOne/src/com/codename1/ui/ComboBox.java:146–148  ·  view source on GitHub ↗
(Vector<T> items)

Source from the content-addressed store, hash-verified

144 ///
145 /// - `items`: set of items placed into the combo box model
146 public ComboBox(Vector<T> items) {
147 this(new DefaultListModel(items));
148 }
149
150 /// Creates a new instance of ComboBox
151 ///

Callers

nothing calls this directly

Calls 14

setUIIDMethod · 0.95
getInstanceMethod · 0.95
setBgTransparencyMethod · 0.95
setComboBoxImageMethod · 0.95
createMaterialMethod · 0.95
setUIIDFinalMethod · 0.80
setShowNumbersMethod · 0.80
setInputOnFocusMethod · 0.80
setIsScrollVisibleMethod · 0.80
isThemeConstantMethod · 0.80
getListFocusComponentMethod · 0.65
getStyleMethod · 0.65

Tested by

no test coverage detected