Rogue Wave Server Studio > Server Data Source Inspector Reference > Server Data Source Inspector Command Reference > Notebook Pages In Bottom Panel
 
Notebook Pages In Bottom Panel
Table
This page represents the main table of the representation. There is a data source associated with the main table, which is named <view name>::table by default. In this page, each column in the table represents a column in the data source. Each row in the table represents an instance of the class that owns the row. There may be no rows if no instances of the row owner class are created via the server notification mechanism. This table contains attributes that belong to the row owner class as it is instances of the row owner class that will be inserted into this table.
Properties
This page represents the table of properties for the representation.
There is a data source associated with the Properties table, which is named <view name>::table(properties) by default. This table is meant to contain attributes related to the table owner object that cannot be represented in the Main table because the Main table is used to display attributes related to the row owner objects.
This table will only contain one row, which is the row that represents the instance of the class that owns the table representation. The associated data source will contain one column for each attribute.
The recommended mechanism to use this data source is to connect gadgets that require a data source and data source column name in the gadget inspector, for example, the Views IliEntryField gadget.
Conditions
The table on this page is used to specify conditions on the creation of tables and rows, as well as the propagated relations. When a representation is created, two rows are added to the Conditions table, namely table (or the name of your table representation) and row (or the name of your row representation). Also, for every relation that is propagated, a row appears in the Conditions table. This row can be used to enter a condition for the propagation. Entering a condition in any of these rows will cause the view specification file to be created with the condition. In this way, you control which objects will be visualized in your application.
Note: No data source is associated with this page.
Mappings
The table on this page provides a column for every column in the Main table so that you can provide a mapping via a foreign data source for the column. See the documentation of the Rogue Wave Views/Controls-Enterprise module for more information.
Property Mappings
The table on this page provides a column for every visible column in the Properties table so that you can provide a mapping via a foreign data source for the column. See the documentation of the Rogue Wave Views/Controls-Enterprise module for more information.

Version 5.8
Copyright © 2014, Rogue Wave Software, Inc. All Rights Reserved.