Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ getSoftButton
Method
getSoftButton
CodenameOne/src/com/codename1/ui/Form.java:1365–1367 ·
view source on GitHub ↗
(int offset)
Source
from the content-addressed store, hash-verified
1363
///
1364
/// a button that can be manipulated
1365
public
Button getSoftButton(
int
offset) {
1366
return
menuBar.getSoftButtons()[offset];
1367
}
1368
1369
/// Returns the style of the menu
1370
///
Callers
9
showPopupDialog
Method · 0.95
showOverflowMenu
Method · 0.95
calcMenuHeight
Method · 0.80
growOrShrinkImpl
Method · 0.80
showMenuDialog
Method · 0.80
drawDialogCmp
Method · 0.80
initTransition
Method · 0.80
drawDialogCmp
Method · 0.80
paint
Method · 0.80
Calls
1
getSoftButtons
Method · 0.80
Tested by
no test coverage detected