Class DocumentModeAsserter

java.lang.Object
com.google.gwt.user.client.DocumentModeAsserter
All Implemented Interfaces:
EntryPoint

public class DocumentModeAsserter extends Object implements EntryPoint
Helper class, which, during startup, asserts that the browser's current rendering mode is one of the values allowed by the "document.compatMode".
See Also:
  • Field Details

    • PROPERTY_DOCUMENT_COMPATMODE

      public static final String PROPERTY_DOCUMENT_COMPATMODE
      GWT module configuration property, which enumerates one or more valid browser rendering modes, to be compared with value of $doc.compatMode at runtime.
      See Also:
    • PROPERTY_DOCUMENT_COMPATMODE_SEVERITY

      public static final String PROPERTY_DOCUMENT_COMPATMODE_SEVERITY
      GWT module configuration property, which determines the severity of the runtime $doc.compatMode check. Valid values are specified by DocumentModeAsserter.Severity.
      See Also:
  • Constructor Details

    • DocumentModeAsserter

      public DocumentModeAsserter()
  • Method Details

    • onModuleLoad

      public void onModuleLoad()
      Description copied from interface: EntryPoint
      The entry point method, called automatically by loading a module that declares an implementing class as an entry point.
      Specified by:
      onModuleLoad in interface EntryPoint