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

Method getProperty

CodenameOne/src/com/codename1/ui/CN.java:615–617  ·  view source on GitHub ↗
(String key, String defaultValue)

Source from the content-addressed store, hash-verified

613 ///
614 /// the value of the property
615 public static String getProperty(String key, String defaultValue) {
616 return Display.INSTANCE.getProperty(key, defaultValue);
617 }
618
619 /// Sets a local property to the application, this method has no effect on the
620 /// implementation code and only allows the user to override the logic of getProperty

Callers 15

showMethod · 0.95
deliverFeedbackMethod · 0.95
Oauth2Class · 0.95
handleRedirectMethod · 0.95
showAuthenticationMethod · 0.95
runAndWaitMethod · 0.95
FormClass · 0.95
browserHrefMethod · 0.95
runMethod · 0.95

Calls 1

getPropertyMethod · 0.65

Tested by

no test coverage detected