Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ setBgColor
Method
setBgColor
CodenameOne/src/com/codename1/ui/plaf/Style.java:685–687 ·
view source on GitHub ↗
(int bgColor)
Source
from the content-addressed store, hash-verified
683
///
684
/// - `bgColor`: RRGGBB color that ignors the alpha component
685
public
void
setBgColor(
int
bgColor) {
686
setBgColor(bgColor, false);
687
}
688
689
/// Background image for the component
690
///
Callers
15
showOnTopSidemenuImpl
Method · 0.95
showOnTopRightSidemenuImpl
Method · 0.95
createStyle
Method · 0.95
merge
Method · 0.95
updatePropertyPanel
Method · 0.95
prepareCapture
Method · 0.95
buildContainer
Method · 0.95
buildContainer
Method · 0.95
prepareCapture
Method · 0.95
makeHeader
Method · 0.95
buildSourceForm
Method · 0.95
buildDestForm
Method · 0.95
Calls
1
firePropertyChanged
Method · 0.95
Tested by
15
prepareCapture
Method · 0.76
buildContainer
Method · 0.76
buildContainer
Method · 0.76
prepareCapture
Method · 0.76
makeHeader
Method · 0.76
buildSourceForm
Method · 0.76
buildDestForm
Method · 0.76
styleForm
Method · 0.76
runTest
Method · 0.76
buildSourceForm
Method · 0.76
buildDestForm
Method · 0.76
prepareCapture
Method · 0.76