public class

ValueProxyCategory

extends Object
java.lang.Object
   ↳ com.google.gwt.requestfactory.shared.impl.ValueProxyCategory

Class Overview

Contains static implementation of ValueProxy-specific methods.

Summary

Public Constructors
ValueProxyCategory()
Public Methods
static boolean equals(AutoBean<? extends ValueProxy> bean, Object o)
ValueProxies are equal if they are from the same RequestContext and all of their properties are equal.
static int hashCode(AutoBean<? extends ValueProxy> bean)
Hashcode depends on property values.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ValueProxyCategory ()

Public Methods

public static boolean equals (AutoBean<? extends ValueProxy> bean, Object o)

ValueProxies are equal if they are from the same RequestContext and all of their properties are equal.

public static int hashCode (AutoBean<? extends ValueProxy> bean)

Hashcode depends on property values.