Uses of Class
com.extentech.ExtenBean.colinfo

Packages that use colinfo
com.extentech.ExtenBean The ExtenBean package contains an Object Relational Data Object implementation used by ExtenXLS CellBinder data mapping and various data operations. 
com.extentech.ExtenXLS.binder The ExtenXLS binder package contains the CellBinder API which automates mapping of data to spreadsheets. 
 

Uses of colinfo in com.extentech.ExtenBean
 

Methods in com.extentech.ExtenBean that return colinfo
 colinfo[] SimpleDataObject.getColinfo()
          Returns the column metadata for this row of data.
 colinfo[] JSONDataObject.getColinfo()
           
 colinfo[] ExtenDataObject.getColinfo()
           
 colinfo[] DataObjectImpl.getColinfo()
           
 colinfo[] DataObject.getColinfo()
          Returns the column metadata for this row of data.
 colinfo SimpleDataObject.getColinfoByName(java.lang.String colname)
           
 colinfo JSONDataObject.getColinfoByName(java.lang.String colname)
           
 colinfo ExtenDataObject.getColinfoByName(java.lang.String colname)
           
 colinfo DataObjectImpl.getColinfoByName(java.lang.String colname)
           
 colinfo DataObject.getColinfoByName(java.lang.String colname)
           
 colinfo SQLObject.getKeyCol()
           
 colinfo ExtenDataObject.getKeyCol()
           
 colinfo DataObjectImpl.getKeyCol()
           
 

Methods in com.extentech.ExtenBean with parameters of type colinfo
 void ExtenDataObject.setColinfo(colinfo[] c)
           
 void DataObjectImpl.setColinfo(colinfo[] c)
           
 void DataObject.setColinfo(colinfo[] c)
          set the array of colinfos for this DataObject
 void SQLObject.setKeyCol(colinfo c)
           
 void ExtenDataObject.setKeyCol(colinfo c)
           
 void DataObjectImpl.setKeyCol(colinfo c)
           
 

Uses of colinfo in com.extentech.ExtenXLS.binder
 

Methods in com.extentech.ExtenXLS.binder that return colinfo
 colinfo[] NamedRangeDataObject.getColinfo()
           
 colinfo NamedRangeDataObject.getColinfoByName(java.lang.String colname)
           
 

Methods in com.extentech.ExtenXLS.binder with parameters of type colinfo
 void NamedRangeDataObject.addColinfo(colinfo cifo)
          Adds a colinfo to the list of colinfos if the colinfo doesn't exist.
 



Copyright © 2011 Extentech Inc. All Rights Reserved.