com.extentech.ExtenXLS.binder
Class CellRangeDataObject

java.lang.Object
  extended by com.extentech.ExtenBean.DataObjectImpl
      extended by com.extentech.ExtenBean.ExtenDataObject
          extended by com.extentech.ExtenXLS.binder.CellRangeDataObject
All Implemented Interfaces:
com.extentech.ExtenBean.DataObject, com.extentech.ExtenBean.RelationalObject, com.extentech.ExtenBean.SQLObject, java.io.Serializable

public class CellRangeDataObject
extends com.extentech.ExtenBean.ExtenDataObject

DataObject bound to a Cell Range.

Since:
1.3
Version:
1.01
Author:
John McMahon -- Copyright ©2006 Extentech Inc.
See Also:
Cell, DataObject, Serialized Form

Field Summary
 
Fields inherited from class com.extentech.ExtenBean.ExtenDataObject
bof, eof, index, validateEarly
 
Fields inherited from class com.extentech.ExtenBean.DataObjectImpl
dataObjectActionListeners, doparent, EXTENBEAN_LOADER_NAME, props
 
Constructor Summary
CellRangeDataObject()
           
 
Method Summary
 void addCellRange(DataBoundCellRange dbcr)
          Add a DataboundCellRange to this DataObject for retrieving data.
 com.extentech.toolkit.CompatibleVector getCellRangeVector()
           
 
Methods inherited from class com.extentech.ExtenBean.ExtenDataObject
activate, addChildObject, addCol, addOrderByItem, beginTrans, dumpNameVals, get, getAbsolutePage, getBOF, getChangedRowCount, getChangedRows, getChildObjects, getColinfo, getColinfoByName, getColNumByName, getData, getDataArray, getDataObject, getDataRow, getDOLookupField, getEOF, getHasChildren, getId, getIndex, getIsLastPage, getIsMultiKey, getIsMultiple, getKeyCol, getKeyColName, getLevel, getMetaDataHashtable, getOrderByHash, getPageSize, getParentId, getParentObject, getResourceName, getSequenceName, getSQL, getStringVal, getVal, getVal, getVal, getVal, getVal, getVal, getVal, getVal, getVal, getVal, init, isPageable, moveFirst, moveLast, moveNext, movePrevous, passivate, remove, removeAll, removeByKey, removeChangedRow, removeChangedRows, rollBack, setAbsolutePage, setBOF, setColinfo, setData, setDataRowChanged, setDataRowChanged, setDEBUG, setDOLookupField, setEOF, setHasChildren, setId, setIndex, setIsLastPage, setKeyCol, setKeyCol, setLevel, setMetaDataHashtable, setMethodValsFromDO, setPageSize, setParent, setParentForeignKey, setResourceName, setSequenceName, setSQL, setVal, setVal, setVal, setValsFromObject, setValsOnObject, store
 
Methods inherited from class com.extentech.ExtenBean.DataObjectImpl
addDataObjectActionListener, dumpNameVals, fireDataObjectActionEvent, getAllChildrenInHeirarchy, getCascadeUpdates, getChildByName, getChildrenByName, getColnames, getDataObjectActionListeners, getFactory, getIsNew, getIsUpdateable, getNumRows, getParentForeignKey, getProps, getTableName, hasChildren, initFromDataObject, load, removeDataObjectActionListener, removeDataObjectActionListeners, setCascadeUpdates, setFactory, setIsMultiple, setIsNew, setIsUpdateable, setProps, setTableName, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.extentech.ExtenBean.DataObject
addDataObjectActionListener, fireDataObjectActionEvent, getCascadeUpdates, getChildByName, getColnames, getDataObjectActionListeners, getFactory, getIsNew, getNumRows, load, removeDataObjectActionListener, removeDataObjectActionListeners, setCascadeUpdates, setFactory, setIsMultiple, setIsNew
 
Methods inherited from interface com.extentech.ExtenBean.RelationalObject
getAllChildrenInHeirarchy, hasChildren
 
Methods inherited from interface com.extentech.ExtenBean.SQLObject
getIsUpdateable, getParentForeignKey, getTableName, setIsUpdateable, setTableName
 

Constructor Detail

CellRangeDataObject

public CellRangeDataObject()
Method Detail

addCellRange

public void addCellRange(DataBoundCellRange dbcr)
Add a DataboundCellRange to this DataObject for retrieving data.


getCellRangeVector

public com.extentech.toolkit.CompatibleVector getCellRangeVector()


Copyright © 2009 Extentech Inc. All Rights Reserved.