Uiinfrastructure API Docs  
 

PaginationControl Fields

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

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

See Also

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