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

Method getUIID

CodenameOne/src/com/codename1/ui/Component.java:1773–1781  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1771 ///
1772 /// unique string identifying this component for the style sheet
1773 public final String getUIID() {
1774 if (landscapeUiid != null) {
1775 if (Display.impl.isPortrait()) {
1776 return portraitUiid;
1777 }
1778 return landscapeUiid;
1779 }
1780 return portraitUiid;
1781 }
1782
1783 /// This method sets the Component the Unique identifier.
1784 /// This method should be used before a component has been initialized

Callers 15

getInlineStylesUIIDMethod · 0.95
initStyleMethod · 0.95
getPressedStyleMethod · 0.95
getSelectedStyleMethod · 0.95
getDisabledStyleMethod · 0.95
refreshThemeMethod · 0.95
expectPresentMethod · 0.95
applySelectionToGridMethod · 0.95
findStatusBarInMethod · 0.95
actionPerformedMethod · 0.95

Calls 1

isPortraitMethod · 0.45

Tested by 15

expectPresentMethod · 0.76
findByUIIDMethod · 0.76
testBadgeUIIDMethod · 0.76
findByUiidMethod · 0.36
invoke3Method · 0.36
captureMethod · 0.36