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