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