Begin changeResourceListRowData class

The ResourceListRowData class represents a resource list of data. Use ResourceListRowData objects to represent any implementation of the ResourceList interface.

Resource lists are formatted into a series of rows, where each row contains a finite number of columns determined by the number of column attribute IDs. Each column within a row contains an individual data item.

The ResourceListRowData class offers methods that enable you to perform the following actions:

Example: Presenting a resource list in a servletEnd change