BackgroundStyleProperties.setBackgroundColor

Sets the background color, this is equivalent to the CSS background-color property and any valid value for this CSS property can be used. Setting this property to null removes any configured value.

Examples:

 controls.PANEL1.backgroundColor = "#808080";
 controls.TEXT1.setBackgroundColor("yellow");
 

Parameters

java.lang.String  backgroundColor,