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

Method getModel

CodenameOne/src/com/codename1/ui/List.java:565–567  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

563 ///
564 /// the model underlying the list
565 public ListModel<T> getModel() {
566 return model;
567 }
568
569 /// Replaces/sets the model underlying the list
570 ///

Callers 15

refreshThemeMethod · 0.95
keyReleasedMethod · 0.95
keyPressedMethod · 0.95
paintMethod · 0.95
pointerPressedMethod · 0.95
pointerSelectMethod · 0.95
animateMethod · 0.95
shouldShowHintMethod · 0.95

Calls

no outgoing calls

Tested by 7

testSetModelMethod · 0.76
testGetElementSizeMethod · 0.76
testEmptyListMethod · 0.76