ICEfaces-EE Accessible Components
Tag panelConfirmation


This component renders a popup confirmation dialog asking the user whether to cancel or continue with the operation that was requested. This dialog will be displayed immediately after the event that triggered the operation (e.g. click, Enter-key press, etc.) while preventing the application from carrying out the requested operation until it is confirmed by the user.



Tag Information
Tag Classcom.icesoft.components.accessible.panelconfirmation.PanelConfirmationTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
acceptLabelfalsefalsejava.lang.StringThe text to appear on the acceptance button (default value is 'Accept').
bindingfalsefalsejava.lang.StringThe value binding expression linking this component to a property in a backing bean
cancelLabelfalsefalsejava.lang.StringThe text to appear on the cancellation button (default value is 'Cancel').
idfalsefalsejava.lang.StringThe component identifier for this component. This value must be unique within the closest parent component that is a naming container.
messagefalsefalsejava.lang.StringThe text to appear in the body of the popup.
renderedfalsefalsejava.lang.StringFlag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.
stylefalsefalsejava.lang.StringCSS style(s) to be applied when this component is rendered.
styleClassfalsefalsejava.lang.StringSpace-separated list of CSS style class(es) to be applied when this element is rendered. This value must be passed through as the "class" attribute on generated markup.
titlefalsefalsejava.lang.StringThe text of the popup header.
typefalsefalsejava.lang.String

The type of confirmation dialog (buttons that will be displayed in the popup). Possible values are:

  • acceptOnly - Will only display accept button.
  • cancelOnly - Will only display cancel button.
  • normal - Will only display both buttons.

Default value is normal.


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.