Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ shouldShowHint
Method
shouldShowHint
CodenameOne/src/com/codename1/ui/List.java:2333–2336 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2331
}
2332
2333
@Override
2334
boolean shouldShowHint() {
2335
return
getModel().getSize() == 0;
2336
}
2337
2338
private
class
Listeners implements DataChangedListener, SelectionListener {
2339
Callers
2
calcPreferredSize
Method · 0.95
testHintLabel
Method · 0.45
Calls
2
getModel
Method · 0.95
getSize
Method · 0.65
Tested by
1
testHintLabel
Method · 0.36