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

Method fireClicked

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

Source from the content-addressed store, hash-verified

881
882 /// {@inheritDoc}
883 @Override
884 protected void fireClicked() {
885 boolean h = handlesInput();
886 setHandlesInput(!h);
887 if (h) {
888 fireActionEvent();
889 }
890 repaint();
891 }
892
893 /// {@inheritDoc}
894 @Override

Callers 1

focusGainedMethod · 0.45

Calls 4

setHandlesInputMethod · 0.95
fireActionEventMethod · 0.95
repaintMethod · 0.65
handlesInputMethod · 0.45

Tested by

no test coverage detected