Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
initComponentImpl
Method · 0.95
focusGained
Method · 0.95
testTickerEnabled
Method · 0.95
setTitle
Method · 0.80
startComponentLableTicker
Method · 0.80
stopComponentLableTicker
Method · 0.80
invoke6
Method · 0.80
invoke0
Method · 0.80
invoke1
Method · 0.80
Calls
no outgoing calls
Tested by
1
testTickerEnabled
Method · 0.76