Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ getBgColor
Method
getBgColor
CodenameOne/src/com/codename1/ui/plaf/Style.java:676–678 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
674
///
675
/// the background color for the component
676
public
int
getBgColor() {
677
return
bgColor;
678
}
679
680
/// Sets the background color for the component
681
///
Callers
15
paintBackground
Method · 0.95
setIcon
Method · 0.95
setFontIcon
Method · 0.95
paint
Method · 0.95
paint
Method · 0.95
paint
Method · 0.95
drawCheckBox
Method · 0.95
drawComboBox
Method · 0.95
drawComponent
Method · 0.95
drawTextField
Method · 0.95
paintRoundedBorder
Method · 0.95
paint
Method · 0.95
Calls
no outgoing calls
Tested by
15
testMergeStyleRespectsModifiedStyles
Method · 0.76
testDarkStyleIsUsedAndInheritsBaseStyle
Method · 0.76
testDarkStyleSelectedInheritsSelectedBaseStyle
Method · 0.76
testDarkStyleCanOverrideImplicitInheritanceWithExplicitDerive
Method · 0.76
testRefreshThemeAppliesDarkStyleAfterCachedLightLookup
Method · 0.76
testRefreshThemePreservesAppThemeCustomizationsAcrossDarkModeFlip
Method · 0.76
capture
Method · 0.36
validateThemeTogglesStillApplyWithCustomCss
Method · 0.36
bg
Method · 0.36
testTextFieldCaretColor
Method · 0.36
testTextFieldHintStyling
Method · 0.36
testStyleCloningAndScaling
Method · 0.36