public class Utils_Alert
extends java.lang.Object
| Constructor and Description |
|---|
Utils_Alert() |
| Modifier and Type | Method and Description |
|---|---|
static android.support.v7.app.AlertDialog.Builder |
getDialogBuilder(android.content.Context context,
int title,
int message,
boolean cancleable,
int positive,
android.content.DialogInterface.OnClickListener positive_ls,
int negtive,
android.content.DialogInterface.OnClickListener negtive_ls) |
static void |
showAlertDialog_ad(android.content.Context context,
int title,
int message,
boolean cancleable,
int positive,
android.content.DialogInterface.OnClickListener positive_ls,
int negtive,
android.content.DialogInterface.OnClickListener negtive_ls,
android.content.DialogInterface.OnKeyListener onKeyListener) |
static void |
showAlertDialog(android.content.Context context,
int message,
boolean cancleable,
int positive,
android.content.DialogInterface.OnClickListener positive_ls) |
static void |
showAlertDialog(android.content.Context context,
int message,
int positive) |
static void |
showAlertDialog(android.content.Context context,
int title,
int message,
boolean cancleable,
int positive,
android.content.DialogInterface.OnClickListener positive_ls) |
static void |
showAlertDialog(android.content.Context context,
int title,
int message,
boolean cancleable,
int positive,
android.content.DialogInterface.OnClickListener positive_ls,
int negtive,
android.content.DialogInterface.OnClickListener negtive_ls,
android.content.DialogInterface.OnKeyListener onKeyListener) |
static void |
showAlertDialog(android.content.Context context,
int title,
java.lang.String message,
boolean cancleable,
int positive,
android.content.DialogInterface.OnClickListener positive_ls,
int negtive,
android.content.DialogInterface.OnClickListener negtive_ls,
android.content.DialogInterface.OnKeyListener onKeyListener) |
static void |
showAlertDialog(android.content.Context context,
java.lang.String title,
int message,
boolean cancleable,
int positive,
android.content.DialogInterface.OnClickListener positive_ls,
int negtive,
android.content.DialogInterface.OnClickListener negtive_ls,
android.content.DialogInterface.OnKeyListener onKeyListener) |
static void |
showListDialog(android.content.Context context,
int title,
boolean cancleable,
java.lang.CharSequence[] listitems,
android.content.DialogInterface.OnClickListener onClickListener) |
public static void showListDialog(android.content.Context context,
int title,
boolean cancleable,
java.lang.CharSequence[] listitems,
android.content.DialogInterface.OnClickListener onClickListener)
public static android.support.v7.app.AlertDialog.Builder getDialogBuilder(android.content.Context context,
int title,
int message,
boolean cancleable,
int positive,
android.content.DialogInterface.OnClickListener positive_ls,
int negtive,
android.content.DialogInterface.OnClickListener negtive_ls)
public static void showAlertDialog(android.content.Context context,
int message,
int positive)
public static void showAlertDialog(android.content.Context context,
int message,
boolean cancleable,
int positive,
android.content.DialogInterface.OnClickListener positive_ls)
public static void showAlertDialog(android.content.Context context,
int title,
int message,
boolean cancleable,
int positive,
android.content.DialogInterface.OnClickListener positive_ls)
public static void showAlertDialog_ad(android.content.Context context,
int title,
int message,
boolean cancleable,
int positive,
android.content.DialogInterface.OnClickListener positive_ls,
int negtive,
android.content.DialogInterface.OnClickListener negtive_ls,
android.content.DialogInterface.OnKeyListener onKeyListener)
public static void showAlertDialog(android.content.Context context,
int title,
int message,
boolean cancleable,
int positive,
android.content.DialogInterface.OnClickListener positive_ls,
int negtive,
android.content.DialogInterface.OnClickListener negtive_ls,
android.content.DialogInterface.OnKeyListener onKeyListener)
public static void showAlertDialog(android.content.Context context,
java.lang.String title,
int message,
boolean cancleable,
int positive,
android.content.DialogInterface.OnClickListener positive_ls,
int negtive,
android.content.DialogInterface.OnClickListener negtive_ls,
android.content.DialogInterface.OnKeyListener onKeyListener)
public static void showAlertDialog(android.content.Context context,
int title,
java.lang.String message,
boolean cancleable,
int positive,
android.content.DialogInterface.OnClickListener positive_ls,
int negtive,
android.content.DialogInterface.OnClickListener negtive_ls,
android.content.DialogInterface.OnKeyListener onKeyListener)