protected static enum HtmlMessage.Properties extends Enum<HtmlMessage.Properties>
Enum Constant and Description |
---|
ajaxRendered |
dir |
disabled |
escape |
keepTransient |
lang |
onclick |
ondblclick |
onkeydown |
onkeypress |
onkeyup |
onmousedown |
onmousemove |
onmouseout |
onmouseover |
onmouseup |
style |
styleClass |
title |
Modifier and Type | Method and Description |
---|---|
static HtmlMessage.Properties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HtmlMessage.Properties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HtmlMessage.Properties ajaxRendered
public static final HtmlMessage.Properties dir
public static final HtmlMessage.Properties disabled
public static final HtmlMessage.Properties escape
public static final HtmlMessage.Properties keepTransient
public static final HtmlMessage.Properties lang
public static final HtmlMessage.Properties onclick
public static final HtmlMessage.Properties ondblclick
public static final HtmlMessage.Properties onkeydown
public static final HtmlMessage.Properties onkeypress
public static final HtmlMessage.Properties onkeyup
public static final HtmlMessage.Properties onmousedown
public static final HtmlMessage.Properties onmousemove
public static final HtmlMessage.Properties onmouseout
public static final HtmlMessage.Properties onmouseover
public static final HtmlMessage.Properties onmouseup
public static final HtmlMessage.Properties style
public static final HtmlMessage.Properties styleClass
public static final HtmlMessage.Properties title
public static HtmlMessage.Properties[] values()
for (HtmlMessage.Properties c : HtmlMessage.Properties.values()) System.out.println(c);
public static HtmlMessage.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 © 2015 JBoss by Red Hat. All Rights Reserved.