public class

ParamElement

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.ParamElement

Class Overview

Parameters fed to the OBJECT element.

Summary

[Expand]
Inherited Constants
From class com.google.gwt.dom.client.Node
Protected Constructors
ParamElement()
Public Methods
static ParamElement as(Element elem)
Assert that the given Element is compatible with this class and automatically typecast it.
final String getName()
The name of a run-time parameter.
final String getValue()
The value of a run-time parameter.
final void setName(String name)
The name of a run-time parameter.
final void setValue(String value)
The value of a run-time parameter.
[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 ParamElement ()

Public Methods

public static ParamElement as (Element elem)

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

public final String getName ()

The name of a run-time parameter.

public final String getValue ()

The value of a run-time parameter.

public final void setName (String name)

The name of a run-time parameter.

public final void setValue (String value)

The value of a run-time parameter.