A B C D F G H I M N O P R S T V 

A

ActionHandler - Interface in de.dimensionv.android.androdialogs.handlers
Base action handler interface.
APPLICATION_ID - Static variable in class de.dimensionv.android.androdialogs.BuildConfig
 

B

BaseDialogFragment<T extends ActionHandler> - Class in de.dimensionv.android.androdialogs
An abstract base-class for easing automated dialog creation.
BaseDialogFragment(Class<T>) - Constructor for class de.dimensionv.android.androdialogs.BaseDialogFragment
Default constructor, actually forwarding to BaseDialogFragment(boolean registerHandler) with registerHandler being set to true.
BaseDialogFragment(Class<T>, boolean) - Constructor for class de.dimensionv.android.androdialogs.BaseDialogFragment
This constructor initializes the BaseDialogFragment.
BUILD_TYPE - Static variable in class de.dimensionv.android.androdialogs.BuildConfig
 
BuildConfig - Class in de.dimensionv.android.androdialogs
 
BuildConfig() - Constructor for class de.dimensionv.android.androdialogs.BuildConfig
 

C

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.

D

DATA - Static variable in class de.dimensionv.android.androdialogs.common.DialogConstants
 
DatePickerDialogFragment - Class in de.dimensionv.android.androdialogs.calendar
DialogFragmet-class for displaying a date picker.
DatePickerDialogFragment() - Constructor for class de.dimensionv.android.androdialogs.calendar.DatePickerDialogFragment
Default constructor, initializing this class by calling through to it's parent's constructor.
de.dimensionv.android.androdialogs - package de.dimensionv.android.androdialogs
 
de.dimensionv.android.androdialogs.calendar - package de.dimensionv.android.androdialogs.calendar
 
de.dimensionv.android.androdialogs.common - package de.dimensionv.android.androdialogs.common
 
de.dimensionv.android.androdialogs.general - package de.dimensionv.android.androdialogs.general
 
de.dimensionv.android.androdialogs.handlers - package de.dimensionv.android.androdialogs.handlers
 
de.dimensionv.android.androdialogs.interceptors - package de.dimensionv.android.androdialogs.interceptors
 
DEBUG - Static variable in class de.dimensionv.android.androdialogs.BuildConfig
 
DIALOG_RESOURCE_ID - Static variable in class de.dimensionv.android.androdialogs.common.DialogConstants
 
dialogConfirmDeletion - Static variable in class de.dimensionv.android.androdialogs.R.string
 
dialogConfirmDeletionSimple - Static variable in class de.dimensionv.android.androdialogs.R.string
 
DialogConstants - Class in de.dimensionv.android.androdialogs.common
Constants for internal use with the arguments Bundle.
DialogConstants() - Constructor for class de.dimensionv.android.androdialogs.common.DialogConstants
 
DialogFragmentInterface - Interface in de.dimensionv.android.androdialogs.common
Base interface for all dialog fragments, to create an independency of the various build flavors.
discard - Static variable in class de.dimensionv.android.androdialogs.R.string
 
DisplayDialogFragment - Class in de.dimensionv.android.androdialogs.general
A DisplayDialog is a dialog which can be used to display something that does not require much interaction from user-side.
DisplayDialogFragment() - Constructor for class de.dimensionv.android.androdialogs.general.DisplayDialogFragment
Default constructor that creates and initializes a new instance of the DisplayDialogFragment-class.

F

FLAVOR - Static variable in class de.dimensionv.android.androdialogs.BuildConfig
 
FragmentDialogController<T extends ActionHandler> - Class in de.dimensionv.android.androdialogs.common
An abstract base-class for easing automated dialog creation.
FragmentDialogController(Class<T>, boolean, DialogFragmentInterface) - Constructor for class de.dimensionv.android.androdialogs.common.FragmentDialogController
This constructor initializes the BaseDialogFragment.

G

getActionHandler() - Method in class de.dimensionv.android.androdialogs.common.FragmentDialogController
Returns the currently set ActionHandler, or null if none was set.
getActivity() - Method in interface de.dimensionv.android.androdialogs.common.DialogFragmentInterface
 
getArguments() - Method in interface de.dimensionv.android.androdialogs.common.DialogFragmentInterface
 
getDialogTag() - Method in class de.dimensionv.android.androdialogs.BaseDialogFragment
Returns the tag under which this dialog can be registered with the fragment manager.
getDialogTag() - Method in class de.dimensionv.android.androdialogs.common.FragmentDialogController
Returns the tag under which the parent dialog can be registered with the fragment manager.
getNotificationID() - Method in class de.dimensionv.android.androdialogs.general.NotificationDialogFragment
This method returns the notification-id provided to this NotificationDialogFragment.
getViewInterceptor() - Method in class de.dimensionv.android.androdialogs.BaseDialogFragment
Returns the ViewInterceptor of this BaseDialogFragment.
getViewInterceptor() - Method in class de.dimensionv.android.androdialogs.common.FragmentDialogController
Returns the ViewInterceptor of the parent dialog.

H

hint_dialog_fragment - Static variable in class de.dimensionv.android.androdialogs.R.layout
 
HINT_ID - Static variable in class de.dimensionv.android.androdialogs.common.DialogConstants
 
HintActionHandler - Interface in de.dimensionv.android.androdialogs.handlers
Interface for event-handling of the hint-dialog
HintDialogFragment - Class in de.dimensionv.android.androdialogs.general
A simple dialog for showing hints and tips with a single, neutral "OK"-close-button.
HintDialogFragment() - Constructor for class de.dimensionv.android.androdialogs.general.HintDialogFragment
 

