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

Method setIconUIID

CodenameOne/src/com/codename1/ui/Label.java:1626–1632  ·  view source on GitHub ↗
(String uiid)

Source from the content-addressed store, hash-verified

1624 /// - `uiid`: The uiid to use for the material icon style.
1625 ///
1626 @Override
1627 public void setIconUIID(String uiid) {
1628 if (iconStyleComponent == null || !uiid.equals(iconStyleComponent.getUIID())) {
1629 iconStyleComponent = new Component();
1630 iconStyleComponent.setUIID(uiid);
1631 }
1632 }
1633
1634}

Callers 2

setLabelUIIDMethod · 0.95
initLafMethod · 0.95

Calls 3

equalsMethod · 0.65
getUIIDMethod · 0.45
setUIIDMethod · 0.45

Tested by

no test coverage detected