Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ hideBackButton
Method
hideBackButton
CodenameOne/src/com/codename1/ui/Sheet.java:604–606 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
602
603
/// Hides the back button.
604
public
void
hideBackButton() {
605
backButton.setVisible(false);
606
}
607
608
/// Shows the back button.
609
public
void
showBackButton() {
Callers
nothing calls this directly
Calls
1
setVisible
Method · 0.45
Tested by
no test coverage detected