- CALENDAR - Static variable in class de.dimensionv.android.androdialogs.common.DialogConstants
-
- CalenderDialogActionHandler - Interface in de.dimensionv.android.androdialogs.handlers
-
The ActionHandler-interface for Calendar specific operations.
- callInterceptor(View) - Method in class de.dimensionv.android.androdialogs.BaseDialogFragment
-
Calls the ViewInterceptor of this BaseDialogFragment.
- callInterceptor(View) - Method in class de.dimensionv.android.androdialogs.common.FragmentDialogController
-
Calls the ViewInterceptor of the parent dialog fragment.
- canRegisterHandler() - Method in class de.dimensionv.android.androdialogs.common.FragmentDialogController
-
Returns the registerHandler flag, which is used to determine whether an ActionHandler
should be registered or not.
- cbShowAgain - Static variable in class de.dimensionv.android.androdialogs.R.id
-
- confirm - Static variable in class de.dimensionv.android.androdialogs.R.string
-
- ConfirmationActionHandler - Interface in de.dimensionv.android.androdialogs.handlers
-
Interface for event-handling of the confirmation-dialog
- ConfirmDeletionDialogFragment - Class in de.dimensionv.android.androdialogs.general
-
A confirmation-dialog specialised for deletion/removal of things.
- ConfirmDeletionDialogFragment() - Constructor for class de.dimensionv.android.androdialogs.general.ConfirmDeletionDialogFragment
-
- controller - Variable in class de.dimensionv.android.androdialogs.BaseDialogFragment
-
- createDialog(Calendar) - Static method in class de.dimensionv.android.androdialogs.calendar.DatePickerDialogFragment
-
Static method to conveniently initialize a DatePickerDialogFragment
object.
- createDialog(Calendar) - Static method in class de.dimensionv.android.androdialogs.calendar.TimePickerDialogFragment
-
Static method to conveniently initialize a TimePickerDialogFragment
object.
- createDialog(String) - Static method in class de.dimensionv.android.androdialogs.general.ConfirmDeletionDialogFragment
-
Constructor for injecting a data-string helping the user to verify what should be deleted.
- createDialog(String, boolean) - Static method in class de.dimensionv.android.androdialogs.general.ConfirmDeletionDialogFragment
-
Constructor for injecting a data-string helping the user to verify what should be deleted.
- createDialog(int, String) - Static method in class de.dimensionv.android.androdialogs.general.ConfirmDeletionDialogFragment
-
Static method to conveniently initialize a ConfirmDeletionDialogFragment
object.
- createDialog() - Static method in class de.dimensionv.android.androdialogs.general.ConfirmDeletionDialogFragment
-
Static method to conveniently initialize a ConfirmDeletionDialogFragment
object.
- createDialog(int) - Static method in class de.dimensionv.android.androdialogs.general.DisplayDialogFragment
-
Convenience method to easily create a new dialog-fragment by providing the appropriate
resource-id.
- createDialog(int, ViewInterceptor) - Static method in class de.dimensionv.android.androdialogs.general.DisplayDialogFragment
-
Convenience method to easily create a new dialog-fragment by providing the appropriate
resource-id and a ViewInterceptor.
- createDialog(int, int, int) - Static method in class de.dimensionv.android.androdialogs.general.HintDialogFragment
-
Static method to conveniently initialize a HintDialogFragment object.
- createDialog(int) - Static method in class de.dimensionv.android.androdialogs.general.InputDialogFragment
-
Static method to conveniently initialize a InputDialogFragment object.
- createDialog(int, ViewInterceptor) - Static method in class de.dimensionv.android.androdialogs.general.InputDialogFragment
-
Static method to conveniently initialize a InputDialogFragment object.
- createDialog(int, int, int) - Static method in class de.dimensionv.android.androdialogs.general.NotificationDialogFragment
-
Static method to conveniently initialize a NotificationDialogFragment object.
- OK - Static variable in class de.dimensionv.android.androdialogs.R.string
-
- onAttach(Activity) - Method in class de.dimensionv.android.androdialogs.BaseDialogFragment
-
Called when a fragment is first attached to its activity.
- onAttach(Activity) - Method in class de.dimensionv.android.androdialogs.common.FragmentDialogController
-
Called when a fragment is first attached to its activity.
- onCalenderSet(Calendar) - Method in interface de.dimensionv.android.androdialogs.handlers.CalenderDialogActionHandler
-
Called when the date is actually set from the Date/Time picker dialog.
- onCancel(DialogInterface) - Method in class de.dimensionv.android.androdialogs.general.ConfirmDeletionDialogFragment
-
This method will be invoked when the dialog is canceled.
- onCancel(DialogInterface) - Method in class de.dimensionv.android.androdialogs.general.InputDialogFragment
-
This method will be invoked when the dialog is canceled.
- onClick(DialogInterface, int) - Method in class de.dimensionv.android.androdialogs.general.ConfirmDeletionDialogFragment
-
- onClick(DialogInterface, int) - Method in class de.dimensionv.android.androdialogs.general.DisplayDialogFragment
-
- onClick(DialogInterface, int) - Method in class de.dimensionv.android.androdialogs.general.HintDialogFragment
-
This method will be invoked when a button in the dialog is clicked.
- onClick(DialogInterface, int) - Method in class de.dimensionv.android.androdialogs.general.InputDialogFragment
-
This method will be invoked when a button in the dialog is clicked.
- onClick(DialogInterface, int) - Method in class de.dimensionv.android.androdialogs.general.NotificationDialogFragment
-
This method will be invoked when a button in the dialog is clicked.
- onClose(int, boolean) - Method in interface de.dimensionv.android.androdialogs.handlers.HintActionHandler
-
This method is called when the HintDialog is closed.
- onClose(int) - Method in interface de.dimensionv.android.androdialogs.handlers.NotificationActionHandler
-
Event-handler method when the user presses the button in the
notification-dialog.
- onConfirm(DialogFragmentInterface) - Method in interface de.dimensionv.android.androdialogs.handlers.ConfirmationActionHandler
-
Event-handler method when the user presses the confirmation-button in the
confirmation-dialog.
- onCreateDialog(Bundle) - Method in class de.dimensionv.android.androdialogs.BaseDialogFragment
-
Shows an AlertDialog, set the buttons and populate the Dialog with
content.
- onCreateDialog(Bundle) - Method in class de.dimensionv.android.androdialogs.calendar.DatePickerDialogFragment
-
Shows an AlertDialog, sets the buttons and populates the Dialog with
content.
- onCreateDialog(Bundle) - Method in class de.dimensionv.android.androdialogs.calendar.TimePickerDialogFragment
-
Shows an AlertDialog, sets the buttons and populates the Dialog with
content.
- onCreateDialog(Bundle) - Method in class de.dimensionv.android.androdialogs.common.FragmentDialogController
-
Shows an AlertDialog, set the buttons and populate the Dialog with
content.
- onDateSet(DatePicker, int, int, int) - Method in class de.dimensionv.android.androdialogs.calendar.DatePickerDialogFragment
-
Sets the date given by the integers year, monthOfYear and
dayOfMonth using a Calendar object internally.
- onDiscard(DialogFragmentInterface) - Method in interface de.dimensionv.android.androdialogs.handlers.ConfirmationActionHandler
-
Event-handler method when the user presses the cancel-button in the
confirmation-dialog.
- onTimeSet(TimePicker, int, int) - Method in class de.dimensionv.android.androdialogs.calendar.TimePickerDialogFragment
-
Sets the time given by the integers hourOfDay and
mintue using a Calendar object internally.