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

Method show

CodenameOne/src/com/codename1/ui/Dialog.java:291–293  ·  view source on GitHub ↗
(String title, String text, int type, Image icon, String okText, String cancelText)

Source from the content-addressed store, hash-verified

289 ///
290 /// true if the ok command was pressed or if cancelText is null. False otherwise.
291 public static boolean show(String title, String text, int type, Image icon, String okText, String cancelText) {
292 return show(title, text, type, icon, okText, cancelText, 0);
293 }
294
295 /// Shows a modal prompt dialog with the given title and text.
296 ///

Callers 15

actionPerformedMethod · 0.95
actionPerformedMethod · 0.95
runMethod · 0.95
manageSubscriptionsMethod · 0.95
handleExceptionMethod · 0.95
sendLogImplMethod · 0.95
parsingErrorMethod · 0.95
runMethod · 0.95
runMethod · 0.95
actionPerformedMethod · 0.95
showWelcomeAdMethod · 0.95

Calls 15

getInstanceMethod · 0.95
setEditableMethod · 0.95
setLayoutMethod · 0.95
setDefaultCommandMethod · 0.95
addComponentMethod · 0.95
setTimeoutMethod · 0.95
setScrollableMethod · 0.95
showMethod · 0.95
setDialogTypeMethod · 0.95
setTransitionsMethod · 0.95
configureCommandsMethod · 0.95

Tested by 15

startMethod · 0.76
initMethod · 0.76
scanCompletedMethod · 0.76
scanCanceledMethod · 0.76
scanErrorMethod · 0.76
loginFailedMethod · 0.76
initMethod · 0.76
initMethod · 0.76
initMethod · 0.76
initMethod · 0.76
initMethod · 0.76
initMethod · 0.76