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

Method setId

CodenameOne/src/com/codename1/ui/layouts/mig/CC.java:1964–1966  ·  view source on GitHub ↗
(String id)

Source from the content-addressed store, hash-verified

1962 /// - `id`: @param id The id or `null`. May consist of a groupID and a componentID which are separated by a dot: ".". E.g. "grp1.id1".
1963 /// The dot should never be first or last if present.
1964 public void setId(String id) {
1965 this.id = id;
1966 }
1967
1968 /// Returns the absolute resizing in the last stage of the layout cycle. May be `null` and elements may be `null`.
1969 ///

Callers 2

idMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected