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