Uiinfrastructure API Docs  
 

PaginationControl Members

PaginationControl overview

Public Static Fields

HTMLINPUT_MODEL_STORAGE_NAME The storage name of the associated Model (hidden input)
HTMLINPUT_PAGINATE_FROM The object count to paginate from (hidden input)
HTMLINPUT_PAGINATE_FROM_TEXT The object count to paginate from (text input)
HTMLINPUT_PAGINATE_TO The object count to paginate to (hidden input)
HTMLINPUT_PAGINATE_TO_TEXT The object count to paginate to (text input)
HTMLINPUT_PAGINATION_ID The id of the objects to paginate (hidden input)
JAVASCRIPT_PAGINATE 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).
PAGINATION_LINK_SEPARATOR the bar that separates different sections in the pagination links.
STR_MVC_CLASS_NAME Object Name for AS

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 Constructors

PaginationControl Constructor Initializes a new instance of the PaginationControl class.

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