public class

ListEntry

extends BaseEntry<E extends BaseEntry>
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.ListEntry

Class Overview

Atom Entry for one single row Google Spreadsheets in the list-based access mode.

Summary

Constants
String KIND Kind category term used to label the flexible-schema list entries.
Fields
public static final Category CATEGORY Category used to label the flexible-schema list entries.
private CustomElementCollection customElements The aggregation of all gx:* elements.
[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
ListEntry()
Constructs an empty CellEntry to be populated by the XML parsing process.
ListEntry(String id, String versionId)
Constructs a List Entry with the given information.
ListEntry(BaseEntry sourceEntry)
Constructs from a copy.
Public Methods
void declareExtensions(ExtensionProfile extProfile)
Declares the extensions used by the XML parser in the given profile object.
CustomElementCollection getCustomElements()
Gets the collection of custom elements that contain all the special gsx data items.
void setAutomaticallyGeneratedContent(Content c)
Lets the GData server populate this entry with the atom:content.
void setAutomaticallyGeneratedSummary(TextConstruct v)
Lets the GData server populate this entry with the atom:summary.
void setAutomaticallyGeneratedTitle(TextConstruct v)
Lets the GData server populate this entry with the atom:title.
void setContent(Content c)
Prevents setting the server-generated field.
void setContent(TextConstruct c)
Prevents setting the server-generated field.
void setSummary(TextConstruct v)
Prevents setting the server-generated field.
void setTitle(TextConstruct v)
Prevents 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

Constants

public static final String KIND

Kind category term used to label the flexible-schema list entries.

Constant Value: "http://schemas.google.com/spreadsheets/2006#list"

Fields

public static final Category CATEGORY

Category used to label the flexible-schema list entries.

private CustomElementCollection customElements

The aggregation of all gx:* elements.

Public Constructors

public ListEntry ()

Constructs an empty CellEntry to be populated by the XML parsing process.

public ListEntry (String id, String versionId)

Constructs a List Entry with the given information.

Parameters
id The permanent ID of this entry
versionId The version identifier of the snapshot

public ListEntry (BaseEntry sourceEntry)

Constructs from a copy.

Parameters
sourceEntry Source to copy from

Public Methods

public void declareExtensions (ExtensionProfile extProfile)

Declares the extensions used by the XML parser in the given profile object.

Parameters
extProfile The ExtensionProfile to initialize.

public CustomElementCollection getCustomElements ()

Gets the collection of custom elements that contain all the special gsx data items. This is how you access your spreadsheet data.

Returns
  • a CustomElement object for getting all the internal data

public void setAutomaticallyGeneratedContent (Content c)

Lets the GData server populate this entry with the atom:content.

Parameters
c

public void setAutomaticallyGeneratedSummary (TextConstruct v)

Lets the GData server populate this entry with the atom:summary.

Parameters
v

public void setAutomaticallyGeneratedTitle (TextConstruct v)

Lets the GData server populate this entry with the atom:title.

Parameters
v

public void setContent (Content c)

Prevents setting the server-generated field.

Parameters
c

public void setContent (TextConstruct c)

Prevents setting the server-generated field.

Parameters
c

public void setSummary (TextConstruct v)

Prevents setting the server-generated field.

Parameters
v

public void setTitle (TextConstruct v)

Prevents setting the server-generated field.

Parameters
v