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