程序包 | 说明 |
---|---|
com.bstek.ureport.build.paging | |
com.bstek.ureport.export | |
com.bstek.ureport.export.html | |
com.bstek.ureport.model |
限定符和类型 | 方法和说明 |
---|---|
protected Page |
BasePagination.buildPage(List<Row> rows,
List<Row> headerRows,
List<Row> footerRows,
List<Row> titleRows,
int pageIndex,
Report report) |
限定符和类型 | 方法和说明 |
---|---|
static List<Page> |
PagingBuilder.buildPages(Report report) |
List<Page> |
FitPagePagination.doPaging(Report report) |
List<Page> |
Pagination.doPaging(Report report) |
List<Page> |
FixRowsPagination.doPaging(Report report) |
限定符和类型 | 方法和说明 |
---|---|
protected void |
BasePagination.buildPageHeaderFooter(List<Page> pages,
Report report) |
protected void |
BasePagination.buildSummaryRows(List<Row> summaryRows,
List<Page> pages) |
限定符和类型 | 方法和说明 |
---|---|
List<List<Page>> |
FullPageData.getPageList() |
List<Page> |
SinglePageData.getPages() |
构造器和说明 |
---|
FullPageData(int totalPages,
int columnMargin,
List<List<Page>> pageList) |
SinglePageData(int totalPages,
int pageIndex,
int columnMargin,
List<Page> pages) |
SinglePageData(int totalPages,
int columnMargin,
List<Page> pages) |
限定符和类型 | 方法和说明 |
---|---|
String |
HtmlProducer.produce(Context context,
Page page,
boolean breakPage) |
限定符和类型 | 方法和说明 |
---|---|
String |
HtmlProducer.produce(Context context,
List<Page> pages,
int columnMargin,
boolean breakPage) |
限定符和类型 | 方法和说明 |
---|---|
List<Page> |
Report.getPages() |
限定符和类型 | 方法和说明 |
---|---|
void |
Report.setPages(List<Page> pages) |
Copyright © 2022 Bstek. All rights reserved.