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

Method id

CodenameOne/src/com/codename1/ui/layouts/mig/CC.java:732–735  ·  view source on GitHub ↗
(String s)

Source from the content-addressed store, hash-verified

730 ///
731 /// `this` so it is possible to chain calls. E.g. `new ComponentConstraint().noGrid().gap().fill()`.
732 public CC id(String s) {
733 setId(s);
734 return this;
735 }
736
737 /// Same functionality as `tag)` only this method returns `this` for chaining multiple calls.
738 ///

Callers 9

invoke2Method · 0.80
byIdMethod · 0.80
byIdMethod · 0.80
runTestMethod · 0.80
byIdMethod · 0.80
encodeProductMethod · 0.80
lFunction · 0.80
video.min.jsFile · 0.80
unFunction · 0.80

Calls 1

setIdMethod · 0.95

Tested by 3

byIdMethod · 0.64
byIdMethod · 0.64
runTestMethod · 0.64