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