Java com.google.gwt.gdata.client.calendar CalendarEntry fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.gdata.client.calendar CalendarEntry fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.gdata.client.calendar CalendarEntry.

The text is from its open source code.

Method

voidaddLocation(Where location)
Adds a new calendar location.
ColorPropertygetColor()
Returns the color property.
HiddenPropertygetHidden()
Returns the hidden property.
com.google.gwt.gdata.client.LinkgetSelfLink()
Returns the link that provides the URI of the feed or entry.
TextgetSummary()
Returns the summary.
TimeZonePropertygetTimeZone()
Returns the time zone property.
TextgetTitle()
Returns the title.
UpdatedgetUpdated()
Returns the updated timestamp.
CalendarEntrynewInstance()
Constructs a Calendar entry.
voidsetColor(ColorProperty color)
Sets the color property.
voidsetHidden(HiddenProperty hidden)
Sets the hidden property.
voidsetSummary(Text summary)
Sets the summary.
voidsetTimeZone(TimeZoneProperty timeZone)
Sets the time zone property.
voidsetTitle(Text title)
Sets the title.
voidupdateEntry(Callback callback)
Updates the entry in the feed by sending the representation of this entry.