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

Method setProperty

CodenameOne/src/com/codename1/ui/CN.java:628–630  ·  view source on GitHub ↗
(String key, String value)

Source from the content-addressed store, hash-verified

626 ///
627 /// - `value`: the value of the property
628 public static void setProperty(String key, String value) {
629 Display.INSTANCE.setProperty(key, value);
630 }
631
632 /// Returns true if executing this URL should work, returns false if it will not
633 /// and null if this is unknown.

Callers 7

runAndWaitMethod · 0.95
runMethod · 0.95
runAppMethod · 0.95
runAppMethod · 0.95
initMethod · 0.95
testToastBarSampleMethod · 0.95
delegatesDisplayStateMethod · 0.95

Calls 1

setPropertyMethod · 0.65

Tested by 2

testToastBarSampleMethod · 0.76
delegatesDisplayStateMethod · 0.76