protected static enum HtmlGraphicImage.PropertyKeys extends java.lang.Enum<HtmlGraphicImage.PropertyKeys>
Enum Constant and Description |
---|
alt |
dir |
height |
ismap |
lang |
longdesc |
onclick |
ondblclick |
onkeydown |
onkeypress |
onkeyup |
onmousedown |
onmousemove |
onmouseout |
onmouseover |
onmouseup |
role |
style |
styleClass |
title |
usemap |
width |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static HtmlGraphicImage.PropertyKeys |
valueOf(java.lang.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.
|
public static final HtmlGraphicImage.PropertyKeys alt
public static final HtmlGraphicImage.PropertyKeys dir
public static final HtmlGraphicImage.PropertyKeys height
public static final HtmlGraphicImage.PropertyKeys ismap
public static final HtmlGraphicImage.PropertyKeys lang
public static final HtmlGraphicImage.PropertyKeys longdesc
public static final HtmlGraphicImage.PropertyKeys onclick
public static final HtmlGraphicImage.PropertyKeys ondblclick
public static final HtmlGraphicImage.PropertyKeys onkeydown
public static final HtmlGraphicImage.PropertyKeys onkeypress
public static final HtmlGraphicImage.PropertyKeys onkeyup
public static final HtmlGraphicImage.PropertyKeys onmousedown
public static final HtmlGraphicImage.PropertyKeys onmousemove
public static final HtmlGraphicImage.PropertyKeys onmouseout
public static final HtmlGraphicImage.PropertyKeys onmouseover
public static final HtmlGraphicImage.PropertyKeys onmouseup
public static final HtmlGraphicImage.PropertyKeys role
public static final HtmlGraphicImage.PropertyKeys style
public static final HtmlGraphicImage.PropertyKeys styleClass
public static final HtmlGraphicImage.PropertyKeys title
public static final HtmlGraphicImage.PropertyKeys usemap
public static final HtmlGraphicImage.PropertyKeys width
public static HtmlGraphicImage.PropertyKeys[] values()
for (HtmlGraphicImage.PropertyKeys c : HtmlGraphicImage.PropertyKeys.values()) System.out.println(c);
public static HtmlGraphicImage.PropertyKeys valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<HtmlGraphicImage.PropertyKeys>