|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jamonapi.utils.BufferListDetailData
public class BufferListDetailData
This class builds the returned array data based on info from header and first row. If header has more columns than data then each data is padded with nulls. If first rows data has more columns than header then the header is padded with headers named 'colN' where N is the column number. If any rows of data have fewer columns than either the data in the first row or the header they are shrunken or grown as neccesary filling any excess columns with nulls, and truncating any excess columns.
Constructor Summary | |
---|---|
BufferListDetailData(BufferList bufferList)
|
Method Summary | |
---|---|
java.lang.Object[][] |
getData()
|
java.lang.String[] |
getHeader()
|
int |
getRowCount()
|
boolean |
hasData()
|
boolean |
isEmpty()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BufferListDetailData(BufferList bufferList)
Method Detail |
---|
public java.lang.String[] getHeader()
getHeader
in interface DetailData
public java.lang.Object[][] getData()
getData
in interface DetailData
public int getRowCount()
public boolean hasData()
public boolean isEmpty()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |