stack
java.lang.String
Id of stack component in which this message will be displayed.
null
sticky
boolean
if you want it to fade out on its own or just sit there
false
stayTime
java.lang.Integer
the time you want it to be alive for before fading out (milliseconds)
8000
delay
java.lang.Integer
Miliseconds before component should be shown for the first time.
0
appearAnimation
java.lang.String
The animation to use when displaying and hiding the notice.
"none", "show", "fade", and "slide" are built in to jQuery.
Others require jQuery UI.
"fade"
hideAnimation
java.lang.String
The animation to use when displaying and hiding the notice.
"none", "show", "fade", and "slide" are built in to jQuery.
Others require jQuery UI.
"fade"
animationSpeed
java.lang.Integer
animation speed (milliseconds)
null
showHistory
boolean
Display a pull down menu to redisplay previous notices,
and place the notice in the history.
true
nonblocking
boolean
Non-blocking notice lets the user click elements underneath it.
false
showShadow
boolean
Display a drop shadow.
false
showCloseButton
boolean
Provide a button for the user to manually close the notice.
true
nonblockingOpacity
java.lang.Double
The opacity of the notice (if it's non-blocking) when the mouse is over it.
.2
styleClass
java.lang.String