Example usage for com.google.gwt.dom.client Document subclass-usage

List of usage examples for com.google.gwt.dom.client Document subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.dom.client Document subclass-usage.

Usage

From source file com.google.speedtracer.client.util.dom.DocumentExt.java

/**
 * Utility extension to support common patterns and idioms.
 */
public class DocumentExt extends Document {
    /**
     * Gets an instance of the containing Document ($doc).

From source file org.rstudio.core.client.dom.DocumentEx.java

public class DocumentEx extends Document {
    protected DocumentEx() {
    }

    public final native boolean hasFocus() /*-{
                                           return this.hasFocus && this.hasFocus();

From source file org.vectomatic.dom.svg.impl.SVGDocument.java

/**
 * <p>When an <a href='http://www.w3.org/TR/SVG11/struct.html#SVGElement'
 * title='svg element specification'>svg</a> element is embedded inline as
 * a component of a document from another namespace, such as when an <a href='http://www.w3.org/TR/SVG11/struct.html#SVGElement'
 * title='svg element specification'>svg</a> element is embedded inline within
 * an XHTML document [<a href="refs.html#ref-XHTML">XHTML</a>], then an {@link

From source file org.xwiki.gwt.dom.client.Document.java

/**
 * Extends the document implementation provided by GWT to add support for selection and range.
 * 
 * @see "http://code.google.com/p/google-web-toolkit/issues/detail?id=3006"
 * @see "http://code.google.com/p/google-web-toolkit/issues/detail?id=3053"
 * @version $Id: 5db55210a08a6be188909c60a02ad4e2f70e9808 $