Info | Value |
---|---|
Component Type | org.primefaces.component.OverlayPanel |
Handler Class | None |
Renderer Type | org.primefaces.component.OverlayPanelRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
appendTo | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Appends the overlayPanel to the given search expression. |
at | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Position of the target relative to the panel. |
autoHide | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Whether to hide overlay when hovering over overlay content when using custom show/hide events, default is true. |
binding | false | jakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent )
| An el expression referring to a server side UIComponent instance in a backing bean. |
blockScroll | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Whether to block scrolling of the document when panel is modal. |
cache | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Only relevant for dynamic="true": Defines if activating the panel should load the contents from server again. For cache="true" (default) the panel content is only loaded once. |
collision | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| When the positioned element overflows the window in some direction, move it to an alternative position. Similar to my and at, this accepts a single value or a pair for horizontal/vertical, e.g., "flip", "fit", "fit flip", "fit none". |
dismissable | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| When set true, clicking outside of the panel hides the overlay. |
dynamic | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Dynamic mode allows overlay panel to fetch it's contents before it's shown rather than on page load which is useful to reduce initial page load times. Default is false. |
for | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Identifier of the target component to show the panel. |
hideEvent | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Event to hide the overlay panel, default is "click". |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Unique identifier of the component in a namingContainer. |
modal | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Boolean value that specifies whether the document should be shielded with a partially transparent mask to require the user to close the Panel before being able to activate any elements in the document. Default is false. |
my | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Position of the panel relative to the target. |
onHide | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Client side callback to execute when panel is hidden. |
onShow | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Client side callback to execute when panel is displayed. |
rendered | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Boolean value to specify the rendering of the component, when set to false component will not be rendered. |
showCloseIcon | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Displays a close icon to hide the overlay, default is false. |
showDelay | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer )
| Delay time to show overlay panel in milliseconds. Default is 0. |
showEvent | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Event to show the overlay panel, default is "click". |
style | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Inline style of the component. |
styleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Style class of the component. |
widgetVar | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Name of the client side widget. |
Output generated by Vdldoc View Declaration Language Documentation Generator.