This component is
Tag <crm:deleteRowButton> XML Namespace http://java.sun.com/jsf/composite/crm
Overview
The <crm:deleteRowButton> tag is used to display a delete button on tree tables, data tables or data grids.
Info
Note |
---|
It is used only in data tables or grids. |
Attributes
Name | Required | Type | Default | Description |
---|---|---|---|---|
dataObject | true | Object | The data object of the managed bean. | The data object of the component . |
id | true | String | null | Unique identifier of the component. |
managedBean | true | String | null | The name of the managed bean that will be used for retrieving the component values. |
Getting Started
with DeleteRowButtonThe following example shows a delete row button.