I

InputDialogFragment - Class in de.dimensionv.android.androdialogs.general
An InputDialog is a dialog which can be used to let the user enter some data, when a complete activity for handling that would be overkill.
InputDialogFragment() - Constructor for class de.dimensionv.android.androdialogs.general.InputDialogFragment
 
intercept(View) - Method in interface de.dimensionv.android.androdialogs.interceptors.ViewInterceptor
The intercept-method is called directly after the dialog's view is inflated from XML-resources, to enable the app gaining control of the dialog's view's elements.
isRegisterHandler() - Method in class de.dimensionv.android.androdialogs.BaseDialogFragment
Returns the registerHandler flag, which is used to determine whether an ActionHandler should be registered or not.

M

MESSAGE - Static variable in class de.dimensionv.android.androdialogs.common.DialogConstants
 

N

NOTIFICATION_ID - Static variable in class de.dimensionv.android.androdialogs.common.DialogConstants
 
NotificationActionHandler - Interface in de.dimensionv.android.androdialogs.handlers
Interface for event-handling of the notification-dialog
NotificationDialogFragment - Class in de.dimensionv.android.androdialogs.general
A simple notification-dialog with a single, neutral "OK"-close-button.
NotificationDialogFragment() - Constructor for class de.dimensionv.android.androdialogs.general.NotificationDialogFragment
 

O

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.

P

populateDialog(AlertDialog.Builder, Bundle) - Method in class de.dimensionv.android.androdialogs.BaseDialogFragment
Abstract method to populate the given builder-object with appropriate content.
populateDialog(AlertDialog.Builder, Bundle) - Method in interface de.dimensionv.android.androdialogs.common.DialogFragmentInterface
 
populateDialog(AlertDialog.Builder, Bundle) - Method in class de.dimensionv.android.androdialogs.general.ConfirmDeletionDialogFragment
 
populateDialog(AlertDialog.Builder, Bundle) - Method in class de.dimensionv.android.androdialogs.general.DisplayDialogFragment
 
populateDialog(AlertDialog.Builder, Bundle) - Method in class de.dimensionv.android.androdialogs.general.HintDialogFragment
 
populateDialog(AlertDialog.Builder, Bundle) - Method in class de.dimensionv.android.androdialogs.general.InputDialogFragment
 
populateDialog(AlertDialog.Builder, Bundle) - Method in class de.dimensionv.android.androdialogs.general.NotificationDialogFragment
 

R

R - Class in de.dimensionv.android.androdialogs
 
R() - Constructor for class de.dimensionv.android.androdialogs.R
 
R.attr - Class in de.dimensionv.android.androdialogs
 
R.attr() - Constructor for class de.dimensionv.android.androdialogs.R.attr
 
R.id - Class in de.dimensionv.android.androdialogs
 
R.id() - Constructor for class de.dimensionv.android.androdialogs.R.id
 
R.layout - Class in de.dimensionv.android.androdialogs
 
R.layout() - Constructor for class de.dimensionv.android.androdialogs.R.layout
 
R.string - Class in de.dimensionv.android.androdialogs
 
R.string() - Constructor for class de.dimensionv.android.androdialogs.R.string
 

S

scrollView1 - Static variable in class de.dimensionv.android.androdialogs.R.id
 
setActionHandler(T) - Method in class de.dimensionv.android.androdialogs.BaseDialogFragment
 
setActionHandler(T) - Method in class de.dimensionv.android.androdialogs.common.FragmentDialogController
Sets the ActionHandler explicitly.
setRegisterHandler(boolean) - Method in class de.dimensionv.android.androdialogs.BaseDialogFragment
Sets the flag whether to allow registering of an ActionHandler.
setRegisterHandler(boolean) - Method in class de.dimensionv.android.androdialogs.common.FragmentDialogController
Sets the flag whether to allow automatic implicit registering of an ActionHandler.
setViewInterceptor(ViewInterceptor) - Method in class de.dimensionv.android.androdialogs.BaseDialogFragment
Sets the ViewInterceptor for this BaseDialogFragment.
setViewInterceptor(ViewInterceptor) - Method in class de.dimensionv.android.androdialogs.common.FragmentDialogController
Sets the ViewInterceptor for the parent dialog fragment.
showAgain - Static variable in class de.dimensionv.android.androdialogs.R.string
 
SIMPLE - Static variable in class de.dimensionv.android.androdialogs.common.DialogConstants
 

T

TimePickerDialogFragment - Class in de.dimensionv.android.androdialogs.calendar
DialogFragmet-class for displaying a date picker.
TimePickerDialogFragment() - Constructor for class de.dimensionv.android.androdialogs.calendar.TimePickerDialogFragment
Default constructor, initializing this class by calling through to it's parent's constructor.
TITLE - Static variable in class de.dimensionv.android.androdialogs.common.DialogConstants
 
tvHintMessage - Static variable in class de.dimensionv.android.androdialogs.R.id
 

V

VERSION_CODE - Static variable in class de.dimensionv.android.androdialogs.BuildConfig
 
VERSION_NAME - Static variable in class de.dimensionv.android.androdialogs.BuildConfig
 
ViewInterceptor - Interface in de.dimensionv.android.androdialogs.interceptors
An interface to implement a callback while a dialog is created, to gain control over the dialog's view's elements.
A B C D F G H I M N O P R S T V