(String uiid)
| 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 | } |
no test coverage detected