o
Tag defaultProgressMessage


The DefaultProgressMessage component is used for customizing the progress message that appears when an Ajax request is in progress. Should be specified in the "progressMessage" facet of the AjaxSettings component.


Tag Information
Tag Classorg.openfaces.taglib.jsp.ajax.DefaultProgressMessageJspTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredBinding TypeELDefaultDescription
backgroundClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullCSS class name for a background layer of Ajax progress message. Applicable only when "fillBackground" attribute is set to true.
backgroundStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullCSS style for a background layer of Ajax progress message. Applicable only when "fillBackground" attribute is set to true.
backgroundTransparencyfalsejavax.el.ValueExpression
(must evaluate to java.lang.Double)
true0.6Specifies the transparency level in range [0..1] for the background layer of the Ajax progress message. Applicable only when fillBackground attribute is set to true.
backgroundTransparencyTransitionPeriodfalsejavax.el.ValueExpression
(must evaluate to int)
true150Specifies time in milliseconds that will elapse until transparency of the background layer gradually gains its full value (as specified by the "backgroundTransparency" attribute). Applicable only when "fillBackground" attribute is set to true.
fillBackgroundfalsejavax.el.ValueExpression
(must evaluate to boolean)
truefalseSetting this attribute to true allows shading the browser window while the Ajax is in progress, which makes it impossible to click any component until the Ajax request finishes.
horizontalAlignmentfalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
true"right"Defines the horizontal position in browser's window where the Ajax progress message should be shown.
Available values are:
"left" — displays the progress message by the left side of a browser window
"center" — centers the progress message horizontally within browser's window
"right" — displays the progress message by the right side of a browser window
imageUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullURL of the image file that is rendered before text in the progress message.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the progress message.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class that is used for the progress message.
textfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullText for the progress message.
transparencyfalsejavax.el.ValueExpression
(must evaluate to java.lang.Double)
true0Specifies the transparency level in range [0..1] for the Ajax progress message.
transparencyTransitionPeriodfalsejavax.el.ValueExpression
(must evaluate to int)
true0Specifies time in milliseconds that will elapse until Ajax progress message transparency gradually gains its full value (as specified by the "transparency" attribute).
verticalAlignmentfalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
true"top"Defines the horizontal position in browser's window where the Ajax progress message should be shown.
Available values are:
"top" — displays the progress message by the top side of a browser window
"center" — centers the progress message vertically within browser's window
"bottom" — displays the progress message by the bottom side of a browser window

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.