Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ getTitle
Method
getTitle
CodenameOne/src/com/codename1/ui/Dialog.java:905–908 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
903
904
/// {@inheritDoc}
905
@Override
906
public
String getTitle() {
907
return
dialogTitle.getText();
908
}
909
910
/// {@inheritDoc}
911
@Override
Callers
2
showPopupDialog
Method · 0.95
showPackedImpl
Method · 0.95
Calls
1
getText
Method · 0.65
Tested by
no test coverage detected