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

Method setSelectedIndex

CodenameOne/src/com/codename1/ui/List.java:477–479  ·  view source on GitHub ↗
(int index)

Source from the content-addressed store, hash-verified

475 ///
476 /// - `index`: the current selected offset in the list
477 public void setSelectedIndex(int index) {
478 setSelectedIndex(index, true);
479 }
480
481 /// {@inheritDoc}
482 @Override

Callers 14

dataChangedMethod · 0.95
keyReleasedMethod · 0.95
pointerReleasedImplMethod · 0.95
animateMethod · 0.95
populateMethod · 0.95
testGetSelectedItemMethod · 0.95
testGetSelectedIndexMethod · 0.95
testSetSelectedIndexMethod · 0.95
testScrollToSelectedMethod · 0.95

Calls 5

selectElementMethod · 0.95
setSelectedIndexMethod · 0.65
revalidateMethod · 0.65
isInitializedMethod · 0.45
getComponentFormMethod · 0.45