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

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

Introduction

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

Usage

From source file com.bearsoft.gwt.ui.XElement.java

/**
 * 
 * @author mg
 */
public class XElement extends Element {

From source file com.eas.core.XElement.java

/**
 * 
 * @author mg
 */
public class XElement extends Element {

From source file com.nsalz.gwt.canvas.create.client.ui.CanvasElement.java

/**
 * Canvas element.
 * 
 * <p>
 * <span style="color:red">Copied from GWT 2.2.0 to freeze the API</span>
 * </p>

From source file gwt.g2d.client.graphics.canvas.CanvasElement.java

/**
 * Interface for the canvas element.
 * 
 * @author hao1300@gmail.com
 */
@TagName(CanvasElement.TAG)

From source file gwt.g2d.client.media.MediaElement.java

/**
 * Abstract element that supports media playback.
 * 
 * @author hao1300@gmail.com
 */
public abstract class MediaElement extends Element {

From source file gwt.g2d.client.media.SourceElement.java

/**
 * Represents a source element.
 * 
 * @author hao1300@gmail.com
 */
@TagName(AudioElement.TAG)

From source file org.opennms.features.topology.app.internal.gwt.client.svg.SVGElement.java

public class SVGElement extends Element {

    protected SVGElement() {
    }

    public static final native SVGElement wrapElement(Element svg) /*-{

From source file org.opennms.features.topology.app.internal.gwt.client.svg.SVGGElement.java

public class SVGGElement extends Element {

    protected SVGGElement() {
    }

    public final native SVGMatrix getCTM() /*-{

From source file org.opennms.features.topology.app.internal.gwt.client.svg.SVGRect.java

public class SVGRect extends Element {

    protected SVGRect() {
    };

    public final native int getHeight() /*-{

From source file org.opennms.features.topology.app.internal.gwt.client.svg.SVGUseElement.java

public class SVGUseElement extends Element {

    protected SVGUseElement() {
    }

    public final native SVGRect getBBox() /*-{