protected static enum HtmlInputFile.PropertyKeys extends EnumSE<HtmlInputFile.PropertyKeys>
修飾子と型 | メソッドと説明 |
---|---|
StringSE | toString() |
static HtmlInputFile.PropertyKeys | valueOf(StringSE name) 指定された名前を持つこの型の列挙定数を返します。 |
static HtmlInputFile.PropertyKeys[] | values() この列挙型の定数を含む配列を、宣言されている順序で返します。 |
cloneSE, compareToSE, equalsSE, finalizeSE, getDeclaringClassSE, hashCodeSE, nameSE, ordinalSE, valueOfSE
getClassSE, notifySE, notifyAllSE, waitSE, waitSE, waitSE
public static final HtmlInputFile.PropertyKeys accesskey
public static final HtmlInputFile.PropertyKeys alt
public static final HtmlInputFile.PropertyKeys autocomplete
public static final HtmlInputFile.PropertyKeys dir
public static final HtmlInputFile.PropertyKeys disabled
public static final HtmlInputFile.PropertyKeys label
public static final HtmlInputFile.PropertyKeys lang
public static final HtmlInputFile.PropertyKeys maxlength
public static final HtmlInputFile.PropertyKeys onblur
public static final HtmlInputFile.PropertyKeys onchange
public static final HtmlInputFile.PropertyKeys onclick
public static final HtmlInputFile.PropertyKeys ondblclick
public static final HtmlInputFile.PropertyKeys onfocus
public static final HtmlInputFile.PropertyKeys onkeydown
public static final HtmlInputFile.PropertyKeys onkeypress
public static final HtmlInputFile.PropertyKeys onkeyup
public static final HtmlInputFile.PropertyKeys onmousedown
public static final HtmlInputFile.PropertyKeys onmousemove
public static final HtmlInputFile.PropertyKeys onmouseout
public static final HtmlInputFile.PropertyKeys onmouseover
public static final HtmlInputFile.PropertyKeys onmouseup
public static final HtmlInputFile.PropertyKeys onselect
public static final HtmlInputFile.PropertyKeys readonly
public static final HtmlInputFile.PropertyKeys role
public static final HtmlInputFile.PropertyKeys size
public static final HtmlInputFile.PropertyKeys style
public static final HtmlInputFile.PropertyKeys styleClass
public static final HtmlInputFile.PropertyKeys tabindex
public static final HtmlInputFile.PropertyKeys title
public static HtmlInputFile.PropertyKeys[] values()
for (HtmlInputFile.PropertyKeys c : HtmlInputFile.PropertyKeys.values()) System.out.println(c);
public static HtmlInputFile.PropertyKeys valueOf(StringSE name)
name
- 返される列挙定数の名前。IllegalArgumentExceptionSE
- この列挙型に指定された名前の定数がない場合 NullPointerExceptionSE
- 引数が null の場合 public StringSE toString()
EnumSE<HtmlInputFile.PropertyKeys>
の toStringSE
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.