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

Method setTitleComponent

CodenameOne/src/com/codename1/ui/Form.java:1235–1238  ·  view source on GitHub ↗
(Label title)

Source from the content-addressed store, hash-verified

1233 ///
1234 /// - `title`: new title component
1235 public void setTitleComponent(Label title) {
1236 titleArea.replace(this.title, title, false);
1237 this.title = title;
1238 }
1239
1240 /// Allows replacing the title with a different title component, thus allowing
1241 /// developers to create more elaborate title objects. This version of the

Callers 6

initSearchBarMethod · 0.45
buildContainerMethod · 0.45
startMethod · 0.45
buildTitleMethod · 0.45

Calls 1

replaceMethod · 0.65

Tested by 4

buildContainerMethod · 0.36
startMethod · 0.36
buildTitleMethod · 0.36