protected static enum HtmlNotifyMessages.Properties extends Enum<HtmlNotifyMessages.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 HtmlNotifyMessages.Properties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HtmlNotifyMessages.Properties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HtmlNotifyMessages.Properties dir
public static final HtmlNotifyMessages.Properties lang
public static final HtmlNotifyMessages.Properties onclick
public static final HtmlNotifyMessages.Properties ondblclick
public static final HtmlNotifyMessages.Properties onkeydown
public static final HtmlNotifyMessages.Properties onkeypress
public static final HtmlNotifyMessages.Properties onkeyup
public static final HtmlNotifyMessages.Properties onmousedown
public static final HtmlNotifyMessages.Properties onmousemove
public static final HtmlNotifyMessages.Properties onmouseout
public static final HtmlNotifyMessages.Properties onmouseover
public static final HtmlNotifyMessages.Properties onmouseup
public static final HtmlNotifyMessages.Properties style
public static final HtmlNotifyMessages.Properties title
public static HtmlNotifyMessages.Properties[] values()
for (HtmlNotifyMessages.Properties c : HtmlNotifyMessages.Properties.values()) System.out.println(c);
public static HtmlNotifyMessages.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.