o
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 Classorg.openfaces.taglib.jsp.window.PopupLayerJspTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredBinding TypeELDefaultDescription
bindingfalsejavax.el.ValueExpression
(must evaluate to org.openfaces.component.window.PopupLayer)
onlynullA value-binding expression that associates the PopupLayer with a backing bean property.
draggablefalsejavax.el.ValueExpression
(must evaluate to boolean)
truefalseA flag that indicates whether or not the dragging feature is enabled.
heightfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullThe height of the PopupLayer component. Can be specified in any units (px, mm, em, etc.).
hideOnEscfalsejavax.el.ValueExpression
(must evaluate to boolean)
truetrueA flag that indicates whether or not the PopupLayer component is automatically dismissed when the user presses Esc on a modal PopupLayer.
hideOnOuterClickfalsejavax.el.ValueExpression
(must evaluate to boolean)
truefalseA flag that indicates whether or not the PopupLayer component is automatically dismissed when the user clicks outside of the component.
hidingTimeoutfalsejavax.el.ValueExpression
(must evaluate to int)
true-1The timeout after which the PopupLayer component is automatically hidden. The value "-1" means that the PopupLayer component is not hidden automatically.
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
falsenullThe component identifier.
leftfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullThe 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".
modalfalsejavax.el.ValueExpression
(must evaluate to boolean)
truefalseA flag that indicates whether or not the PopupLayer component is modal.
modalLayerClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for the visible part of the page which is not covered by a modal PopupLayer.
modalLayerStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the visible part of the page which is not covered by a modal PopupLayer.
onblurfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the PopupLayer loses focus.
onclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed on the client when the user clicks the left mouse button over the PopupLayer.
oncontextmenufalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user presses right mouse button over the component (or performs the other context menu invocation action depending on the platform).
ondblclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed on the client when the user double-clicks the left mouse button over the PopupLayer.
ondragendfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user stops dragging the PopupLayer component.
ondragstartfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user starts dragging the PopupLayer component.
onfocusfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the PopupLayer receives focus.
onhidefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the PopupLayer component is hidden on the client side.
onkeydownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user presses a key over the PopupLayer.
onkeypressfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed on the client when the user presses and releases a key over the PopupLayer.
onkeyupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user releases a key over the PopupLayer.
onmousedownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user clicks over the PopupLayer with either mouse button.
onmousemovefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer over the PopupLayer.
onmouseoutfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer away from the PopupLayer.
onmouseoverfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer onto the PopupLayer.
onmouseupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user releases the mouse button over the PopupLayer.
onshowfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the PopupLayer component is displayed on the client side.
renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
truefalseA flag that indicates whether or not the component is visible.
rolloverClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for the entire PopupLayer component in the rollover state.
rolloverStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the entire PopupLayer component in the rollover state.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the entire PopupLayer component.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for the entire PopupLayer component.
topfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullThe 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".
visiblefalsejavax.el.ValueExpression
(must evaluate to boolean)
onlyfalseA flag that indicates whether or not the PopupLayer component is visible.
widthfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullThe 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.