public class DatePickerFragment extends AbstractDateTimePickerFragment implements android.app.DatePickerDialog.OnDateSetListener
attribute, date, model, view| Constructor and Description |
|---|
DatePickerFragment(BaseModel model,
String attribute,
android.widget.TextView view) |
| Modifier and Type | Method and Description |
|---|---|
android.app.Dialog |
onCreateDialog(android.os.Bundle savedInstanceState) |
void |
onDateSet(android.widget.DatePicker view,
int year,
int monthOfYear,
int dayOfMonth) |
setDateInModeldismiss, dismissAllowingStateLoss, getDialog, getLayoutInflater, getShowsDialog, getTheme, isCancelable, onActivityCreated, onAttach, onCancel, onCreate, onDestroyView, onDetach, onDismiss, onSaveInstanceState, onStart, onStop, setCancelable, setShowsDialog, setStyle, show, showdump, equals, getActivity, getArguments, getChildFragmentManager, getFragmentManager, getId, getLoaderManager, getParentFragment, getResources, getRetainInstance, getString, getString, getTag, getTargetFragment, getTargetRequestCode, getText, getUserVisibleHint, getView, hashCode, hasOptionsMenu, instantiate, instantiate, isAdded, isDetached, isHidden, isInLayout, isMenuVisible, isRemoving, isResumed, isVisible, onActivityResult, onConfigurationChanged, onContextItemSelected, onCreateAnimation, onCreateContextMenu, onCreateOptionsMenu, onCreateView, onDestroy, onDestroyOptionsMenu, onHiddenChanged, onInflate, onLowMemory, onOptionsItemSelected, onOptionsMenuClosed, onPause, onPrepareOptionsMenu, onResume, onViewCreated, onViewStateRestored, registerForContextMenu, setArguments, setHasOptionsMenu, setInitialSavedState, setMenuVisibility, setRetainInstance, setTargetFragment, setUserVisibleHint, startActivity, startActivityForResult, toString, unregisterForContextMenupublic android.app.Dialog onCreateDialog(android.os.Bundle savedInstanceState)
onCreateDialog in class android.support.v4.app.DialogFragmentpublic void onDateSet(android.widget.DatePicker view,
int year,
int monthOfYear,
int dayOfMonth)
onDateSet in interface android.app.DatePickerDialog.OnDateSetListenerCopyright © 2013–2014 CodeLutin. All rights reserved.