Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
This component is

Overview

The <crm:deleteRowButton> tag is used to display a delete button on tree tables, data tables or data grids.

Image Modified

Info

Tag<crm:deleteRowButton>XML Namespacehttp://java.sun.com/jsf/composite/crm
Note

It should be defined only in data tables or grids.


Attributes

NameRequiredTypeDefaultDescription
dataObjecttrueObjectThe data object of the managed bean.The data object of the component .
idtrueStringnullUnique identifier of the component.
managedBeantrueStringnullThe name of the Java managed bean
that
class that will be used for retrieving the component values.

Getting Started

with DeleteRowButton

The following example shows a delete row button component.