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