Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ setUIID
Method
setUIID
CodenameOne/src/com/codename1/ui/Label.java:523–527 ·
view source on GitHub ↗
(String id)
Source
from the content-addressed store, hash-verified
521
522
/// {@inheritDoc}
523
@Override
524
public
void
setUIID(String id) {
525
super.setUIID(id);
526
setLabelUIID(id);
527
}
528
529
private
void
setLabelUIID(String id) {
530
if
(id != null && id.length() > 0) {
Callers
15
createRendererContainer
Method · 0.95
actionPerformed
Method · 0.95
SearchBar
Method · 0.95
setHint
Method · 0.95
createCell
Method · 0.95
processTag
Method · 0.95
getPullToRefreshHeight
Method · 0.95
addComponents
Method · 0.95
updateThemePreview
Method · 0.95
PlaygroundMenuSection
Method · 0.95
rebuild
Method · 0.95
createRow
Method · 0.95
Calls
1
setLabelUIID
Method · 0.95
Tested by
15
start
Method · 0.76
createSheet
Method · 0.76
populate
Method · 0.76
populate
Method · 0.76
UserForm
Method · 0.76
start
Method · 0.76
componentPropertyMutations
Method · 0.76
testSetUIIDUpdatesStyles
Method · 0.76
testSelectByUIID
Method · 0.76
testSelectSingleComponent
Method · 0.76
testSetText
Method · 0.76
testSetVisible
Method · 0.76