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

Method setUIID

CodenameOne/src/com/codename1/ui/Component.java:1789–1791  ·  view source on GitHub ↗
(String id)

Source from the content-addressed store, hash-verified

1787 ///
1788 /// - `id`: UIID unique identifier for component type
1789 public void setUIID(String id) {
1790 setUIIDFinal(id);
1791 }
1792
1793 /// This method is the implementation of setUIID and is defined
1794 /// as final to allow invocation from constructors.

Callers 13

initUIMethod · 0.95
ComboBoxMethod · 0.95
setUIIDMethod · 0.95
insertTabMethod · 0.95
createCommandListMethod · 0.95
updateStateMethod · 0.95
MultiComboBoxMethod · 0.95
initSpinnerRendererMethod · 0.95
createComponentMethod · 0.95
createInstanceMethod · 0.95
applySelectionToGridMethod · 0.95

Calls 1

setUIIDFinalMethod · 0.95

Tested by

no test coverage detected