Attributes |
Name | Required | Binding Type | EL | Default | Description |
alignToInvoker | false | 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 | teamdev.jsf.component.popuplayer.Confirmation | only | null | A value-binding expression that associates the Confirmation component with a backing bean property. |
buttonAreaClass | false | java.lang.String | true | null | A CSS class name for the area where the buttons are located. |
buttonAreaStyle | false | java.lang.String | true | null | A style for the area where the buttons are located. |
cancelButtonClass | false | java.lang.String | true | null | A CSS class name for the Cancel button. |
cancelButtonStyle | false | java.lang.String | true | null | A style for the Cancel button. |
cancelButtonText | false | java.lang.String | true | "Cancel" | Text for the Cancel button. |
captionClass | false | java.lang.String | true | null | A CSS class name for the Confirmation title. |
captionStyle | false | java.lang.String | true | null | A style for the Confirmation title. |
captionText | false | java.lang.String | true | null | A flag that indicates whether or not the Confirmation component has the title bar. In this attribute, you should specify the text that is displayed in the title bar. |
closeButtonImageUrl | false | java.lang.String | true | null | URL to the image file that is used to render the Close button. |
closeOnOuterClick | false | boolean | true | false | A flag that indicates whether or not to close the Confirmation component when the user clicks anywhere outside it. |
defaultButton | false | teamdev.jsf.component.popuplayer.ButtonType | 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 | java.lang.String | true | "Press OK to perform the action" | The supplementary text following the main instruction. |
detailsClass | false | java.lang.String | true | null | A CSS class name for the supplementary text. |
detailsStyle | false | java.lang.String | true | null | A style for the supplementary text. |
draggable | false | boolean | true | false | A flag that indicates whether or not the dragging feature is enabled. |
height | false | java.lang.String | true | null | The height of the Confirmation component. Can be specified in any units (px, mm, em, etc.). |
iconAreaClass | false | java.lang.String | true | null | A CSS class name for the area where the icon is located. |
iconAreaStyle | false | java.lang.String | true | null | A style for the area where the icon is located. |
id | false | java.lang.String | false | null | The component identifier. |
invokerEventName | false | java.lang.String | true | null | The name of a JavaScript function or event that should be confirmed before execution. |
invokerId | false | 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. |
left | false | 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 | java.lang.String | true | "Confirm your action" | The main instruction text. |
messageClass | false | java.lang.String | true | null | A CSS class name for the main instruction. |
messageIconUrl | false | java.lang.String | true | null | URL to the image file that is used to render the icon to the left of the main instruction. |
messageStyle | false | java.lang.String | true | null | A style for the main instruction. |
middleAreaClass | false | java.lang.String | true | null | A CSS class name for the area where the instructions are located. |
middleAreaStyle | false | java.lang.String | true | null | A style for the area where the instructions are located. |
modalLayerClass | false | 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 | java.lang.String | true | null | A style for the visible part of the page which is not covered by the Confirmation component. |
okButtonClass | false | java.lang.String | true | null | A CSS class name for the OK button. |
okButtonStyle | false | java.lang.String | true | null | A style for the OK button. |
okButtonText | false | java.lang.String | true | "OK" | Text for the OK button. |
onclick | false | 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. |
ondblclick | false | 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 | java.lang.String | true | null | JavaScript code that should be executed when the user presses a key over the Confirmation. |
onkeypress | false | 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 | java.lang.String | true | null | JavaScript code that should be executed when the user releases a key over the Confirmation. |
onmousedown | false | java.lang.String | true | null | JavaScript code that should be executed when the user clicks over the Confirmation with either mouse button. |
onmousemove | false | java.lang.String | true | null | JavaScript code that should be executed when the user moves the mouse pointer over the Confirmation. |
onmouseout | false | java.lang.String | true | null | JavaScript code that should be executed when the user moves the mouse pointer away from the Confirmation. |
onmouseover | false | java.lang.String | true | null | JavaScript code that should be executed when the user moves the mouse pointer onto the Confirmation. |
onmouseup | false | java.lang.String | true | null | JavaScript code that should be executed when the user releases the mouse button over the Confirmation. |
rendered | false | boolean | true | false | A flag that indicates whether or not the component is visible. |
rolloverButtonAreaClass | false | java.lang.String | true | null | A CSS class name for the area where the buttons in the rollover state are located. |
rolloverButtonAreaStyle | false | java.lang.String | true | null | A style for the area where the buttons in the rollover state are located. |
rolloverCancelButtonClass | false | java.lang.String | true | null | A CSS class name for the Cancel button in the rollover state. |
rolloverCancelButtonStyle | false | java.lang.String | true | null | A style for the Cancel button in the rollover state. |
rolloverClass | false | java.lang.String | true | null | A CSS class name for the entire Confirmation component. |
rolloverDetailsClass | false | java.lang.String | true | null | A CSS class name for the supplementary text in the rollover state. |
rolloverDetailsStyle | false | java.lang.String | true | null | A style for the supplementary text in the rollover state. |
rolloverIconAreaClass | false | java.lang.String | true | null | A CSS class name for the area where the icon in the rollover state is located. |
rolloverIconAreaStyle | false | java.lang.String | true | null | A style for the area where the icon in the rollover state is located. |
rolloverMessageClass | false | java.lang.String | true | null | A CSS class name for the main instruction in the rollover state. |
rolloverMessageStyle | false | java.lang.String | true | null | A style for the main instruction in the rollover state. |
rolloverMiddleAreaClass | false | java.lang.String | true | null | A CSS class name for the area where the instructions in the rollover state are located. |
rolloverMiddleAreaStyle | false | java.lang.String | true | null | A style for the area where the instructions in the rollover state are located. |
rolloverOkButtonClass | false | java.lang.String | true | null | A CSS class name for the OK button in the rollover state. |
rolloverOkButtonStyle | false | java.lang.String | true | null | A style for the OK button in the rollover state. |
rolloverStyle | false | java.lang.String | true | null | A style for the entire Confirmation component in the rollover state. |
showCloseWindowButton | false | boolean | true | false | A flag that indicates whether or not to show the Close button. |
showMessageIcon | false | boolean | true | true | A flag that indicates whether or not to show the icon to the left of the main instruction. |
style | false | java.lang.String | true | null | A style for the entire Confirmation component. |
styleClass | false | java.lang.String | true | null | A CSS class name for the entire Confirmation component. |
top | false | 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 | java.lang.String | true | "275 px" | The width of the Confirmation component. Can be specified in any units (px, mm, em, etc.). |