Lines Matching refs:pageContext

530             final PageContext pageContext = getCurrentContext();  in startContent()  local
531 pageContext.setColumnCount(colCount); in startContent()
1055 final PageContext pageContext = getCurrentContext(); in openSection() local
1056 final Integer columnCount = pageContext.getColumnCount(); in openSection()
1057 if (columnCount != null && !pageContext.isSectionOpen()) in openSection()
1064 pageContext.setSectionOpen(true); in openSection()
1122 final PageContext pageContext = new PageContext(getCurrentContext()); in startGroup() local
1123 activePageContext.push(pageContext); in startGroup()
1134 pageContext.setKeepTogether(PageContext.KEEP_TOGETHER_GROUP); in startGroup()
1136 …else if ("with-first-detail".equals(keepTogether) && pageContext.getKeepTogether() != PageContext.… in startGroup()
1138 pageContext.setKeepTogether(PageContext.KEEP_TOGETHER_FIRST_DETAIL); in startGroup()
1145 pageContext.setColumnCount(colCount); in startGroup()
1181 final PageContext pageContext = getCurrentContext(); in finishSection() local
1182 if (pageContext.isSectionOpen()) in finishSection()
1184 pageContext.setSectionOpen(false); in finishSection()
1208 final PageContext pageContext = getCurrentContext(); in endReportSection() local
1209pageContext.setHeader(applyColumnsToPageBand(finishBuffering(), pageContext.getActiveColumns()).ge… in endReportSection()
1213 final PageContext pageContext = getCurrentContext(); in endReportSection() local
1214pageContext.setFooter(applyColumnsToPageBand(finishBuffering(), pageContext.getActiveColumns()).ge… in endReportSection()
1218 final PageContext pageContext = getCurrentContext(); in endReportSection() local
1219pageContext.setHeader(applyColumnsToPageBand(finishBuffering(), pageContext.getActiveColumns()).ge… in endReportSection()
1223 final PageContext pageContext = getCurrentContext(); in endReportSection() local
1224pageContext.setFooter(applyColumnsToPageBand(finishBuffering(), pageContext.getActiveColumns()).ge… in endReportSection()