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

Example usage for Java com.google.gwt.user.client.ui NamedFrame 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 NamedFrame.

The text is from its open source code.

Subclass

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

Constructor

NamedFrame(String name)
Constructs a frame with the given name.

Method

StringgetName()
Gets the name associated with this frame.
voidsetUrl(String url)
Sets the URL of the resource to be displayed within the frame.