Uiinfrastructure API Docs  
 

PaginationControl.CreatePaginationFilterBar Method 

Static method to create a pagination bar. DisplayPages that include this pagination bar (through their views) must ensure that the JAVASCRIPT_PAGINATE method is implemented on the page. warning: in 508 mode, this will add the RepostControl.HTMLINPUT_PASSTHRU_CONTROL elements (since they won't be in the form), so if another view tries to use them there will be problems. The pagination bar should also not be added to a page more than once in 508 mode. This bar does pagination filtering (view from X to Y).

public static PTConstruct CreatePaginationFilterBar(
   AActivitySpace asOwner,
   int nPaginationID,
   int nObjectCount
);

Parameters

asOwner
nPaginationID
nObjectCount

Return Value

PTConstruct a construct for the pagination bar of type PTBannerType.OBJECT_ACTION_BAR

See Also

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