Attributes |
Name | Required | Request-time | Type | Description |
confirmation | false | true | java.lang.String | Sets text to use in place of the text from the default deletion confirmation message language key are-you-sure-you-want-to-delete-this . If the trash attribute is set to true , no confirmation message is shown. |
cssClass | false | true | java.lang.String | Sets a CSS class for styling this component. |
id | false | true | java.lang.String | Identifies the component instance. |
image | false | true | java.lang.String | Sets the icon's image using an image icon from the current theme. The value can be the filename prefix of any image file in the theme's common image folder. The image takes precedence over any default icon images. |
label | false | true | boolean | Sets whether to display the message attribute's value as the icon's label. The default value is false . |
message | false | true | java.lang.String | Sets the text to be displayed on mouse over of the icon. |
method | false | true | java.lang.String | Sets an HTTP request method to be invoked. Possible values are get and post . |
trash | false | true | boolean | Sets whether to use the trash icon instead of the remove icon. The default value isfalse . |
url | true | true | java.lang.String | Sets the URL navigated to when the icon is clicked. |