Mobile Development 10.11 | webMethods Mobile SuiteWeb Help | webMethods Mobile Development Help | User Interface Object Reference | Objects to Use for User Interface Controls | Pagination Properties
 
Pagination Properties
Property
Description
Max Number Per Page
Maximum number of list items to display on a single page of a ListView.
Next Page Template
Template that defines an object to display at the bottom of the list of items in a ListView if more list items are available on subsequent pages. A user selects the object to display the next set of results in a ListView.
Specify a template that you previously defined. The template should customize an object like a Button object.
Previous Page Template
Template that defines an object to display at the top of the list of items in a ListView if more list items are available on previous pages. A user selects the object to display the previous set of results in a ListView.
Specify a template that you previously defined. The template should customize an object like a Button object.
Important:
The templates that you specify for the Next Page Template and Previous Page Template properties must be for an object that a user can trigger. Do not use a template for an object like a Textfield, which a user use to trigger an action.