MCPcopy 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

actionPerformedMethod · 0.95
SearchBarMethod · 0.95
setHintMethod · 0.95
createCellMethod · 0.95
processTagMethod · 0.95
addComponentsMethod · 0.95
updateThemePreviewMethod · 0.95
PlaygroundMenuSectionMethod · 0.95
rebuildMethod · 0.95
createRowMethod · 0.95

Calls 1

setLabelUIIDMethod · 0.95

Tested by 15

startMethod · 0.76
createSheetMethod · 0.76
populateMethod · 0.76
populateMethod · 0.76
UserFormMethod · 0.76
startMethod · 0.76
testSelectByUIIDMethod · 0.76
testSetTextMethod · 0.76
testSetVisibleMethod · 0.76