a4j
Tag status


Renders area for indicating Ajax request status on the client-side. 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. "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. 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. 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" start[style,styleClass] and stop[style,styleClass] are rendered for spans as style and class atributes, respectivetly.


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

Attributes
NameRequiredRequest-timeTypeDescription
startStyleClassfalsefalsejava.lang.StringCSS style class for the element displayed on the start of a request.
stopStylefalsefalsejava.lang.StringCSS style for element displayed on request completion.
stopStyleClassfalsefalsejava.lang.StringCSS style class for element displayed on request
layoutfalsefalsejava.lang.StringDefine visual layout of panel, can be "block" or "inline".
titlefalsefalsejava.lang.StringAdvisory title information about markup elements generated for this component.
renderedfalsefalsejava.lang.StringIf false, this component will not be rendered.
idfalsefalsejava.lang.StringEvery component may have an unique id. Automatically created if omitted.
dirfalsefalsejava.lang.StringAlternate textual description of the element rendered by this component.
styleClassfalsefalsejava.lang.StringCorresponds to the HTML class attribute.
startStylefalsefalsejava.lang.StringCSS style class for the element displayed on the start of a request.
onkeypressfalsefalsejava.lang.StringHTML: script expression; a key was pressed and released.
ondblclickfalsefalsejava.lang.StringHTML: script expression; a pointer button was double clicked.
stylefalsefalsejava.lang.StringCSS style(s) to be applied when this component is rendered.
onmouseoverfalsefalsejava.lang.StringHTML: script expression; a pointer was moved onto.
forfalsefalsejava.lang.StringID of the AjaxContainer component whose status is indicated (in the format of a javax.faces.UIComopnent.findComponent() call).
onkeyupfalsefalsejava.lang.StringHTML: script expression; a key was released.
langfalsefalsejava.lang.StringCode describing the language used in the generated markup for this component.
onclickfalsefalsejava.lang.StringHTML: script expression; a pointer button was clicked.
onmouseoutfalsefalsejava.lang.StringHTML: script expression; a pointer was moved away.
startTextfalsefalsejava.lang.StringText for display on starting request.
onkeydownfalsefalsejava.lang.StringHTML: script expression; a key was pressed down.
onmousedownfalsefalsejava.lang.StringHTML: script expression; a pointer button was pressed down.
forceIdfalsefalsejava.lang.StringIf true, render the ID of the component in HTML code without JSF modifications.
stopTextfalsefalsejava.lang.StringText for display on request complete.
onmouseupfalsefalsejava.lang.StringHTML: script expression; a pointer button was released.
bindingfalsefalsejava.lang.StringComponent binding.
onmousemovefalsefalsejava.lang.StringHTML: script expression; a pointer was moved within.

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.