protected static enum HtmlNotifyMessage.Properties extends Enum<HtmlNotifyMessage.Properties>
Enum Constant and Description |
---|
dir |
lang |
onclick |
ondblclick |
onkeydown |
onkeypress |
onkeyup |
onmousedown |
onmousemove |
onmouseout |
onmouseover |
onmouseup |
style |
title |
Modifier and Type | Method and Description |
---|---|
static HtmlNotifyMessage.Properties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HtmlNotifyMessage.Properties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HtmlNotifyMessage.Properties dir
public static final HtmlNotifyMessage.Properties lang
public static final HtmlNotifyMessage.Properties onclick
public static final HtmlNotifyMessage.Properties ondblclick
public static final HtmlNotifyMessage.Properties onkeydown
public static final HtmlNotifyMessage.Properties onkeypress
public static final HtmlNotifyMessage.Properties onkeyup
public static final HtmlNotifyMessage.Properties onmousedown
public static final HtmlNotifyMessage.Properties onmousemove
public static final HtmlNotifyMessage.Properties onmouseout
public static final HtmlNotifyMessage.Properties onmouseover
public static final HtmlNotifyMessage.Properties onmouseup
public static final HtmlNotifyMessage.Properties style
public static final HtmlNotifyMessage.Properties title
public static HtmlNotifyMessage.Properties[] values()
for (HtmlNotifyMessage.Properties c : HtmlNotifyMessage.Properties.values()) System.out.println(c);
public static HtmlNotifyMessage.Properties valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullCopyright © 2012 JBoss by Red Hat. All Rights Reserved.