![]() ![]() | The storage name of the associated Model (hidden input) |
![]() ![]() | The object count to paginate from (hidden input) |
![]() ![]() | The object count to paginate from (text input) |
![]() ![]() | The object count to paginate to (hidden input) |
![]() ![]() | The object count to paginate to (text input) |
![]() ![]() | The id of the objects to paginate (hidden input) |
![]() ![]() | 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). |
![]() ![]() | the bar that separates different sections in the pagination links. |
![]() ![]() | Object Name for AS |
![]() ![]() | 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). |
![]() ![]() | 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. |
![]() ![]() | Overloaded. |
![]() |
Initializes a new instance of the PaginationControl class. |
![]() | |
![]() | |
![]() | Determines whether the specified Object is equal to the current 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. |
![]() | |
![]() | Gets the Type of the current instance. |
![]() | |
![]() | Returns a String that represents the current Object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
PaginationControl Class | com.plumtree.uiinfrastructure.form.pagination Namespace