Package com.aquima.web.ui.mvc.angular
Class AngularUiConfiguration
- java.lang.Object
-
- com.aquima.web.ui.mvc.angular.AngularUiConfiguration
-
public class AngularUiConfiguration extends Object
This class represents the configuration of the Mvc UI.- Since:
- 9.2
- Author:
- A.Pragt
-
-
Constructor Summary
Constructors Constructor Description AngularUiConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addTheme(AngularThemeConfiguration theme)
Adds a theme to the configuration.List<AngularThemeConfiguration>
getThemes()
Returns all configured themes.
-
-
-
Method Detail
-
getThemes
public List<AngularThemeConfiguration> getThemes()
Returns all configured themes.- Returns:
- All configured themes, never null.
-
addTheme
public void addTheme(AngularThemeConfiguration theme)
Adds a theme to the configuration.- Parameters:
theme
- Theme configuration, not null.
-
-