Follow us on GitHub

com.google.gwt.maps.client.layers
Class FusionTablesCell

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by com.google.gwt.maps.client.mvc.MVCObject<FusionTablesCell>
          extended by com.google.gwt.maps.client.layers.FusionTablesCell

public class FusionTablesCell
extends MVCObject<FusionTablesCell>

Describes a single cell from a Fusion Tables table.

See FusionTablesCell API Doc


Constructor Summary
protected FusionTablesCell()
          created from event use newInstance();
 
Method Summary
 String getColumnName()
          The name of the column in which the cell was located.
 String getValue()
          The contents of the cell.
static FusionTablesCell newInstance()
          Describes a single cell from a Fusion Tables table.
 void setColumnName(String columnName)
          The name of the column in which the cell was located.
 void setValue(String value)
          The contents of the cell.
 
Methods inherited from class com.google.gwt.maps.client.mvc.MVCObject
bindTo, bindTo, bindTo, changed, createInstanceOfMVCObject, get, notify, set, setValues, unbind, unbindAll
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FusionTablesCell

protected FusionTablesCell()
created from event use newInstance();

Method Detail

newInstance

public static final FusionTablesCell newInstance()
Describes a single cell from a Fusion Tables table.


setColumnName

public final void setColumnName(String columnName)
The name of the column in which the cell was located.

Parameters:
columnName -

getColumnName

public final String getColumnName()
The name of the column in which the cell was located.


setValue

public final void setValue(String value)
The contents of the cell.

Parameters:
value -

getValue

public final String getValue()
The contents of the cell.



Follow us on GitHub

Copyright © 2011-2012 Gone Vertical LLC. All Rights Reserved.