列挙型 HtmlOutcomeTargetButton.PropertyKeys
- java.lang.ObjectSE
-
- java.lang.EnumSE<HtmlOutcomeTargetButton.PropertyKeys>
-
- jakarta.faces.component.html.HtmlOutcomeTargetButton.PropertyKeys
- 実装されたすべてのインターフェース:
SerializableSE
,ComparableSE<HtmlOutcomeTargetButton.PropertyKeys>
- 含まれているクラス:
- HtmlOutcomeTargetButton
protected static enum HtmlOutcomeTargetButton.PropertyKeys extends EnumSE<HtmlOutcomeTargetButton.PropertyKeys>
プロパティキー。
メソッドのサマリー
すべてのメソッド 静的メソッド インスタンスメソッド 具象メソッド 修飾子と型 メソッド 説明 StringSE
toString()
static HtmlOutcomeTargetButton.PropertyKeys
valueOf(StringSE name)
指定された名前を持つこの型の列挙定数を返します。static HtmlOutcomeTargetButton.PropertyKeys[]
values()
この列挙型の定数を含む配列を、宣言されている順序で返します。クラス java.lang.EnumSE から継承されたメソッド
clone, compareToSE, equalsSE, finalize, getDeclaringClass, hashCode, name, ordinal, valueOfSE
列挙定数の詳細
accesskey
public static final HtmlOutcomeTargetButton.PropertyKeys accesskey
alt
public static final HtmlOutcomeTargetButton.PropertyKeys alt
dir
public static final HtmlOutcomeTargetButton.PropertyKeys dir
disabled
public static final HtmlOutcomeTargetButton.PropertyKeys disabled
image
public static final HtmlOutcomeTargetButton.PropertyKeys image
lang
public static final HtmlOutcomeTargetButton.PropertyKeys lang
onblur
public static final HtmlOutcomeTargetButton.PropertyKeys onblur
onclick
public static final HtmlOutcomeTargetButton.PropertyKeys onclick
ondblclick
public static final HtmlOutcomeTargetButton.PropertyKeys ondblclick
onfocus
public static final HtmlOutcomeTargetButton.PropertyKeys onfocus
onkeydown
public static final HtmlOutcomeTargetButton.PropertyKeys onkeydown
onkeypress
public static final HtmlOutcomeTargetButton.PropertyKeys onkeypress
onkeyup
public static final HtmlOutcomeTargetButton.PropertyKeys onkeyup
onmousedown
public static final HtmlOutcomeTargetButton.PropertyKeys onmousedown
onmousemove
public static final HtmlOutcomeTargetButton.PropertyKeys onmousemove
onmouseout
public static final HtmlOutcomeTargetButton.PropertyKeys onmouseout
onmouseover
public static final HtmlOutcomeTargetButton.PropertyKeys onmouseover
onmouseup
public static final HtmlOutcomeTargetButton.PropertyKeys onmouseup
role
public static final HtmlOutcomeTargetButton.PropertyKeys role
style
public static final HtmlOutcomeTargetButton.PropertyKeys style
styleClass
public static final HtmlOutcomeTargetButton.PropertyKeys styleClass
tabindex
public static final HtmlOutcomeTargetButton.PropertyKeys tabindex
title
public static final HtmlOutcomeTargetButton.PropertyKeys title
メソッドの詳細
values
public static HtmlOutcomeTargetButton.PropertyKeys[] values()
この列挙型の定数を含む配列を、宣言されている順序で返します。このメソッドは、次のように定数を反復するために使用できます。for (HtmlOutcomeTargetButton.PropertyKeys c : HtmlOutcomeTargetButton.PropertyKeys.values()) System.out.println(c);
- 戻り値:
- この列挙型の定数を宣言されている順序で含む配列
valueOf
public static HtmlOutcomeTargetButton.PropertyKeys valueOf(StringSE name)
指定された名前を持つこの型の列挙定数を返します。文字列は、この型の列挙定数を宣言するために使用される識別子と正確に一致する必要があります。(余分な空白文字は許可されません。)- パラメーター:
name
- 返される列挙定数の名前。- 戻り値:
- 指定された名前の列挙定数
- 例外:
IllegalArgumentExceptionSE
- この列挙型に指定された名前の定数がない場合NullPointerExceptionSE
- 引数が null の場合
toString
public StringSE toString()
- オーバーライド:
- クラス
EnumSE<HtmlOutcomeTargetButton.PropertyKeys>
のtoString