| java.lang.Object | ||||
| ↳ | com.google.gdata.data.AbstractExtension | |||
| ↳ | com.google.gdata.data.ExtensionPoint | |||
| ↳ | com.google.gdata.data.BaseEntry<E extends com.google.gdata.data.BaseEntry> | |||
| ↳ | com.google.gdata.data.spreadsheet.CellEntry | |||
Atom Entry for a single cell for the Google Spreadsheets cells feed.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | KIND | Kind category term used to label the entries that contains cell data. | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CATEGORY | Category used to label entries that contain cell data. | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.BaseEntry
| |||||||||||
From class
com.google.gdata.data.ExtensionPoint
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs an empty CellEntry to be populated by the XML parsing process.
| |||||||||||
Constructs a CellEntry that can be posted to overwrite an existing cell.
| |||||||||||
Constructs a CellEntry with a new cell.
| |||||||||||
Constructs from a copy.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Updates the cell's formula so it can be sent back to the server.
| |||||||||||
Declares the extensions used by the XML parser in the given profile object.
| |||||||||||
Yields the <gd:cell> element that makes up this Cell Entry.
| |||||||||||
Lets the GData server set the content.
| |||||||||||
Lets the GData server set the title.
| |||||||||||
Throws an exception, preventing setting the server-generated field.
| |||||||||||
Throws an exception, preventing setting the server-generated field.
| |||||||||||
Throws an exception, preventing setting the server-generated field.
| |||||||||||
Throws an exception, preventing setting the server-generated field.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.BaseEntry
| |||||||||||
From class
com.google.gdata.data.ExtensionPoint
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.google.gdata.data.Extension
| |||||||||||
From interface
com.google.gdata.data.IAtom
| |||||||||||
From interface
com.google.gdata.data.IEntry
| |||||||||||
From interface
com.google.gdata.data.Kind.Adaptable
| |||||||||||
From interface
com.google.gdata.data.Kind.Adaptor
| |||||||||||
Kind category term used to label the entries that contains cell data.
Constructs an empty CellEntry to be populated by the XML parsing process.
Constructs a CellEntry that can be posted to overwrite an existing cell.
| row | The row location of the cell |
|---|---|
| col | The column location of the cell |
| newInputValue | The string to write the cell with; if it starts with an "=" sign it is a formula, otherwise it is a literal value |
Constructs from a copy.
| sourceEntry | Source to copy from |
|---|
Updates the cell's formula so it can be sent back to the server. Note that this destroys the cell's value!
| newInputValue | The new input value (starts with '=' if a formula) |
|---|
Declares the extensions used by the XML parser in the given profile object.
| extProfile | The ExtensionProfile to initialize. |
|---|
Lets the GData server set the content.
| v |
|---|
Lets the GData server set the title.
| v |
|---|
Throws an exception, preventing setting the server-generated field.
| v |
|---|
Throws an exception, preventing setting the server-generated field.
| v |
|---|
Throws an exception, preventing setting the server-generated field.
| v |
|---|
Throws an exception, preventing setting the server-generated field.
| v |
|---|