Uiinfrastructure API Docs  
 

PaginationControl Members

PaginationControl overview

Public Static Fields

iconiconHTMLINPUT_MODEL_STORAGE_NAME The storage name of the associated Model (hidden input)
iconiconHTMLINPUT_PAGINATE_FROM The object count to paginate from (hidden input)
iconiconHTMLINPUT_PAGINATE_FROM_TEXT The object count to paginate from (text input)
iconiconHTMLINPUT_PAGINATE_TO The object count to paginate to (hidden input)
iconiconHTMLINPUT_PAGINATE_TO_TEXT The object count to paginate to (text input)
iconiconHTMLINPUT_PAGINATION_ID The id of the objects to paginate (hidden input)
iconiconJAVASCRIPT_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).
iconiconPAGINATION_LINK_SEPARATOR the bar that separates different sections in the pagination links.
iconiconSTR_MVC_CLASS_NAME Object Name for AS

Public Static Methods

iconiconCreatePaginationFilterBar 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).
iconiconCreatePaginationJavascript 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.
iconiconCreatePaginationLinksOverloaded.  

Public Instance Constructors

icon PaginationControl Constructor Initializes a new instance of the PaginationControl class.

Public Instance Methods

iconCheckActionSecurityAndExecute 
iconCreate 
iconEquals (inherited from Object)Determines whether the specified Object is equal to the current Object.
iconGetHashCode (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.
iconGetName 
iconGetType (inherited from Object)Gets the Type of the current instance.
iconInit 
iconToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

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

See Also

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