|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
フォームコントールのインターフェイス。
フィールドの概要 | |
static int |
TYPE_BUTTON
|
static int |
TYPE_CHECKBOX
|
static int |
TYPE_FILE
|
static int |
TYPE_HIDDEN
|
static int |
TYPE_IMAGE
|
static int |
TYPE_PASSWORD
|
static int |
TYPE_RADIO
|
static int |
TYPE_RESET
|
static int |
TYPE_SELECT
|
static int |
TYPE_SUBMIT
|
static int |
TYPE_TEXT
|
static int |
TYPE_TEXTAREA
|
メソッドの概要 | |
HTMLElement |
getElement()
このコントールのHTML要素オブジェクトを返す。 |
int |
getType()
このコントロールのタイプを返す。 |
java.lang.String |
getValue()
コントロールの値を返す。 |
java.lang.String[] |
getValues()
コントロールの値を返す。 |
void |
setValue(java.lang.String value)
コントロールに値を設定する。 |
void |
setValues(java.lang.String[] values)
コントロールに複数の値を設定する。 |
フィールドの詳細 |
public static final int TYPE_TEXT
public static final int TYPE_PASSWORD
public static final int TYPE_SUBMIT
public static final int TYPE_RESET
public static final int TYPE_FILE
public static final int TYPE_HIDDEN
public static final int TYPE_IMAGE
public static final int TYPE_BUTTON
public static final int TYPE_RADIO
public static final int TYPE_CHECKBOX
public static final int TYPE_SELECT
public static final int TYPE_TEXTAREA
メソッドの詳細 |
public void setValue(java.lang.String value)
value
- public void setValues(java.lang.String[] values)
values
- public java.lang.String getValue()
public java.lang.String[] getValues()
public HTMLElement getElement()
public int getType()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |