Created by shhong on 2017.
More...
|
static void | show (@NonNull final Context context, @NonNull final String title, @NonNull final List< String > items, @Nullable final DialogInterface.OnMultiChoiceClickListener multiChoiceListener, @Nullable final String positiveButtonText, @Nullable final DialogInterface.OnClickListener positiveListener, @Nullable final String negativeButtonText, @Nullable final DialogInterface.OnClickListener negativeListener) |
|
static void | show (@NonNull final Context context, @NonNull final String title, @NonNull final List< String > items, @Nullable final DialogInterface.OnMultiChoiceClickListener multiChoiceListener, @Nullable final String positiveButtonText, @Nullable final DialogInterface.OnClickListener positiveListener, @Nullable final String negativeButtonText, @Nullable final DialogInterface.OnClickListener negativeListener, @Nullable final DialogInterface.OnCancelListener cancelListener, final boolean isCancelable) |
|
static void | show (@NonNull final Context context, @NonNull final String title, @NonNull final CharSequence[] items, @Nullable final boolean[] checkedItems, @Nullable final DialogInterface.OnMultiChoiceClickListener multiChoiceListener, @Nullable final String positiveButtonText, @Nullable final DialogInterface.OnClickListener positiveListener, @Nullable final String negativeButtonText, @Nullable final DialogInterface.OnClickListener negativeListener, @Nullable final DialogInterface.OnCancelListener cancelListener, final boolean isCancelable) |
|
Created by shhong on 2017.
- 2..
◆ show() [1/3]
static void show |
( |
@NonNull final Context |
context, |
|
|
@NonNull final String |
title, |
|
|
@NonNull final List< String > |
items, |
|
|
@Nullable final DialogInterface.OnMultiChoiceClickListener |
multiChoiceListener, |
|
|
@Nullable final String |
positiveButtonText, |
|
|
@Nullable final DialogInterface.OnClickListener |
positiveListener, |
|
|
@Nullable final String |
negativeButtonText, |
|
|
@Nullable final DialogInterface.OnClickListener |
negativeListener |
|
) |
| |
|
static |
◆ show() [2/3]
static void show |
( |
@NonNull final Context |
context, |
|
|
@NonNull final String |
title, |
|
|
@NonNull final List< String > |
items, |
|
|
@Nullable final DialogInterface.OnMultiChoiceClickListener |
multiChoiceListener, |
|
|
@Nullable final String |
positiveButtonText, |
|
|
@Nullable final DialogInterface.OnClickListener |
positiveListener, |
|
|
@Nullable final String |
negativeButtonText, |
|
|
@Nullable final DialogInterface.OnClickListener |
negativeListener, |
|
|
@Nullable final DialogInterface.OnCancelListener |
cancelListener, |
|
|
final boolean |
isCancelable |
|
) |
| |
|
static |
◆ show() [3/3]
static void show |
( |
@NonNull final Context |
context, |
|
|
@NonNull final String |
title, |
|
|
@NonNull final CharSequence [] |
items, |
|
|
@Nullable final boolean [] |
checkedItems, |
|
|
@Nullable final DialogInterface.OnMultiChoiceClickListener |
multiChoiceListener, |
|
|
@Nullable final String |
positiveButtonText, |
|
|
@Nullable final DialogInterface.OnClickListener |
positiveListener, |
|
|
@Nullable final String |
negativeButtonText, |
|
|
@Nullable final DialogInterface.OnClickListener |
negativeListener, |
|
|
@Nullable final DialogInterface.OnCancelListener |
cancelListener, |
|
|
final boolean |
isCancelable |
|
) |
| |
|
static |