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

Method show

CodenameOne/src/com/codename1/ui/Sheet.java:702–704  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

700 ///
701 /// - #show(int)
702 public void show() {
703 show(DEFAULT_TRANSITION_DURATION);
704 }
705
706 /// Shows the sheet and returns an `AsyncResource` that will be completed when
707 /// the sheet finishes -- either with `#finish(Object)` carrying a chosen value,

Callers 15

actionPerformedMethod · 0.95
showMethod · 0.95
collectFeedbackMethod · 0.95
captureAudioMethod · 0.95
showForResultMethod · 0.95
runMethod · 0.95
executeMethod · 0.95
runMethod · 0.95
playAsyncMethod · 0.95
promptUserToPlayMediaMethod · 0.95
captureAudioMethod · 0.95
runMethod · 0.95

Calls 15

maxMethod · 0.95
getPreferredWMethod · 0.95
setMarginLeftMethod · 0.95
setMarginRightMethod · 0.95
getCornerRadiusMethod · 0.95
getInstanceMethod · 0.95
getPaddingTopMethod · 0.95
getPaddingBottomMethod · 0.95
getComponentStyleMethod · 0.95
getPositionIntMethod · 0.95
getInstanceMethod · 0.95
getDisplayHeightMethod · 0.95