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

Method showStretched

CodenameOne/src/com/codename1/ui/Dialog.java:1721–1723  ·  view source on GitHub ↗
(String position, boolean modal)

Source from the content-addressed store, hash-verified

1719 ///
1720 /// the command selected if the dialog is modal and disposed via a command
1721 public Command showStretched(String position, boolean modal) {
1722 return showPackedImpl(position, modal, true);
1723 }
1724
1725 /// Convenience method to show a dialog stretched to one of the sides
1726 ///

Callers

nothing calls this directly

Calls 1

showPackedImplMethod · 0.95

Tested by

no test coverage detected