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

Method showBackButton

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

Source from the content-addressed store, hash-verified

607
608 /// Shows the back button.
609 public void showBackButton() {
610 backButton.setVisible(true);
611 }
612
613 /// Gets the container that is rendered on the top right bar of the sheet. Use this
614 /// to add buttons and other content you wish to appear in the title bar. Best not to

Callers

nothing calls this directly

Calls 1

setVisibleMethod · 0.45

Tested by

no test coverage detected