You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.server.frontend.

Class FallbackChunk.CssImportData

    • Constructor Detail

      • CssImportData

        public CssImportData​(String value,
                             String id,
                             String include,
                             String themeFor)

        Creates a new instance using provided values for css data.

        Parameters:

        value - location of the file with the CSS content, not null

        id - the 'id' of the new 'dom-module' created, may be null

        include - the 'id' of a module to include in the generated 'custom-style', may be null

        themeFor - the tag name of the themable element that the generated 'dom-module' will target, may be null

        See Also:

        CssImport

    • Method Detail

      • getValue

        public String getValue()
      • getId

        public String getId()
      • getInclude

        public String getInclude()
      • getThemeFor

        public String getThemeFor()
      • hashCode

        public int hashCode()

        Overrides:

        hashCode in class Object