public class

LegendElement

extends Element
java.lang.Object
   ↳ com.google.gwt.core.client.JavaScriptObject
     ↳ com.google.gwt.dom.client.Node
       ↳ com.google.gwt.dom.client.Element
         ↳ com.google.gwt.dom.client.LegendElement

Class Overview

Provides a caption for a FIELDSET grouping.

Summary

[Expand]
Inherited Constants
From class com.google.gwt.dom.client.Node
Protected Constructors
LegendElement()
Public Methods
static LegendElement as(Element elem)
Assert that the given Element is compatible with this class and automatically typecast it.
final String getAccessKey()
A single character access key to give access to the form control.
final FormElement getForm()
Returns the FORM element containing this control.
final void setAccessKey(String accessKey)
A single character access key to give access to the form control.
[Expand]
Inherited Methods
From class com.google.gwt.dom.client.Element
From class com.google.gwt.dom.client.Node
From class com.google.gwt.core.client.JavaScriptObject
From class java.lang.Object

Protected Constructors

protected LegendElement ()

Public Methods

public static LegendElement as (Element elem)

Assert that the given Element is compatible with this class and automatically typecast it.

public final String getAccessKey ()

A single character access key to give access to the form control.

public final FormElement getForm ()

Returns the FORM element containing this control. Returns null if this control is not within the context of a form.

public final void setAccessKey (String accessKey)

A single character access key to give access to the form control.