Portlet Factory, Version 6.1.2


 

Objects created by the View & Form builder

This topic describes the objects that the View & Form builder creates.

The variable buildername is the value that you specified for the Name input.

 

Variable

buildername_SelectedRowData

Created only if the Create Link To Details input (see Row Details Support) is selected. This variable holds the value of the selected row when a user clicks in that row.

 

Methods

buildername_DoUpdate

Calls the specified update method and then goes to the next action (if the Create Update Page input is enabled).

buildername_SelectRow

This is used when Create Link To Details input (see Row Details Support) is selected. The method puts the data in the selected row into the buildername_SelectedRowData variable, and then calls the selected action.

buildername_ShowResults

This method (the view method) calls the operation specified in the View Data Operation input and then shows the view page (buildername_ViewPage).

buildername_ShowUpdatePage

Initializes the data for the update page and navigates to the update page (if the Create Update Page input is enabled).

main

Generated by default for the initial action in the application.

If the Create Input Page input is selected, main displays the buildername_InputPage page. Otherwise, main invokes the buildername_ShowResults method and displays the view page. You can disable the creation of a main method in the Advanced inputs section of the builder call editor.

 

Pages

buildername_DetailsPage

Details page for one row of view data (if the Create Link to Details input is selected and, in the Details Action Type input, Specify an action to call for showing details is not selected).

buildername_InputPage

If the Create Input Page input is enabled, this page (the input page) defines the view method input parameters.

This page contains all the input fields from the operation specified in the View Data Operation input.

buildername_PagingPage

Created if the Paged Data Display input (see View Page Options) and the Add Paging Buttons input (see Advanced) are selected.

buildername_UpdatePage

Update page with all the inputs of the specified update method or variable (if the Create Update Page input is enabled).

buildername_ViewPage

Page that displays the view method results. This page shows the results of the operation called by the buildername_ShowResults method.

Parent topic: View & Form builder


Library | Support |