Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setShouldCalcPreferredSize
Method · 0.95
refreshTheme
Method · 0.95
keyReleased
Method · 0.95
keyPressed
Method · 0.95
calculateComponentPosition
Method · 0.95
paint
Method · 0.95
pointerPressed
Method · 0.95
pointerSelect
Method · 0.95
animate
Method · 0.95
shouldShowHint
Method · 0.95
testDefaultConstructor
Method · 0.95
testConstructorWithModel
Method · 0.95
Calls
no outgoing calls
Tested by
7
testDefaultConstructor
Method · 0.76
testConstructorWithModel
Method · 0.76
testConstructorWithArray
Method · 0.76
testSetModel
Method · 0.76
testGetElementSize
Method · 0.76
testEmptyList
Method · 0.76
testListWithSingleItem
Method · 0.76