Java com.google.gwt.core.ext RebindResult fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.core.ext RebindResult fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.core.ext RebindResult.

The text is from its open source code.

Constructor

RebindResult(RebindMode rebindMode, String resultType)
Constructs a result using the provided rebindMode and resultTypeName.

Method

StringgetResultTypeName()
voidputClientData(String key, Serializable data)
Adds keyed, serializable data to a rebind result.