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