FileDocCategorySizeDatePackage
SimpleMonthAdapter.javaAPI DocAndroid 5.1 API1170Thu Mar 12 22:22:50 GMT 2015com.android.datetimepicker.date

SimpleMonthAdapter

public class SimpleMonthAdapter extends MonthAdapter
An adapter for a list of {@link SimpleMonthView} items.

Fields Summary
Constructors Summary
public SimpleMonthAdapter(android.content.Context context, DatePickerController controller)

        super(context, controller);
    
Methods Summary
public MonthViewcreateMonthView(android.content.Context context)

        final MonthView monthView = new SimpleMonthView(context);
        monthView.setDatePickerController(mController);
        return monthView;