com.vaadin.flow.dom.

Interface ThemeList

    • Method Detail

      • set

        default boolean set(String themeName,
                            boolean set)

        Sets or removes the given theme name, based on the set parameter.

        Parameters:

        themeName - the theme name to set or remove

        set - true to set the theme name, false to remove it

        Returns:

        true if the theme list was modified (theme name added or removed), false otherwise