com.sibvisions.rad.ui.gwt.client.async
Class TypeMap

java.lang.Object
  extended by com.sibvisions.rad.ui.gwt.client.async.TypeMap
All Implemented Interfaces:
Serializable

public class TypeMap
extends Object
implements Serializable

The TypeMap class is a Serializable class which is needed to serialize types which are not directly used. Otherwise GWT won't serialize them in both directions!

See Also:
Serialized Form

Field Summary
 BigDecimal bigdecimalValue
          serializable BigDecimal.
 BigInteger bigintegerValue
          serializable BigInteger.
 Boolean booleanValue
          serializable Boolean.
 Character characterValue
          serializable Character.
 FormattedValue column
          the table column.
 Double doubleValue
          serializable Double.
 Float floatValue
          serializable Float.
 Integer integerValue
          serializable Integer.
 Long longValue
          serializable Long.
 TableRow row
          the table column.
 
Constructor Summary
TypeMap()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bigdecimalValue

public BigDecimal bigdecimalValue
serializable BigDecimal.


bigintegerValue

public BigInteger bigintegerValue
serializable BigInteger.


booleanValue

public Boolean booleanValue
serializable Boolean.


integerValue

public Integer integerValue
serializable Integer.


longValue

public Long longValue
serializable Long.


floatValue

public Float floatValue
serializable Float.


doubleValue

public Double doubleValue
serializable Double.


characterValue

public Character characterValue
serializable Character.


row

public TableRow row
the table column.


column

public FormattedValue column
the table column.

Constructor Detail

TypeMap

public TypeMap()


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.