...
...
...
Ui text box | ||
---|---|---|
| ||
This composite component is used to display a delete button on tree tables, data tables or data grids. |
...
It is accessed through the <crm:deleteRowButton> tag |
...
and is defined in |
...
the xmlns |
...
namespace with the |
...
declaration xmlns:em="http://java.sun.com/jsf/composite/crm". |
...
Attributes
Name | Required | Type | Default | Description |
---|---|---|---|---|
dataObject | false | Object | The data object of the managed bean. | The data object of the component . |
managedBean | true | String | null | The name of the managed bean that will be used for retrieving the component values. |
Examples
JSF Page
|
Managed Bean
The following example illustrates how ...