FileDocCategorySizeDatePackage
Navigator.javaAPI DocAndroid 1.5 API1372Wed May 06 22:42:42 BST 2009com.android.calendar

Navigator

public interface Navigator

Fields Summary
Constructors Summary
Methods Summary
public booleangetAllDay()
This is called when the user wants to create a new event and returns true if the new event should default to an all-day event.

return
true if the new event should be an all-day event.

public longgetSelectedTime()
Returns the time in millis of the selected event in this view.

return
the selected time in UTC milliseconds.

public voidgoTo(android.text.format.Time time)
Changes the view to include the given time.

param
time the desired time to view.

public voidgoToToday()
Changes the view to include today's date.