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

Method getTitleComponent

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

Source from the content-addressed store, hash-verified

1223 ///
1224 /// the component representing the title for the form
1225 public Label getTitleComponent() {
1226 return title;
1227 }
1228
1229 /// Allows replacing the title with a different title component, thus allowing
1230 /// developers to create more elaborate title objects.

Callers 15

getPropertyValueMethod · 0.95
setPropertyValueMethod · 0.95
showPopupDialogMethod · 0.45
getTitleMethod · 0.45
actionPerformedMethod · 0.45
removeCommandMethod · 0.45
addOpenButtonMethod · 0.45
focusGainedMethod · 0.45
getFormTitleMethod · 0.45
mouseClickedMethod · 0.45

Calls

no outgoing calls