Package com.google.gwt.dom.client
Class StyleInjector.StyleInjectorImpl
java.lang.Object
com.google.gwt.dom.client.StyleInjector.StyleInjectorImpl
- Enclosing class:
StyleInjector
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptioninjectStyleSheet
(String contents) Deprecated.injectStyleSheetAtEnd
(String contents) Deprecated.injectStyleSheetAtStart
(String contents) Deprecated.void
setContents
(StyleElement style, String contents) Deprecated.
-
Constructor Details
-
StyleInjectorImpl
public StyleInjectorImpl()Deprecated.
-
-
Method Details
-
injectStyleSheet
Deprecated. -
injectStyleSheetAtEnd
Deprecated. -
injectStyleSheetAtStart
Deprecated. -
setContents
Deprecated.
-