Java com.google.gwt.ajaxloader.client Properties fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Method

Tcast()
A helper method to enable cross-casting from any JavaScriptObject type to any other JavaScriptObject type.
Propertiescreate()
Create an empty Properties object.
DategetDate(String key)
Get a Date object mapped to the specified key.
voidset(String key, Boolean value)
Set a property.
voidset(String key, Date value)
Set a property.
voidset(String key, Double value)
Set a property.
voidset(String key, JavaScriptObject value)
Set a property.
voidset(String key, String value)
Set a property.