Inherits PntObjectSelectionReportPage.
Inherited by PntHorSelReportPage.
Additional Inherited Members | |
Public Member Functions inherited from PntObjectSelectionReportPage | |
getName () | |
initForHandleRequest () | |
getRequestedObject () | |
doScouting () | |
isSameContextHandler ($pntHandler) | |
printMainPart () | |
printBodyTagIeExtraPiece () | |
getButtonsList () | |
getDetailsLinkPntHandler () | |
getTableColumnPaths ($type) | |
printItemTablePart () | |
getInitItemTable () | |
getTotalCells ($table) | |
printItemCells ($table, $item, $rowKey=null) | |
printTableFooter ($table) | |
printTotalCells ($table) | |
getTotalsRowLabel () | |
Static Public Member Functions inherited from PntPage | |
static | getInfoStyleOk () |
static | getInfoStyleError () |
static | getInfoStyleWarning () |
Data Fields inherited from PntPage | |
$infoStyle | |
$converters | |
$parts | |
$filterPartString | |
$footprintId | |
Page showing a TablePart with manually selected objects. Navigation leads to ReportPages. Columns shown in the TablePart can be overridden by creating a getReportColumnPaths method on the type of objects shown in the table. totals are shown of columns with values of properties typed as number.
This concrete subclass is here to keep de application developers code (including localization overrides) separated from the framework code.