Class StyleInjector.StyleInjectorImpl

java.lang.Object
com.google.gwt.dom.client.StyleInjector.StyleInjectorImpl
Enclosing class:
StyleInjector

@Deprecated public static class StyleInjector.StyleInjectorImpl extends Object
Deprecated.
The DOM-compatible way of adding stylesheets. This implementation requires the host HTML page to have a head element defined.

Deprecated, as this is the only implementation, this may be removed in a future release.

  • Constructor Details

    • StyleInjectorImpl

      public StyleInjectorImpl()
      Deprecated.
  • Method Details

    • injectStyleSheet

      public StyleElement injectStyleSheet(String contents)
      Deprecated.
    • injectStyleSheetAtEnd

      public StyleElement injectStyleSheetAtEnd(String contents)
      Deprecated.
    • injectStyleSheetAtStart

      public StyleElement injectStyleSheetAtStart(String contents)
      Deprecated.
    • setContents

      public void setContents(StyleElement style, String contents)
      Deprecated.