JSDO properties, methods, and events reference : showListView( ) method
  

showListView( ) method

Displays the referenced table's list view on the mobile app device or browser page.
Return type: null
Applies to: progress.ui.UIHelper class, table reference property (UIHelper class)

Syntax

uihelper-ref.showListView( )
uihelper-ref.table-ref.showListView( )
uihelper-ref
A reference to a UIHelper instance. You can call the method on uihelper-ref if the JSDO associated with the instance has only a single table reference.
table-ref
A table reference on the JSDO associated with the UIHelper instance, and that table reference has the records to be displayed in the list view.

See also:

clearItems( ) method, setListView( ) method