| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | org.openfaces.taglib.jsp.window.ConfirmationJspTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | |||||
Name | Required | Binding Type | EL | Default | Description |
alignToInvoker | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | A flag that indicates whether or not to align the Confirmation component with the component that calls it. If the Confirmation is aligned with the component it was called from, it is displayed right under this component. |
binding | false | javax.el.ValueExpression
(must evaluate to org.openfaces.component.window.Confirmation )
| only | null | A value-binding expression that associates the Confirmation component with a backing bean property. |
buttonAreaClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the area where the buttons are located. |
buttonAreaStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the area where the buttons are located. |
cancelButtonClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the Cancel button. |
cancelButtonStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the Cancel button. |
cancelButtonText | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | "Cancel" | Text for the Cancel button. |
caption | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | The text that should be displayed in the caption. This is a convenient alternative for using the "caption" facet. If both "caption" facet and "caption" attribute is specified, the content specified in the facet is used. |
captionClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the Confirmation title. |
captionStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the Confirmation title. |
contentClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the area where the instructions are located. |
contentStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the area where the instructions are located. |
defaultButton | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| true | "ok" | Defines which of the two buttons has focus when the Confirmation component opens. Available values are: "ok" — the "OK" button is focused when the Confirmation is opened "cancel" — the "Cancel" button is focused when the Confirmation is opened |
details | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | "Press OK to perform the action" | The supplementary text following the main instruction. |
detailsClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the supplementary text. |
detailsStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the supplementary text. |
draggable | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | A flag that indicates whether or not the user can move the confirmation window by dragging its title. |
draggableByContent | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | true | A flag that indicates whether the confirmation window can be dragged by its content area in addition to the usual dragging by window caption. This attribute is only applicable if draggable attribute is set to "true". |
event | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | The name of a JavaScript function or event that should be confirmed before execution. |
for | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | ID of the JSF component or of any HTML element whose event is listened to. It should be defined in the same way as the "for" property of the standard HTMLOutputLabel component. |
height | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | The height of the Confirmation component. Can be specified in any units (px, mm, em, etc.). |
hideOnEsc | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | true | A flag that indicates whether or not the Confirmation component is automatically dismissed when the user presses Esc. |
hideOnOuterClick | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | A flag that indicates whether or not to close the Confirmation component when the user clicks anywhere outside it. |
iconAreaClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the area where the icon is located. |
iconAreaStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the area where the icon is located. |
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| false | null | The component identifier. |
left | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | The 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 Confirmation component. Note that the "left" attribute should indicate the number of pixels, without the postfix "px". |
message | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | "Confirm your action" | The main instruction text. |
messageClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the main instruction. |
messageIconUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | URL of the image file that is used to render the iconto the left of the main instruction. |
messageStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the main instruction. |
modalLayerClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the visible part of the page which is not covered by a Confirmation. |
modalLayerStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the visible part of the page which is not covered by the Confirmation component. |
okButtonClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the OK button. |
okButtonStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the OK button. |
okButtonText | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | "OK" | Text for the OK button. |
onclick | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed on the client when the user clicks the left mouse button over the Confirmation. |
oncontextmenu | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript 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). |
ondblclick | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed on the client when the user double-clicks the left mouse button over the Confirmation. |
onkeydown | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user presses a key over the Confirmation. |
onkeypress | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed on the client when the user presses and releases a key over the Confirmation. |
onkeyup | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user releases a key over the Confirmation. |
onmousedown | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user clicks over the Confirmation with either mouse button. |
onmousemove | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user moves the mouse pointer over the Confirmation. |
onmouseout | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user moves the mouse pointer away from the Confirmation. |
onmouseover | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user moves the mouse pointer onto the Confirmation. |
onmouseup | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user releases the mouse button over the Confirmation. |
rendered | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | A flag that indicates whether or not the component is visible. |
rolloverButtonAreaClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the area where the buttons in the rollover state are located. |
rolloverButtonAreaStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the area where the buttons in the rollover state are located. |
rolloverCancelButtonClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the Cancel button in the rollover state. |
rolloverCancelButtonStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the Cancel button in the rollover state. |
rolloverClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the entire Confirmation component. |
rolloverContentClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the area where the instructions in the rollover state are located. |
rolloverContentStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the area where the instructions in the rollover state are located. |
rolloverDetailsClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the supplementary text in the rollover state. |
rolloverDetailsStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the supplementary text in the rollover state. |
rolloverIconAreaClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the area where the icon in the rollover state is located. |
rolloverIconAreaStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the area where the icon in the rollover state is located. |
rolloverMessageClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the main instruction in the rollover state. |
rolloverMessageStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the main instruction in the rollover state. |
rolloverOkButtonClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the OK button in the rollover state. |
rolloverOkButtonStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the OK button in the rollover state. |
rolloverStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the entire Confirmation component in the rollover state. |
showMessageIcon | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | true | A flag that indicates whether or not to show the icon to the left of the main instruction. |
standalone | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | true | Turns on the "standalone" mode where the Confirmation is not attached to other component automatically, and can be used via the public API instead. The default value is false, which means that the component is attached to the parent component, or a component referred to by the "for" attribute if it is specified. |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the entire Confirmation component. |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the entire Confirmation component. |
top | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | The 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 Confirmation component Note that the "top" attribute should indicate the number of pixels, without the postfix "px". |
width | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | "275 px" | The width of the Confirmation component. Can be specified in any units (px, mm, em, etc.). |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |