public final class ToolbarCustomization extends Customization implements java.io.Serializable
| Constructor and Description |
|---|
ToolbarCustomization()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBackgroundColor()
Provides value for background color.
|
java.lang.String |
getButtonText()
Provides value for button text.
|
java.lang.String |
getDarkBackgroundColor()
Provides value for dark background color.
|
java.lang.String |
getHeaderText()
Provides value for header text.
|
void |
setBackgroundColor(java.lang.String hexColorCode) |
void |
setButtonText(java.lang.String buttonText) |
void |
setDarkBackgroundColor(java.lang.String hexColorCode)
Sets the dark background color of the toolbar.
|
void |
setHeaderText(java.lang.String headerText) |
getDarkTextColor, getTextColor, getTextFontName, getTextFontSize, setDarkTextColor, setTextColor, setTextFontName, setTextFontSizepublic java.lang.String getHeaderText()
Stringpublic void setHeaderText(java.lang.String headerText)
throws InvalidInputException
headerText - StringInvalidInputException - if headerText doesn't have a valid value.public java.lang.String getButtonText()
Stringpublic void setButtonText(java.lang.String buttonText)
throws InvalidInputException
buttonText - StringInvalidInputException - if buttonText doesn't have a valid value.public java.lang.String getBackgroundColor()
Stringpublic void setBackgroundColor(java.lang.String hexColorCode)
throws InvalidInputException
hexColorCode - String in hexadecimal format, example: #999999InvalidInputException - if invalid value is passed.public java.lang.String getDarkBackgroundColor()
Stringpublic void setDarkBackgroundColor(java.lang.String hexColorCode)
throws InvalidInputException
hexColorCode - String in hexadecimal format, example: #999999InvalidInputException - if invalid value is passed.