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

Method setDisposed

CodenameOne/src/com/codename1/ui/Dialog.java:1942–1944  ·  view source on GitHub ↗
(boolean disposed)

Source from the content-addressed store, hash-verified

1940
1941 /// Allows us to indicate disposed state for dialogs
1942 void setDisposed(boolean disposed) {
1943 this.disposed = disposed;
1944 }
1945
1946 /// Determines whether the execution of a command on this dialog implicitly
1947 /// disposes the dialog. This defaults to true which is a sensible default for

Callers 5

showMethod · 0.95
showAtPositionMethod · 0.95
showImplMethod · 0.95
showModelessMethod · 0.95
disposeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected