|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.acesoft.aceoffix.excelwriter.DataFieldCollection
public class DataFieldCollection
DataField collection. It represents a data record in com.acesoft.aceoffix.excelwriter.Table.
Method Summary | |
---|---|
DataField |
get(int index)
Gets the DataField object of the specified index. |
void |
setKeyValue(java.lang.String keyValue)
Sets the value of the key field of the current record row. |
int |
size()
Gets the number of the DataField items. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int size()
The number represents the count of columns before cells are merged within the Table.
public DataField get(int index)
index
- The index of the DataField. It starts from "0".
public void setKeyValue(java.lang.String keyValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |