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