|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--VKRep.VKRepEvent
Title:
Description: Event class for VK Reports.
Copyright: Copyright (c) 2003
Company:
Field Summary | |
boolean |
check
Boolean indicator for control end of data source or necessity of change data in cell or data by mark. |
int |
colAbs
Use in dataRequest event for indicate absolute and relative cell coordinates. |
int |
colRel
Use in dataRequest event for indicate absolute and relative cell coordinates. |
int |
dataIndex
Use in requestByNum event for indicate number of mark. |
java.lang.Object |
dataInput
Use in dataRequest event. |
java.lang.String |
dataName
Use in requestByName event for indicate name of mark. |
java.lang.Object |
dataOutput
Use in dataRequest event. |
boolean |
eof
End Of File boolean indicator for moveTop and moveNext events. |
java.lang.String |
errorMessage
Error Message for reportError event. |
(package private) static int |
MAX_LEN_BYTE_DATA
Maximum length of byte data for report |
(package private) static int |
MAX_LEN_SECTION_NAME
Maximum length section name |
byte[] |
outData
Use in requestByName, requestByNum events - it is new text in output blank instead of mark. |
int |
outDataLen
The length of outData. |
private byte[] |
outPrivateData
Intermediate array for store intermediate data. |
private int |
outPrivateDataLen
The length of outPrivateData. |
int |
recno
Record number for moveTop and moveNext events. |
int |
rowAbs
Use in dataRequest event for indicate absolute and relative cell coordinates. |
int |
rowRel
Use in dataRequest event for indicate absolute and relative cell coordinates. |
char[] |
sectionName
Current section name. |
int |
sectionNum
Current section number. |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
VKRepEvent(java.lang.Object source)
Constructor VKRepEvent object. |
Method Summary | |
boolean |
getCheck()
Read method of check property. |
int |
getDataIndex()
Read method of dataIndex property. |
boolean |
getEof()
Read method of eof property. |
java.lang.String |
getErrorMessage()
Read method of errorMessage property. |
int |
getRecno()
Read method of recno property. |
java.lang.String |
getSectionName()
Read method of sectionName property. |
int |
getSectionNum()
Read method of sectionNum property. |
void |
outPrivateByte(byte outByte)
Out byte into intermediate buffer. |
void |
setCheck(boolean newValue)
Write method of check property. |
void |
setDataIndex(int newValue)
Write method of dataIndex property. |
void |
setEof(boolean newValue)
Write method of eof property. |
void |
setErrorMessage(java.lang.String errorMessage)
Write method of errorMessage property. |
void |
setRecno(int newValue)
Write method of recno property. |
void |
setSectionName(java.lang.String newValue)
Write method of sectionName property. |
void |
setSectionNum(int newValue)
Write method of sectionNum property. |
void |
startPrivateData()
Start fill of intermediate buffer. |
void |
stopPrivateData()
Stop fill of intermediate buffer and carry one in the outData variable. |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
static final int MAX_LEN_SECTION_NAME
static final int MAX_LEN_BYTE_DATA
public java.lang.String errorMessage
public boolean eof
public int recno
public char[] sectionName
public int sectionNum
public boolean check
public int dataIndex
public java.lang.String dataName
public int rowAbs
public int colAbs
public int rowRel
public int colRel
public java.lang.Object dataInput
public java.lang.Object dataOutput
public byte[] outData
public int outDataLen
private byte[] outPrivateData
private int outPrivateDataLen
Constructor Detail |
public VKRepEvent(java.lang.Object source)
source
- owner of object.Method Detail |
public void startPrivateData()
public void outPrivateByte(byte outByte)
outByte
- - byte for out.public void stopPrivateData()
public void setDataIndex(int newValue)
newValue
- public int getDataIndex()
public boolean getCheck()
public void setCheck(boolean newValue)
newValue
- public int getSectionNum()
public void setSectionNum(int newValue)
newValue
- public java.lang.String getSectionName()
public void setSectionName(java.lang.String newValue)
newValue
- public int getRecno()
public void setRecno(int newValue)
newValue
- public boolean getEof()
public void setEof(boolean newValue)
newValue
- public java.lang.String getErrorMessage()
public void setErrorMessage(java.lang.String errorMessage)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |