Class ThemeVariantsProviderImpl

java.lang.Object
io.jmix.ui.theme.ThemeVariantsProviderImpl
All Implemented Interfaces:
ThemeVariantsProvider

@Component("ui_ThemeVariantsProvider") public class ThemeVariantsProviderImpl extends Object implements ThemeVariantsProvider
  • Field Details

  • Constructor Details

    • ThemeVariantsProviderImpl

      public ThemeVariantsProviderImpl()
  • Method Details

    • getThemeVariants

      public List<String> getThemeVariants()
      Specified by:
      getThemeVariants in interface ThemeVariantsProvider
      Returns:
      a list of additional class names that will be added to the div element into which this application is rendered
    • getThemeMode

      @Nullable protected String getThemeMode()
    • getThemeSize

      @Nullable protected String getThemeSize()