Portlet Factory, Version 6.1.2


 

Domino View & Form builder objects created

This topic describes the objects created by the Domino View & Form builder in the Web application.

Linked Java object

view

A helper LJO that includes a getViewData method. This method is called to retrieve Domino data.

Schemas

view_schema

An XSD schema representing the view data. This schema supports the following column types: String, dateTime, and double. (The Date/Time columns can be used in conjunction with the Data Page Formatter builder.) This variable is used for the Data View page.

view_results

Schema-typed variable. This variable is populated whenever the getViewData method is called and it can be used as input to other builders such as the Data Paging Assistant and Data View builders to display paged data. This variable is also used for the Data View page.

view_document

Schema-typed variable created to hold document data when Create pages from Domino form in the Document Support input is selected. This variable is used for the Document View, Edit, and Create pages.

view_documentSchema

Schema of the document derived from the specified Form. This variable is used for the Document View, Edit, and Create pages.

Pages and methods

Depending on the View, Edit, Create and Delete options enabled, various pages and methods are created to support these operations.

category

Variable used by the Category selector input to set a single category for View data. (It can be set programmatically.)

searchText

Variable used by the Search button to store search text string used on the View data. (It can be set programmatically.)

Parent topic: Domino View & Form builder


Library | Support |