public class ConfirmationDialogBuilder extends Object implements org.solovyev.common.Builder<DialogFragmentShower>
| Modifier and Type | Method and Description |
|---|---|
DialogFragmentShower |
build() |
static ConfirmationDialogBuilder |
newInstance(FragmentActivity fragmentActivity,
String fragmentTag,
int messageResId) |
ConfirmationDialogBuilder |
setNegativeButtonTextResId(int negativeButtonTextResId) |
ConfirmationDialogBuilder |
setNegativeHandler(android.content.DialogInterface.OnClickListener negativeHandler) |
ConfirmationDialogBuilder |
setPositiveButtonTextResId(int positiveButtonTextResId) |
ConfirmationDialogBuilder |
setPositiveHandler(android.content.DialogInterface.OnClickListener positiveHandler) |
ConfirmationDialogBuilder |
setTitleResId(int titleResId) |
@Nonnull public static ConfirmationDialogBuilder newInstance(@Nonnull FragmentActivity fragmentActivity, @Nonnull String fragmentTag, int messageResId)
@Nonnull public ConfirmationDialogBuilder setTitleResId(int titleResId)
@Nonnull public ConfirmationDialogBuilder setPositiveButtonTextResId(int positiveButtonTextResId)
@Nonnull public ConfirmationDialogBuilder setNegativeButtonTextResId(int negativeButtonTextResId)
@Nonnull public ConfirmationDialogBuilder setPositiveHandler(@Nullable android.content.DialogInterface.OnClickListener positiveHandler)
@Nonnull public ConfirmationDialogBuilder setNegativeHandler(@Nullable android.content.DialogInterface.OnClickListener negativeHandler)
@Nonnull public DialogFragmentShower build()
build in interface org.solovyev.common.Builder<DialogFragmentShower>Copyright © 2015 se.solovyev. All Rights Reserved.