Inherits PntObjectIndexPage.
Additional Inherited Members | |
Public Member Functions inherited from PntObjectIndexPage | |
getName () | |
initForHandleRequest () | |
getInformation () | |
getItemsInfo () | |
getRequestedObject () | |
getButtonsList () | |
isReadonly () | |
getDeleteConfirmationQuestion () | |
printIndexPart () | |
printDeleteScript () | |
getNoItemsMarkedMessage () | |
printBodyTagIeExtraPiece () | |
printItemTablePart () | |
getItemTable () | |
getInitItemTable () | |
hasFilterForm () | |
getPageButtonScript ($pageItemOffset) | |
getAllItemsSize () | |
getPageItemOffset () | |
getPageItemCount () | |
getPagerButtonsListBuilder () | |
initPagerButtonsListBuilder ($builder) | |
getGlobalCombiFilter () | |
getGlobalFilter () | |
getFilterPartString () | |
getThisPntContext () | |
ajaxPrintUpdates ($preFix='') | |
Static Public Member Functions inherited from PntPage | |
static | getInfoStyleOk () |
static | getInfoStyleError () |
static | getInfoStyleWarning () |
Data Fields inherited from PntObjectIndexPage | |
$items | |
$itemsAnnouncement = 'Item(s)' | |
$allItemsSizeAnnouncement = 'from' | |
Page showing a TablePart with all instances of a class. Paging buttons are created by a PntPagerButtonsListBuilder, whose classfolder is pnt/web/helpers. Columns of the TablePart can be specified in metadata on the class specified by pntType request parameter,
This concrete subclass is here to keep de application developers code (including localization overrides) separated from the framework code.