MCPcopy 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

calcPreferredSizeMethod · 0.95
testHintLabelMethod · 0.45

Calls 2

getModelMethod · 0.95
getSizeMethod · 0.65

Tested by 1

testHintLabelMethod · 0.36