com.google.gwt.maps.jsio.client
Class JSFlyweightWrapper.Util

java.lang.Object
  extended by com.google.gwt.maps.jsio.client.JSFlyweightWrapper.Util
Enclosing interface:
JSFlyweightWrapper

public static final class JSFlyweightWrapper.Util
extends java.lang.Object

Allows access to flyweight internals.


Constructor Summary
JSFlyweightWrapper.Util()
           
 
Method Summary
static java.lang.Object getJavaPeer(com.google.gwt.core.client.JavaScriptObject obj)
          Returns the Java peer Object previously associated with obj via a flyweight binding.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSFlyweightWrapper.Util

public JSFlyweightWrapper.Util()
Method Detail

getJavaPeer

public static java.lang.Object getJavaPeer(com.google.gwt.core.client.JavaScriptObject obj)
Returns the Java peer Object previously associated with obj via a flyweight binding.

Parameters:
obj - the stateful JavaScriptObject
Returns:
the Java Object associated with obj by a call to a binding method, or null if none has been previously set.