API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Class android.app.DatePickerDialog

The superclass changed from android.app.Dialog to android.app.AlertDialog.
Added interfaces android.content.DialogInterface.OnClickListener, android.widget.DatePicker.OnDateChangedListener.

Removed Constructors
android.app(Context, OnDateSetListener, int, int, int, int) @param context The context the dialog is to run in.
 

Added Constructors
DatePickerDialog(Context, OnDateSetListener, int, int, int) @param context The context the dialog is to run in.
DatePickerDialog(Context, int, OnDateSetListener, int, int, int) @param context The context the dialog is to run in.
 

Added Methods
void onClick(DialogInterface, int)  
void onDateChanged(DatePicker, int, int, int)  
void onRestoreInstanceState(Bundle)  
Bundle onSaveInstanceState()  
void updateDate(int, int, int)  
 

Changed Methods
void show() Method was inherited from android.app.Dialog, but is now defined locally.  
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff