public static class AppConfiguration.Theme
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AppConfiguration.Theme.ButtonsThemeConfig
Class used to represent the configuration associated to the buttons theme.
|
| Constructor and Description |
|---|
Theme() |
| Modifier and Type | Method and Description |
|---|---|
AppConfiguration.Theme.ButtonsThemeConfig |
getButtonsThemeConfig()
Getter method for buttonsThemeConfig property.
|
java.lang.String |
getColor() |
java.lang.String |
getLinkColor() |
java.lang.String |
getTextOnColor() |
public java.lang.String getColor()
public java.lang.String getTextOnColor()
public java.lang.String getLinkColor()
public AppConfiguration.Theme.ButtonsThemeConfig getButtonsThemeConfig()