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 Details Link icon

    • AngularUiConfiguration Link icon

      public AngularUiConfiguration()
  • Method Details Link icon

    • getThemes Link icon

      public List<AngularThemeConfiguration> getThemes()
      Returns all configured themes.
      Returns:
      All configured themes, never null.
    • addTheme Link icon

      public void addTheme(AngularThemeConfiguration theme)
      Adds a theme to the configuration.
      Parameters:
      theme - Theme configuration, not null.