|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.ObjectDialog
com.pankia.ui.parts.PankiaAlertDialog
public class PankiaAlertDialog
Pankiaダイアログ
| フィールドの概要 | |
|---|---|
static int |
ALERT_TYPE_OK
アラートタイプ |
static int |
ALERT_TYPE_OK_AND_CANCEL
|
| コンストラクタの概要 | |
|---|---|
PankiaAlertDialog(Context context,
java.lang.String title,
java.lang.String message,
int type)
コンストラクタ |
|
| メソッドの概要 | |
|---|---|
ImageButton |
getCancelButton()
Cancelボタンを返す |
ImageButton |
getOkButton()
OKボタンを返す |
void |
show()
|
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
|---|
public static final int ALERT_TYPE_OK
public static final int ALERT_TYPE_OK_AND_CANCEL
| コンストラクタの詳細 |
|---|
public PankiaAlertDialog(Context context,
java.lang.String title,
java.lang.String message,
int type)
context - title - | メソッドの詳細 |
|---|
public ImageButton getOkButton()
public ImageButton getCancelButton()
public void show()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||