org.richfaces.component.html
Enum HtmlNotifyMessages.Properties
java.lang.Object
java.lang.Enum<HtmlNotifyMessages.Properties>
org.richfaces.component.html.HtmlNotifyMessages.Properties
- All Implemented Interfaces:
- Serializable, Comparable<HtmlNotifyMessages.Properties>
- Enclosing class:
- HtmlNotifyMessages
protected static enum HtmlNotifyMessages.Properties
- extends Enum<HtmlNotifyMessages.Properties>
dir
public static final HtmlNotifyMessages.Properties dir
lang
public static final HtmlNotifyMessages.Properties lang
onclick
public static final HtmlNotifyMessages.Properties onclick
ondblclick
public static final HtmlNotifyMessages.Properties ondblclick
onkeydown
public static final HtmlNotifyMessages.Properties onkeydown
onkeypress
public static final HtmlNotifyMessages.Properties onkeypress
onkeyup
public static final HtmlNotifyMessages.Properties onkeyup
onmousedown
public static final HtmlNotifyMessages.Properties onmousedown
onmousemove
public static final HtmlNotifyMessages.Properties onmousemove
onmouseout
public static final HtmlNotifyMessages.Properties onmouseout
onmouseover
public static final HtmlNotifyMessages.Properties onmouseover
onmouseup
public static final HtmlNotifyMessages.Properties onmouseup
style
public static final HtmlNotifyMessages.Properties style
title
public static final HtmlNotifyMessages.Properties title
values
public static HtmlNotifyMessages.Properties[] 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 (HtmlNotifyMessages.Properties c : HtmlNotifyMessages.Properties.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static HtmlNotifyMessages.Properties 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
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.