ReturnTable

The ReturnTable class will be used in the enterprise framework whenever a visual data grid is presented to the user. It has the functionality to create a data grid, sort by column headings, enable a popup menu when the user clicks the right mouse button, and provide a visual indicator on a cell as a pointer is passed over it.

constructor

A ReturnTable is created during the SAX parsing process when a SAXHandler descendent class implements the {get-return-table} method. We will see an example of this in the next chapter. Figure 11-2 shows the code required for the {constructor} and class variables.

ReturnTable inherits from the Curl system class Table. The first thing our {constructor} method does is ensure that the ancestor is defined ...

Get Enterprise Curl now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.