org.richfaces.component.html
Enum HtmlNotifyMessage.Properties
java.lang.Object
java.lang.Enum<HtmlNotifyMessage.Properties>
org.richfaces.component.html.HtmlNotifyMessage.Properties
- All Implemented Interfaces:
- Serializable, Comparable<HtmlNotifyMessage.Properties>
- Enclosing class:
- HtmlNotifyMessage
protected static enum HtmlNotifyMessage.Properties
- extends Enum<HtmlNotifyMessage.Properties>
dir
public static final HtmlNotifyMessage.Properties dir
lang
public static final HtmlNotifyMessage.Properties lang
onclick
public static final HtmlNotifyMessage.Properties onclick
ondblclick
public static final HtmlNotifyMessage.Properties ondblclick
onkeydown
public static final HtmlNotifyMessage.Properties onkeydown
onkeypress
public static final HtmlNotifyMessage.Properties onkeypress
onkeyup
public static final HtmlNotifyMessage.Properties onkeyup
onmousedown
public static final HtmlNotifyMessage.Properties onmousedown
onmousemove
public static final HtmlNotifyMessage.Properties onmousemove
onmouseout
public static final HtmlNotifyMessage.Properties onmouseout
onmouseover
public static final HtmlNotifyMessage.Properties onmouseover
onmouseup
public static final HtmlNotifyMessage.Properties onmouseup
style
public static final HtmlNotifyMessage.Properties style
title
public static final HtmlNotifyMessage.Properties title
values
public static HtmlNotifyMessage.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 (HtmlNotifyMessage.Properties c : HtmlNotifyMessage.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 HtmlNotifyMessage.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.