|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Communicator
| Field Summary | |
|---|---|
static int |
FIND_FROM_CURPAGE
|
static java.lang.String |
getDataStream
|
static java.lang.String |
getDbBuffer
|
static java.lang.String |
getHeaderInfo
|
static java.lang.String |
getIndexColumn
|
static java.lang.String |
getIndexPages
|
static java.lang.String |
getPage
|
static java.lang.String |
getPageNum
|
static java.lang.String |
getRecordBlock
|
static java.lang.String |
getSubIdx
|
static java.lang.String |
getTemplates
|
static java.lang.String |
isEngineFinished
|
| Fields inherited from interface java.awt.print.Pageable |
|---|
UNKNOWN_NUMBER_OF_PAGES |
| Method Summary | |
|---|---|
boolean |
chartInDirtyPages(int pageNum)
|
void |
clearMem()
For remove resource that used. |
FindResult |
findNext(java.lang.String text,
int begPage,
boolean matchWholeWord,
boolean matchCase)
Find the next matched string. |
FindResult |
findPrev(java.lang.String text,
int begPage,
boolean matchWholeWord,
boolean matchCase)
Find the previous matched string. |
DSLeafGroup[][] |
getAllGroupBranch(int subidx)
Get all group branch. |
java.io.InputStream |
getBlob(int subidx,
int blobidx,
long entry)
Get a blob data. |
java.util.Hashtable |
getChartSummaryInfo(int subIdx,
int templateIdx)
|
RandomInputable |
getContent()
Get report as a RandomInputable. |
DSDataStreamable |
getDataStream(DSDataStreamable ds,
int branchIdx)
|
DSDataStreamable |
getDataStream(int subidx)
|
JDbBufferCursor |
getDbBuffer(int subidx)
Get DbBuffer. |
DirtyFieldInParagraphManager |
getDirtyFieldInParagraphLayoutManager()
|
DSPage |
getDrillDownPage(int subidx,
int pageIdx,
int recordIdx,
short templateIndex,
int branchIdx)
Get a drill down page (drill down from summary field) |
DSPage |
getDrillDownPage(int subidx,
int pageIdx,
int recordIdx,
short templateIndex,
int branchIdx,
int drillSecType,
java.lang.String largeGrpValue,
java.lang.String smallGrpValue)
Get a drill down page (drill down from chart) |
DSPage |
getDrillDownPage(int subidx,
int pageIdx,
int recordIdx,
short templateIndex,
int branchIdx,
int drillSecType,
java.lang.String largeGrpValue,
java.lang.String smallGrpValue,
JRObjectResult obj)
Get a drill down page (drill down from chart) for there may be more than 1 section object in a report in v8 now, so when drill down, we need more infomation to indicate which object is drilling. |
DSPage |
getDrillDownPage(int subidx,
int pageIdx,
int recordIdx,
short templateIndex,
int branchIdx,
JRObjectResult obj)
Get a drill down page (drill down from summary field) for section object only now. |
DSTOC |
getDSTOC()
|
java.lang.String |
getEncoding()
Gets current encoding. |
DSPage |
getFastPassPage(int pnum)
|
JFieldValueNLSManager |
getFieldNLSManager()
|
java.util.Hashtable |
getFldSummaryInfo(int subIdx,
int templateIdx)
|
int |
getFromEncoding()
|
DSLeafGroup |
getGroupBranch(int subidx,
int leafidx)
Get a group branch by leaf group index. |
ReportHeaderInfo |
getHeaderInfo(int subidx)
Get Index report header from server. |
java.io.InputStream |
getIndexColumn(DbColDesc coldesc)
Get the index values of the indexible column. |
java.io.InputStream |
getIndexColumn(int colIndex)
Get the index values of the indexible column. |
java.io.InputStream |
getIndexPages(DbValue value)
Get The index of pages by index value from server. |
java.util.Vector |
getLeafGroupIndexes(int subidx)
Get the group indexes of leafgroups. |
java.util.Vector |
getLinkComms()
|
Communicator |
getLinkedComm(int idx)
Return the linked communicator, begin from 1; |
java.lang.String |
getLinkedInfo(int keyIdx)
|
int |
getLinkedPage(int keyIdx)
|
java.util.Locale |
getLocale()
Gets current locale. |
DSPage |
getPage(int pnum)
Get a specified page from server. |
PageACL |
getPageACL()
|
int |
getPageNum()
Get total page number from server. |
java.util.Hashtable |
getParameterBuffer()
|
java.util.Hashtable |
getparamsSting()
key is parameter and value is parameter value |
int |
getPhysicalTotalPageNum()
If there are linked com inside, return the total page number plus the linked report. |
java.io.InputStream |
getRecordBlock(int recordNum,
int subidx)
Get a block of record by a record number. |
int |
getResolution()
Get the Resolution of the printer. |
int |
getSubIdx(DSTemplatible template)
Return the sub-report index. |
java.util.Hashtable |
getTemplates(int subidx)
Get display object model of index report from server. |
java.util.TimeZone |
getTimeZone()
Gets current time zone. |
int |
getToEncoding()
|
int |
getTotalPageNumber(int dsIndex)
return totalpagenumber according to dsIndex. |
int |
getTotalRecordsOfQuery(int queryID,
boolean totalOrFetch)
|
void |
initFonts()
Init the true type fonts, if there are any. |
boolean |
isBeStopping()
|
boolean |
isEngineFinished()
If report engine in server is not finished, this method will return false. |
boolean |
isFastPass()
|
boolean |
isFinish()
Indicates whether it is finished. |
boolean |
isHighPrecision()
|
boolean |
isMain(int subIdx)
|
boolean |
isPreDefinedCol()
|
void |
makeChartDataset(int subIdx,
DSChartDataset set)
|
void |
makeChartStringValue(DSChartDataset set)
|
void |
setBeStopping(boolean beStopping)
|
void |
setDirtyFieldInParagraphLayoutManager(DirtyFieldInParagraphManager manager)
|
void |
setPreDefinedCol(boolean isPreDefinedCol)
|
void |
setResolution(int res)
Set the Resolution of the printer. |
int |
sizeOfRecord(int subIdx)
|
boolean |
totalRecordsNull()
|
void |
waitFinished()
|
| Methods inherited from interface java.awt.print.Pageable |
|---|
getNumberOfPages, getPageFormat, getPrintable |
| Field Detail |
|---|
static final java.lang.String getHeaderInfo
static final java.lang.String getTemplates
static final java.lang.String getDbBuffer
static final java.lang.String getDataStream
static final java.lang.String getPage
static final java.lang.String getRecordBlock
static final java.lang.String getIndexColumn
static final java.lang.String getIndexPages
static final java.lang.String getPageNum
static final java.lang.String isEngineFinished
static final java.lang.String getSubIdx
static final int FIND_FROM_CURPAGE
| Method Detail |
|---|
ReportHeaderInfo getHeaderInfo(int subidx)
java.util.Hashtable getTemplates(int subidx)
JDbBufferCursor getDbBuffer(int subidx)
DSDataStreamable getDataStream(int subidx)
throws JRStopEngineException
JRStopEngineException
DSDataStreamable getDataStream(DSDataStreamable ds,
int branchIdx)
DSPage getPage(int pnum)
throws JRStopEngineException
JRStopEngineException
java.io.InputStream getRecordBlock(int recordNum,
int subidx)
java.io.InputStream getIndexColumn(DbColDesc coldesc)
java.io.InputStream getIndexColumn(int colIndex)
java.io.InputStream getIndexPages(DbValue value)
int getPageNum()
boolean isEngineFinished()
int getSubIdx(DSTemplatible template)
DSLeafGroup getGroupBranch(int subidx,
int leafidx)
DSLeafGroup[][] getAllGroupBranch(int subidx)
java.util.Vector getLeafGroupIndexes(int subidx)
DSPage getDrillDownPage(int subidx,
int pageIdx,
int recordIdx,
short templateIndex,
int branchIdx)
throws JRStopEngineException
JRStopEngineException
DSPage getDrillDownPage(int subidx,
int pageIdx,
int recordIdx,
short templateIndex,
int branchIdx,
JRObjectResult obj)
throws JRStopEngineException
JRStopEngineException
DSPage getDrillDownPage(int subidx,
int pageIdx,
int recordIdx,
short templateIndex,
int branchIdx,
int drillSecType,
java.lang.String largeGrpValue,
java.lang.String smallGrpValue)
throws JRStopEngineException
JRStopEngineException
DSPage getDrillDownPage(int subidx,
int pageIdx,
int recordIdx,
short templateIndex,
int branchIdx,
int drillSecType,
java.lang.String largeGrpValue,
java.lang.String smallGrpValue,
JRObjectResult obj)
throws JRStopEngineException
JRStopEngineException
java.io.InputStream getBlob(int subidx,
int blobidx,
long entry)
FindResult findNext(java.lang.String text,
int begPage,
boolean matchWholeWord,
boolean matchCase)
throws JRStopEngineException
text - the target textbegPage - the begine page, if = -1 from current page.matchWholeWord - match whole word onlymatchCase - match case.
JRStopEngineException
FindResult findPrev(java.lang.String text,
int begPage,
boolean matchWholeWord,
boolean matchCase)
text - the target textbegPage - the begine page, if = -1 from current page.matchWholeWord - match whole word onlymatchCase - match case.void clearMem()
RandomInputable getContent()
void setResolution(int res)
int getResolution()
void initFonts()
throws java.io.IOException
java.io.IOException
void makeChartDataset(int subIdx,
DSChartDataset set)
int sizeOfRecord(int subIdx)
Communicator getLinkedComm(int idx)
int getLinkedPage(int keyIdx)
throws JRStopEngineException
JRStopEngineExceptionjava.lang.String getLinkedInfo(int keyIdx)
int getPhysicalTotalPageNum()
java.util.Locale getLocale()
java.lang.String getEncoding()
java.util.TimeZone getTimeZone()
boolean isPreDefinedCol()
void setPreDefinedCol(boolean isPreDefinedCol)
boolean isFastPass()
DSPage getFastPassPage(int pnum)
throws JRStopEngineException
JRStopEngineExceptionjava.util.Vector getLinkComms()
boolean isMain(int subIdx)
DSTOC getDSTOC()
java.util.Hashtable getParameterBuffer()
boolean isBeStopping()
void setBeStopping(boolean beStopping)
beStopping - The beStopping to set.JFieldValueNLSManager getFieldNLSManager()
DirtyFieldInParagraphManager getDirtyFieldInParagraphLayoutManager()
void setDirtyFieldInParagraphLayoutManager(DirtyFieldInParagraphManager manager)
boolean isHighPrecision()
int getFromEncoding()
int getToEncoding()
int getTotalRecordsOfQuery(int queryID,
boolean totalOrFetch)
boolean totalRecordsNull()
int getTotalPageNumber(int dsIndex)
dsIndex -
java.util.Hashtable getparamsSting()
boolean isFinish()
java.util.Hashtable getFldSummaryInfo(int subIdx,
int templateIdx)
java.util.Hashtable getChartSummaryInfo(int subIdx,
int templateIdx)
boolean chartInDirtyPages(int pageNum)
void waitFinished()
void makeChartStringValue(DSChartDataset set)
PageACL getPageACL()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||