GEOS SDK TechDocs|
|
The Table Objects |
2 TableClass Overview There are a number of Table objects available for you to use:
TableViewClass
This subclass of GenViewClass acts as a holder for your table. Its
GVI_content
should be a TableContent. Specify the main table in the view with the
TVI_mainTable
instance data field.
TableContentClass
This subclass of
VisContentClass
acts as an interface between the TableView object and the Table children.
TableClass
This subclass of
VisCompClass
contains all the main Table functionality. This is where the bulk of the Table object functionality is located. You will typically subclass this object to add your own features.
LocatorClass
This subclass of
TableClass
isn't really a Table at all. The Locator is a utility object that interacts with the Table to provide Table searching. You typically don't subclass this object; just include one in your application.
GEOS SDK TechDocs|
|
The Table Objects |
2 TableClass Overview