ReturnTableCell

The ReturnTableCell class is used to represent a single cell on the ReturnTable that is displayed to the user. As we saw in the object module for the Table control in Figure 11-1, it inherits from the Curl system class TextDisplay, which contains most of the visual properties we require from a Graphic control. However, to have the functionality required in a rich table control, we must add to this base functionality, as can be seen in the code listed in Figure 11-8.

Figure 11-8. ReturnTableCell class listing.
 ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| || File: ReturnTableCell.scurl || Author: Paul Sheehan || Version: 1.0 || Contents: A cell in the ReturnTable ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ...

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.