Class ThemesAdministrationSectionPage


  • public class ThemesAdministrationSectionPage
    extends AdministrationSectionPage
    Represents the actions possible on the Themes administration section.
    Since:
    6.3M1
    Version:
    $Id: c9bd19199862029067e5b41702ac83053e1c5a65 $
    • Constructor Detail

      • ThemesAdministrationSectionPage

        public ThemesAdministrationSectionPage()
        Default constructor.
    • Method Detail

      • getColorThemes

        public List<String> getColorThemes()
        Returns:
        the list of available color themes
      • setColorTheme

        public void setColorTheme​(String colorThemeName)
        Select the specified color theme.
        Parameters:
        colorThemeName - name of the color theme to select
      • getCurrentColorTheme

        public String getCurrentColorTheme()
        Returns:
        the current color theme
      • getColibriColorThemes

        public List<String> getColibriColorThemes()
        Returns:
        the list of colibri themes
      • getFlamingoThemes

        public List<String> getFlamingoThemes()
        Returns:
        the list of flamingo themes
      • clickOnCustomize

        public void clickOnCustomize()
        Click on the 'customize' button
      • manageColorThemes

        public void manageColorThemes()
        Click on "manage color theme".
        Since:
        6.3RC1