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

Method getTitle

CodenameOne/src/com/codename1/ui/Form.java:1956–1965  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1954 ///
1955 /// returns the form title
1956 public String getTitle() {
1957 if (toolbar != null) {
1958 Component cmp = toolbar.getTitleComponent();
1959 if (cmp instanceof Label) {
1960 return ((Label) cmp).getText();
1961 }
1962 return null;
1963 }
1964 return title.getText();
1965 }
1966
1967 /// Sets the Form title to the given text
1968 ///

Callers 15

createFormMethod · 0.95
showFormMethod · 0.95
testGradientAlphaMethod · 0.95
waitForFormTitleMethod · 0.95
waitForFormTitleMethod · 0.95
waitForFormTitleMethod · 0.95
testSideMenuMethod · 0.95

Calls 2

getTextMethod · 0.65
getTitleComponentMethod · 0.45

Tested by 15

testGradientAlphaMethod · 0.76
waitForFormTitleMethod · 0.76
waitForFormTitleMethod · 0.76
waitForFormTitleMethod · 0.76
testSideMenuMethod · 0.76
waitForFormTitleMethod · 0.76