|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gdata.data.AbstractExtension
com.google.gdata.data.ExtensionPoint
com.google.gdata.data.BaseEntry<E>
com.google.gdata.data.media.MediaEntry<E>
com.google.gdata.data.sites.BaseContentEntry<E>
com.google.gdata.data.sites.BasePageEntry<ListPageEntry>
com.google.gdata.data.sites.ListPageEntry
public class ListPageEntry
Describes a list page entry.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.gdata.data.BaseEntry |
|---|
BaseEntry.AtomHandler, BaseEntry.EntryState |
| Nested classes/interfaces inherited from class com.google.gdata.data.ExtensionPoint |
|---|
ExtensionPoint.CumulativeBlobHandler, ExtensionPoint.ExtensionHandler |
| Nested classes/interfaces inherited from class com.google.gdata.data.AbstractExtension |
|---|
AbstractExtension.AttributesHandler |
| Field Summary | |
|---|---|
static Category |
CATEGORY
Listpage list page kind kind category. |
static java.lang.String |
KIND
Listpage list page kind kind term value. |
| Fields inherited from class com.google.gdata.data.BaseEntry |
|---|
state |
| Fields inherited from class com.google.gdata.data.ExtensionPoint |
|---|
xmlBlob |
| Fields inherited from class com.google.gdata.data.AbstractExtension |
|---|
localName, namespace |
| Constructor Summary | |
|---|---|
ListPageEntry()
Default mutable constructor. |
|
ListPageEntry(BaseEntry<?> sourceEntry)
Constructs a new instance by doing a shallow copy of data from an existing BaseEntry instance. |
|
| Method Summary | |
|---|---|
void |
declareExtensions(ExtensionProfile extProfile)
Declares the set of expected Extension types for an ExtensionPoint within the target extension profile. |
Link |
getAtomAttachmentsLink()
Returns the attachments sites link. |
Link |
getAtomRepliesLink()
Returns the replies sites link. |
Data |
getData()
Returns the data region of a table. |
FeedLink |
getFeedLink()
Returns the A feedLink element representing the feed for list items in this page. |
Header |
getHeader()
Returns the header row. |
Link |
getHtmlAttachmentsLink()
Returns the attachments sites link. |
Link |
getHtmlRepliesLink()
Returns the replies sites link. |
Link |
getParentLink()
Returns the parent sites link. |
Worksheet |
getWorksheet()
Returns the worksheet where the table lives. |
boolean |
hasData()
Returns whether it has the data region of a table. |
boolean |
hasFeedLink()
Returns whether it has the A feedLink element representing the feed for list items in this page. |
boolean |
hasHeader()
Returns whether it has the header row. |
boolean |
hasWorksheet()
Returns whether it has the worksheet where the table lives. |
void |
setData(Data data)
Sets the data region of a table. |
void |
setFeedLink(FeedLink feedLink)
Sets the A feedLink element representing the feed for list items in this page. |
void |
setHeader(Header header)
Sets the header row. |
void |
setWorksheet(Worksheet worksheet)
Sets the worksheet where the table lives. |
java.lang.String |
toString()
|
protected void |
validate()
Checks the attributes to see if there are any problems. |
| Methods inherited from class com.google.gdata.data.sites.BasePageEntry |
|---|
getPageName, hasPageName, setPageName |
| Methods inherited from class com.google.gdata.data.sites.BaseContentEntry |
|---|
getDeleted, getEntryPostLink, getPublisher, getRevision, getRevisionLink, hasDeleted, hasPublisher, hasRevision, setDeleted, setPublisher, setRevision |
| Methods inherited from class com.google.gdata.data.media.MediaEntry |
|---|
getContentHandlerInfo, getMediaEditLink, getMediaSource, setMediaSource, setService, updateMedia |
| Methods inherited from class com.google.gdata.data.BaseEntry |
|---|
addAdaptor, addHtmlLink, addLink, addLink, delete, generate, generateAtom, generateRss, getAdaptedEntry, getAdaptor, getAdaptors, getAuthors, getCanEdit, getCategories, getContent, getContributors, getEdited, getEditLink, getEtag, getHandler, getHtmlLink, getId, getKind, getLink, getLinks, getLinks, getPlainTextContent, getPubControl, getPublished, getRights, getSelf, getSelfLink, getService, getSource, getSummary, getTextContent, getTitle, getUpdated, getVersionId, isDraft, parseAtom, parseAtom, parseAtom, readEntry, readEntry, removeLinks, removeLinks, setCanEdit, setContent, setContent, setDraft, setEdited, setEtag, setId, setKind, setPubControl, setPublished, setRights, setSource, setSummary, setTitle, setUpdated, setVersionId, update, visitChildren |
| Methods inherited from class com.google.gdata.data.AbstractExtension |
|---|
consumeAttributes, eq, generateAttributes, getExtensionLocalName, getExtensionNamespace, isImmutable, putAttributes, sameClassAs, setImmutable, throwExceptionForMissingAttribute, throwExceptionIfImmutable |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.google.gdata.data.IEntry |
|---|
getCanEdit, getContent, getEdited, getEditLink, getPublished, getSummary, setCanEdit, setEdited, setPublished |
| Methods inherited from interface com.google.gdata.data.IAtom |
|---|
addLink, getAuthors, getCategories, getEtag, getId, getKind, getLink, getLinks, getSelfLink, getTitle, getUpdated, getVersionId, removeLinks, removeLinks, setEtag, setId, setKind, setUpdated, setVersionId |
| Field Detail |
|---|
public static final java.lang.String KIND
public static final Category CATEGORY
| Constructor Detail |
|---|
public ListPageEntry()
public ListPageEntry(BaseEntry<?> sourceEntry)
BaseEntry instance.
sourceEntry - source entry| Method Detail |
|---|
public void declareExtensions(ExtensionProfile extProfile)
ExtensionPoint
declareExtensions in interface Kind.AdaptordeclareExtensions in class BasePageEntry<ListPageEntry>extProfile - the ExtensionProfile to initialize.ExtensionProfile.addDeclarations(Kind.Adaptor)public Data getData()
public void setData(Data data)
data - data region of a table or null to resetpublic boolean hasData()
public FeedLink getFeedLink()
public void setFeedLink(FeedLink feedLink)
feedLink - A feedLink element representing the feed for list items in
this page or null to resetpublic boolean hasFeedLink()
public Header getHeader()
public void setHeader(Header header)
header - header row or null to resetpublic boolean hasHeader()
public Worksheet getWorksheet()
public void setWorksheet(Worksheet worksheet)
worksheet - worksheet where the table lives or null to
resetpublic boolean hasWorksheet()
public Link getAtomAttachmentsLink()
null for none.public Link getAtomRepliesLink()
null for none.public Link getHtmlAttachmentsLink()
null for none.public Link getHtmlRepliesLink()
null for none.public Link getParentLink()
null for none.protected void validate()
AbstractExtension
validate in class BasePageEntry<ListPageEntry>public java.lang.String toString()
toString in class BasePageEntry<ListPageEntry>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||