Ajax4Jsf
Tag status


Renders area for indicating Ajax request status on the client-side. <br /> During Encoding: Creates two "span" elements with id created as clientId of this component or of target AJAX region (pointed to by the "for" property) with appended ":status.start" and ":status:stop" strings. <br /> "start" span has "display:none" style (hidden). Inside this span, renders the value of the startText/stopText properties or, if they exist, the content of "start" and "stop" facets. <br /> On performing an AJAX request, the client-side script changes the visibility of the "start" span and hides "stop". After all requests for this indicator are completed, restores "stop" and hide "start" start[style,styleClass] and stop[style,styleClass] are rendered for spans as style and class atributes, respectivetly. <br /> During Encoding: Creates two "span" or "div"(depending on 'layout' attribute) elements with id created as clientId of this component or of target AJAX region (pointed to by the "for" property) with appended ":status.start" and ":status:stop" strings. "start" element has "display:none" style (hidden). Inside this element, renders the value of the startText/stopText properties or, if they exist, the content of "start" and "stop" facets. On performing an AJAX request, the client-side script changes the visibility of the "start" element and hides "stop". After all requests for this indicator are completed, restores "stop" and hide "start" <br /> start[style,styleClass] and stop[style,styleClass] are rendered for spans as style and class atributes, respectivetly.


Tag Information
Tag Classorg.ajax4jsf.taglib.html.jsp.AjaxStatus
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
bindingfalsefalsejava.lang.StringThe attribute takes a value-binding expression for a component property of a backing bean
dirfalsefalsejava.lang.StringDirection indication for text that does not inherit directionality. Valid values are "LTR" (left-to-right) and "RTL" (right-to-left)
forfalsefalsejava.lang.StringID of the AjaxContainer component whose status is indicated (in the format of a javax.faces.UIComopnent.findComponent() call).
forceIdfalsefalsejava.lang.StringIf true, render the ID of the component in HTML code without JSF modifications.
idfalsefalsejava.lang.StringEvery component may have a unique id that is automatically created if omitted
langfalsefalsejava.lang.StringCode describing the language used in the generated markup for this component
layoutfalsefalsejava.lang.StringDefine visual layout of panel, can be "block" or "inline".
onclickfalsefalsejava.lang.StringHTML: a script expression; a pointer button is clicked
ondblclickfalsefalsejava.lang.StringHTML: a script expression; a pointer button is double-clicked
onkeydownfalsefalsejava.lang.StringHTML: a script expression; a key is pressed down
onkeypressfalsefalsejava.lang.StringHTML: a script expression; a key is pressed and released
onkeyupfalsefalsejava.lang.StringHTML: a script expression; a key is released
onmousedownfalsefalsejava.lang.StringHTML: script expression; a pointer button is pressed down
onmousemovefalsefalsejava.lang.StringHTML: a script expression; a pointer is moved within
onmouseoutfalsefalsejava.lang.StringHTML: a script expression; a pointer is moved away
onmouseoverfalsefalsejava.lang.StringHTML: a script expression; a pointer is moved onto
onmouseupfalsefalsejava.lang.StringHTML: script expression; a pointer button is released
onstartfalsefalsejava.lang.StringJavaScript code, called on the start of a request.
onstopfalsefalsejava.lang.StringJavaScript code, called on the stop of a request.
renderedfalsefalsejava.lang.StringIf "false", this component is not rendered
startStylefalsefalsejava.lang.StringCSS style class for the element displayed on the start of a request.
startStyleClassfalsefalsejava.lang.StringCSS style class for the element displayed on the start of a request.
startTextfalsefalsejava.lang.StringText for display on starting request.
stopStylefalsefalsejava.lang.StringCSS style for element displayed on request completion.
stopStyleClassfalsefalsejava.lang.StringCSS style class for element displayed on request
stopTextfalsefalsejava.lang.StringText for display on request complete.
stylefalsefalsejava.lang.StringCSS style(s) is/are to be applied when this component is rendered
styleClassfalsefalsejava.lang.StringCorresponds to the HTML class attribute
titlefalsefalsejava.lang.StringAdvisory title information about markup elements generated for this component

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.