Uiinfrastructure API Docs  
 

PaginationControl Methods

The methods of the PaginationControl class are listed below. For a complete list of PaginationControl class members, see the PaginationControl Members topic.

Public Static Methods

CreatePaginationFilterBar 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).
CreatePaginationJavascript This method creates the default javascript for the pagination control. This assumes that there is an AFormDP that should be reposted via a pass-thru control.
CreatePaginationLinksOverloaded.  

Public Instance Methods

CheckActionSecurityAndExecute 
Create 
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetName 
GetType (inherited from Object)Gets the Type of the current instance.
Init 
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

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