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

Method isTickerEnabled

CodenameOne/src/com/codename1/ui/Label.java:1115–1117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1113 ///
1114 /// tickerEnabled
1115 public boolean isTickerEnabled() {
1116 return tickerEnabled;
1117 }
1118
1119 /// Sets the Label to allow ticking of the text.
1120 /// By default is true

Callers 9

initComponentImplMethod · 0.95
focusGainedMethod · 0.95
testTickerEnabledMethod · 0.95
setTitleMethod · 0.80
invoke6Method · 0.80
invoke0Method · 0.80
invoke1Method · 0.80

Calls

no outgoing calls

Tested by 1

testTickerEnabledMethod · 0.76