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

Class FallbackChunk.CssImportData

java.lang.Object
com.vaadin.flow.server.frontend.FallbackChunk.CssImportData

All Implemented Interfaces:

Serializable

Enclosing class:

FallbackChunk

public static class FallbackChunk.CssImportData extends Object implements Serializable

Css data stored in fallback chunk.

Author:

Vaadin Ltd

See Also:

  • Constructor Details

    • 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:

  • Method Details

    • 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

    • equals

      public boolean equals(Object obj)

      Overrides:

      equals in class Object