|
Follow us on GitHub |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
com.google.gwt.maps.client.mvc.MVCObject<FusionTablesCell>
com.google.gwt.maps.client.layers.FusionTablesCell
public class 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 |
|---|
protected FusionTablesCell()
| Method Detail |
|---|
public static final FusionTablesCell newInstance()
public final void setColumnName(String columnName)
columnName - public final String getColumnName()
public final void setValue(String value)
value - public final String getValue()
|
Follow us on GitHub |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||