Java com.google.gwt.user.client.ui Frame fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.user.client.ui Frame fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.user.client.ui Frame.

The text is from its open source code.

Subclass

com.google.gwt.user.client.ui.Frame has subclasses.
Click this link to see all its subclasses.

Implementation

com.google.gwt.user.client.ui.Frame has the following implementations.
Click this link to see all its implementation.

Constructor

Frame(String url)
Creates a frame that displays the resource at the specified URL.
Frame(Element element)
This constructor may be used by subclasses to explicitly use an existing element.
Frame()
Creates an empty frame.

Method

HandlerRegistrationaddLoadHandler(LoadHandler handler)
Adds a LoadEvent load handler which will be called when the frame loads.
StringgetUrl()
Gets the URL of the frame's resource.
voidsetUrl(String url)
Sets the URL of the resource to be displayed within the frame.
voidsetUrl(SafeUri url)
Sets the URL of the resource to be displayed within the frame.
Framewrap(Element element)
Creates a Frame widget that wraps an existing <frame> element.