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