Package jakarta.faces.component.html
Enum HtmlGraphicImage.PropertyKeys
- java.lang.Object
- 
- java.lang.Enum<HtmlGraphicImage.PropertyKeys>
- 
- jakarta.faces.component.html.HtmlGraphicImage.PropertyKeys
 
 
- 
- All Implemented Interfaces:
- Serializable,- Comparable<HtmlGraphicImage.PropertyKeys>
 - Enclosing class:
- HtmlGraphicImage
 
 protected static enum HtmlGraphicImage.PropertyKeys extends Enum<HtmlGraphicImage.PropertyKeys> Properties used by this component
- 
- 
Enum Constant SummaryEnum Constants Enum Constant Description altdirheightismaplanglongdesconclickondblclickonkeydownonkeypressonkeyuponmousedownonmousemoveonmouseoutonmouseoveronmouseuprolestylestyleClasstitleusemapwidth
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()static HtmlGraphicImage.PropertyKeysvalueOf(String name)Returns the enum constant of this type with the specified name.static HtmlGraphicImage.PropertyKeys[]values()Returns an array containing the constants of this enum type, in the order they are declared.
 
- 
- 
- 
Enum Constant Detail- 
altpublic static final HtmlGraphicImage.PropertyKeys alt 
 - 
dirpublic static final HtmlGraphicImage.PropertyKeys dir 
 - 
heightpublic static final HtmlGraphicImage.PropertyKeys height 
 - 
ismappublic static final HtmlGraphicImage.PropertyKeys ismap 
 - 
langpublic static final HtmlGraphicImage.PropertyKeys lang 
 - 
longdescpublic static final HtmlGraphicImage.PropertyKeys longdesc 
 - 
onclickpublic static final HtmlGraphicImage.PropertyKeys onclick 
 - 
ondblclickpublic static final HtmlGraphicImage.PropertyKeys ondblclick 
 - 
onkeydownpublic static final HtmlGraphicImage.PropertyKeys onkeydown 
 - 
onkeypresspublic static final HtmlGraphicImage.PropertyKeys onkeypress 
 - 
onkeyuppublic static final HtmlGraphicImage.PropertyKeys onkeyup 
 - 
onmousedownpublic static final HtmlGraphicImage.PropertyKeys onmousedown 
 - 
onmousemovepublic static final HtmlGraphicImage.PropertyKeys onmousemove 
 - 
onmouseoutpublic static final HtmlGraphicImage.PropertyKeys onmouseout 
 - 
onmouseoverpublic static final HtmlGraphicImage.PropertyKeys onmouseover 
 - 
onmouseuppublic static final HtmlGraphicImage.PropertyKeys onmouseup 
 - 
rolepublic static final HtmlGraphicImage.PropertyKeys role 
 - 
stylepublic static final HtmlGraphicImage.PropertyKeys style 
 - 
styleClasspublic static final HtmlGraphicImage.PropertyKeys styleClass 
 - 
titlepublic static final HtmlGraphicImage.PropertyKeys title 
 - 
usemappublic static final HtmlGraphicImage.PropertyKeys usemap 
 - 
widthpublic static final HtmlGraphicImage.PropertyKeys width 
 
- 
 - 
Method Detail- 
valuespublic static HtmlGraphicImage.PropertyKeys[] values() Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (HtmlGraphicImage.PropertyKeys c : HtmlGraphicImage.PropertyKeys.values()) System.out.println(c); - Returns:
- an array containing the constants of this enum type, in the order they are declared
 
 - 
valueOfpublic static HtmlGraphicImage.PropertyKeys valueOf(String name) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum type has no constant with the specified name
- NullPointerException- if the argument is null
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- Enum<HtmlGraphicImage.PropertyKeys>
 
 
- 
 
-