<div>
element that is initially styled with display:none so that it can be popped-up as an overlay by calling the JavaScript API. Since it extends HtmlPanelGroup, it supports all the features of h:panelGroup.Info | Value |
---|---|
Component Type | com.liferay.faces.alloy.component.popover.Popover |
Handler Class | None |
Renderer Type | com.liferay.faces.alloy.component.popover.PopoverRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
autoShow | false | javax.el.ValueExpression
(must evaluate to boolean )
| When true, the component is visible initially. The default value is false . |
binding | false | javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent )
| An EL expression that binds the Java reference to this component in the component tree to a bean property. |
clientKey | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The key name that can be used to reference the component on the client. |
dismissible | false | javax.el.ValueExpression
(must evaluate to boolean )
| When true, the overlay window is automatically hidden when the user clicks outside of it. The default value is true . |
for | true | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The id of the component that is associated with the popover. |
headerText | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The text to place in the header of the component. |
height | false | javax.el.ValueExpression
(must evaluate to String )
| The height of the dialog/popover. |
hideIconRendered | false | javax.el.ValueExpression
(must evaluate to boolean )
| When true, an "x" is placed in the upper right corner that the user can click on to hide/dismiss the overlay window. The default value is true . |
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| A unique identifier for this component. |
onclick | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Javascript to execute when this component is clicked. |
ondblclick | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Javascript to execute when a double click event occurs. |
onkeydown | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Javascript to execute when a keydown event occurs. |
onkeypress | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Javascript to execute when a keypress event occurs. |
onkeyup | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Javascript to execute when a keyup event occurs. |
onmousedown | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Javascript to execute when a mousedown event occurs. |
onmousemove | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Javascript to execute when a mousemove event occurs. |
onmouseout | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Javascript to execute when a mouseout event occurs. |
onmouseover | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Javascript to execute when a mouseover event occurs. |
onmouseup | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Javascript to execute when a mouseup event occurs. |
position | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Indicates the side of the associated component where the tooltip should appear ("right", "left", "top", "bottom"). The default value is "right" . |
rendered | false | javax.el.ValueExpression
(must evaluate to boolean )
| When this flag is true, this component will be rendered to there response. When false, it will not be rendered to the response. The default value is true . |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML passthrough attribute specifying the css style of the element. |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| List of CSS class names (separated by spaces) that are to be rendered within the class attribute. |
width | false | javax.el.ValueExpression
(must evaluate to String )
| The width of the dialog/popover. |
zIndex | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer )
| Specifies the stack order of the component. The default value is a constant from the Liferay.zIndex JavaScript object. |
Output generated by Vdldoc View Declaration Language Documentation Generator.