static ConfirmationDialogBuilder |
ConfirmationDialogBuilder.newInstance(FragmentActivity fragmentActivity,
String fragmentTag,
int messageResId) |
ConfirmationDialogBuilder |
ConfirmationDialogBuilder.setNegativeButtonTextResId(int negativeButtonTextResId) |
ConfirmationDialogBuilder |
ConfirmationDialogBuilder.setNegativeHandler(android.content.DialogInterface.OnClickListener negativeHandler) |
ConfirmationDialogBuilder |
ConfirmationDialogBuilder.setPositiveButtonTextResId(int positiveButtonTextResId) |
ConfirmationDialogBuilder |
ConfirmationDialogBuilder.setPositiveHandler(android.content.DialogInterface.OnClickListener positiveHandler) |
ConfirmationDialogBuilder |
ConfirmationDialogBuilder.setTitleResId(int titleResId) |