Uiinfrastructure API Docs  
 

PaginationControl.JAVASCRIPT_PAGINATE Field

the name of the javascript method that pages that use the pagination bar need to implement. This javascript method should set the html inputs and post the page to this control (potentially as a pass-thru control).

public const string JAVASCRIPT_PAGINATE = "Paginate";

See Also

PaginationControl Class | com.plumtree.uiinfrastructure.form.pagination Namespace