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

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

Introduction

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

The text is from its open source code.

Method

voidsetName(String name)
The name of a run-time parameter.
voidsetValue(String value)
The value of a run-time parameter.