Uses of Class
com.google.gwt.dom.client.StyleElement
-
Uses of StyleElement in com.google.gwt.dom.client
Modifier and TypeMethodDescriptionstatic StyleElement
Assert that the givenElement
is compatible with this class and automatically typecast it.final StyleElement
Document.createStyleElement()
Creates a <style> element.static StyleElement
StyleInjector.injectStylesheet
(String contents) Add a stylesheet to the document.StyleInjector.StyleInjectorImpl.injectStyleSheet
(String contents) Deprecated.static StyleElement
StyleInjector.injectStylesheetAtEnd
(String contents) Add stylesheet data to the document as though it were declared after all stylesheets previously created byStyleInjector.injectStylesheet(String)
.StyleInjector.StyleInjectorImpl.injectStyleSheetAtEnd
(String contents) Deprecated.static StyleElement
StyleInjector.injectStylesheetAtStart
(String contents) Add stylesheet data to the document as though it were declared before any stylesheet previously created byStyleInjector.injectStylesheet(String)
.StyleInjector.StyleInjectorImpl.injectStyleSheetAtStart
(String contents) Deprecated.Modifier and TypeMethodDescriptionstatic void
StyleInjector.setContents
(StyleElement style, String contents) Replace the contents of a previously-injected stylesheet.void
StyleInjector.StyleInjectorImpl.setContents
(StyleElement style, String contents) Deprecated.