element <removeRowDecorator>
Namespace:
http://schema.caplin.com/CaplinTrader/gridDefinitions
XML Representation Summary
<removeRowDecorator/>
Parent elements (1):
Description
The remove row decorator displays the message "deleting..." to indicate that a row is being deleted from a personal grid. The message replaces the row data. When the end user deletes a row from a personal grid, the grid data provider sends a request to the Liberator server to remove the row from the RTTP container. The message "deleting..." is only displayed until the row has been removed from this container. The remove row decorator does not need to be specified in order to enable the deletion of rows; it merely improves the responsiveness of the grid during the removal operation. Note that the name of this decorator tag assumes that a decorator mapping is defined with id "removeRowDecorator" and className "caplin.grid.decorator.RemoveRowDecorator". The decorator tag name and decorator mapping id value must be prefixed with the namespace required by the bladerunner architecture.