q
Tag popupLayer


The PopupLayer component is used as a container for other components that is displayed over the page content as specified by its coordinates.


Tag Information
Tag Classteamdev.jsf.taglib.PopupLayerJspTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredBinding TypeELDefaultDescription
bindingfalseteamdev.jsf.component.popuplayer.PopupLayeronlynullA value-binding expression that associates the PopupLayer with a backing bean property.
closeOnOuterClickfalsebooleantruefalseA flag that indicates whether or not the PopupLayer component is automatically dismissed when the user clicks outside of the component.
draggablefalsebooleantruefalseA flag that indicates whether or not the dragging feature is enabled.
heightfalsejava.lang.StringtruenullThe height of the PopupLayer component. Can be specified in any units (px, mm, em, etc.).
hidingTimeoutfalseinttrue-1The timeout after which the PopupLayer component is automatically hidden. The value "-1" means that the PopupLayer component is not hidden automatically.
idfalsejava.lang.StringfalsenullThe component identifier.
leftfalsejava.lang.StringtruenullThe x coordinate of the component's upper-left corner relative to the upper-left corner of the document or an absolutely positioned immediate container of the PopupLayer component. Note that the "left" attribute should indicate the number of pixels, without the postfix "px".
modalfalsebooleantruefalseA flag that indicates whether or not the PopupLayer component is modal.
modalLayerClassfalsejava.lang.StringtruenullA CSS class name for the visible part of the page which is not covered by a modal PopupLayer.
modalLayerStylefalsejava.lang.StringtruenullA style for the visible part of the page which is not covered by a modal PopupLayer.
onclickfalsejava.lang.StringtruenullJavaScript code that should be executed on the client when the user clicks the left mouse button over the PopupLayer.
ondblclickfalsejava.lang.StringtruenullJavaScript code that should be executed on the client when the user double-clicks the left mouse button over the PopupLayer.
ondragendfalsejava.lang.StringtruenullJavaScript code that should be executed when the user stops dragging the PopupLayer component.
ondragstartfalsejava.lang.StringtruenullJavaScript code that should be executed when the user starts dragging the PopupLayer component.
onhidefalsejava.lang.StringtruenullJavaScript code that should be executed when the PopupLayer component is hidden on the client side.
onkeydownfalsejava.lang.StringtruenullJavaScript code that should be executed when the user presses a key over the PopupLayer.
onkeypressfalsejava.lang.StringtruenullJavaScript code that should be executed on the client when the user presses and releases a key over the PopupLayer.
onkeyupfalsejava.lang.StringtruenullJavaScript code that should be executed when the user releases a key over the PopupLayer.
onmousedownfalsejava.lang.StringtruenullJavaScript code that should be executed when the user clicks over the PopupLayer with either mouse button.
onmousemovefalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer over the PopupLayer.
onmouseoutfalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer away from the PopupLayer.
onmouseoverfalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer onto the PopupLayer.
onmouseupfalsejava.lang.StringtruenullJavaScript code that should be executed when the user releases the mouse button over the PopupLayer.
onshowfalsejava.lang.StringtruenullJavaScript code that should be executed when the PopupLayer component is displayed on the client side.
renderedfalsebooleantruefalseA flag that indicates whether or not the component is visible.
rolloverClassfalsejava.lang.StringtruenullA CSS class name for the entire PopupLayer component in the rollover state.
rolloverStylefalsejava.lang.StringtruenullA style for the entire PopupLayer component in the rollover state.
stylefalsejava.lang.StringtruenullA style for the entire PopupLayer component.
styleClassfalsejava.lang.StringtruenullA CSS class name for the entire PopupLayer component.
topfalsejava.lang.StringtruenullThe y coordinate of the component's upper-left corner relative to the upper-left corner of the document or an absolutely positioned immediate container of the PopupLayer component. Note that the "top" attribute should indicate the number of pixels, without the postfix "px".
visiblefalsebooleanonlytrueA flag that indicates whether or not the PopupLayer component is visible.
widthfalsejava.lang.StringtruenullThe width of the PopupLayer component. Can be specified in any units (px, mm, em, etc.).

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.