| Package | Description |
|---|---|
| pro.redsoft.iframework.shared.config |
| Modifier and Type | Field and Description |
|---|---|
protected Theme |
Themes._default |
| Modifier and Type | Field and Description |
|---|---|
protected List<Theme> |
Themes.theme |
| Modifier and Type | Method and Description |
|---|---|
static Theme |
Theme.fromValue(String v) |
Theme |
Themes.getDefault()
Gets the value of the default property.
|
static Theme |
Theme.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Theme[] |
Theme.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<Theme> |
Themes.getTheme()
Gets the value of the theme property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Themes.setDefault(Theme value)
Sets the value of the default property.
|
Copyright © 2012–2014 RedSoft. All rights reserved.