public static class

StyleInjector.StyleInjectorImplIE

extends StyleInjector.StyleInjectorImpl
java.lang.Object
   ↳ com.google.gwt.dom.client.StyleInjector.StyleInjectorImpl
     ↳ com.google.gwt.dom.client.StyleInjector.StyleInjectorImplIE

Class Overview

IE doesn't allow manipulation of a style element through DOM methods. There is also a hard-coded limit on the number of times that createStyleSheet can be called before IE6 starts throwing exceptions.

Summary

Public Constructors
StyleInjector.StyleInjectorImplIE()
Public Methods
void appendContents(StyleElement style, String contents)
StyleElement injectStyleSheet(String contents)
StyleElement injectStyleSheetAtEnd(String contents)
StyleElement injectStyleSheetAtStart(String contents)
void prependContents(StyleElement style, String contents)
[Expand]
Inherited Methods
From class com.google.gwt.dom.client.StyleInjector.StyleInjectorImpl
From class java.lang.Object

Public Constructors

public StyleInjector.StyleInjectorImplIE ()

Public Methods

public void appendContents (StyleElement style, String contents)

public StyleElement injectStyleSheet (String contents)

public StyleElement injectStyleSheetAtEnd (String contents)

public StyleElement injectStyleSheetAtStart (String contents)

public void prependContents (StyleElement style, String contents)