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