protected static enum UINotifyMessages.Properties extends Enum<UINotifyMessages.Properties>
Enum Constant and Description |
---|
ajaxRendered |
escape |
keepTransient |
nonblocking |
nonblockingOpacity |
showCloseButton |
showShadow |
stack |
stayTime |
sticky |
styleClass |
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 escape
public static final UINotifyMessages.Properties keepTransient
public static final UINotifyMessages.Properties nonblocking
public static final UINotifyMessages.Properties nonblockingOpacity
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 styleClass
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 © 2014 JBoss by Red Hat. All Rights Reserved.