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