|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IndividualTabStateProperties
The IndividualTabStateProperties
interface represents Tab Control
styling properties for a specific tab state.
Method Summary | |
---|---|
java.lang.String |
getColor()
Background color. |
void |
setColor(java.lang.String color)
Sets the background color, this is equivalent to the CSS background-color property and any valid value for this CSS property can be used. |
Methods inherited from interface com.ebasetech.xi.api.controls.TextStyleProperties |
---|
getLineHeight, getTextBold, getTextColor, getTextDecoration, getTextFont, getTextItalic, getTextSize, setLineHeight, setTextBold, setTextColor, setTextDecoration, setTextFont, setTextItalic, setTextSize |
Method Detail |
---|
java.lang.String getColor()
setColor(String)
void setColor(java.lang.String color)
null
removes any configured value.
Examples:
controls.TAB1.allState.color = "#808080"; controls.TAB1.selectedState.setColor("yellow");
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |