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