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

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

The text is from its open source code.

Subclass

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

Constructor

Hidden(String name, String value)
Constructor for Hidden.
Hidden()
Constructor for Hidden.
Hidden(String name)
Constructor for Hidden.
Hidden(Element element)
This constructor may be used by subclasses to explicitly use an existing element.

Method

StringgetValue()
Gets the value of the hidden field.
voidsetID(String id)
Sets the id of the hidden field.
voidsetName(String name)
Sets the name of the hidden field.
voidsetValue(String value)
Sets the value of the hidden field.
Hiddenwrap(Element element)
Creates a Hidden widget that wraps an existing <input type='hidden'> element.