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

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

Introduction

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

Usage

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

public class IFrameElementEx extends IFrameElement {
    protected IFrameElementEx() {
    }

    public final native WindowEx getContentWindow() /*-{
                                                    return this.contentWindow ;

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

/**
 * In-line sub-windows.
 * 
 * @version $Id: 10c3a39044ef1aa16f922f22cfb8fbe3af1b371b $
 * @see <a href="http://www.w3.org/TR/1999/REC-html401-19991224/present/frames.html#edef-IFRAME">W3C HTML
 *      Specification</a>