Java com.google.gwt.dom.client IFrameElement fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.dom.client IFrameElement fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.dom.client IFrameElement.

The text is from its open source code.

Subclass

com.google.gwt.dom.client.IFrameElement has subclasses.
Click this link to see all its subclasses.

Method

IFrameElementas(Element elem)
Assert that the given Element is compatible with this class and automatically typecast it.
Tcast()
DocumentgetContentDocument()
StringgetId()
StringgetSrc()
A URI designating the initial frame contents.
StylegetStyle()
voidsetAttribute(String name, String value)
voidsetFrameBorder(int frameBorder)
Request frame borders.
voidsetId(String id)
voidsetName(String name)
The frame name (object of the target attribute).
voidsetScrolling(String scrolling)
Specify whether or not the frame should have scrollbars.
voidsetSrc(@IsSafeUri String src)
A URI designating the initial frame contents.
voidsetTabIndex(int tabIndex)