Uses of Interface
com.extentech.ExtenBean.SimpleDataObject

Packages that use SimpleDataObject
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.ExtenBean.swing The ExtenBean swing package contains user interface components for the ExtenBean DataObjects. 
com.extentech.ExtenXLS.binder The ExtenXLS binder package contains the CellBinder API which automates mapping of data to spreadsheets. 
 

Uses of SimpleDataObject in com.extentech.ExtenBean
 

Subinterfaces of SimpleDataObject in com.extentech.ExtenBean
 interface DataObject
          Interface defining a Data Object encapsulating data.
 interface PageableDataObject
          An interface which extends the DataObject interface allowing for paging through result set data.
 

Classes in com.extentech.ExtenBean that implement SimpleDataObject
 class DataObjectImpl
          A concrete implementation of DataObject and RelationalObject

 class ExtenDataObject
          The ExtenDataObject provides the functionality of a persistent entity bean.
 class GenericDataObject
          A basic DataObject implementation.
 class JSONDataObject
          A DataObject implementation which uses JSON (Java Script Object Notation) data.
 class XMLDataObject
          A DataObject implementation which uses XML data.
 

Methods in com.extentech.ExtenBean that return SimpleDataObject
 SimpleDataObject XMLDataObject.getDataObject(int x)
          get a new DataObject from this one
 SimpleDataObject SimpleDataObject.getDataObject(int idx)
          Poplulate a new Singular DataObject from this multi-row DataObject.
 SimpleDataObject JSONDataObject.getDataObject(int x)
          get a new DataObject from this one
 SimpleDataObject GenericDataObject.getDataObject(int x)
          get a new DataObject from this collection of Data.
 SimpleDataObject ExtenDataObject.getDataObject(int x)
          get a new DataObject from this collection of Data.
 

Uses of SimpleDataObject in com.extentech.ExtenBean.swing
 

Classes in com.extentech.ExtenBean.swing that implement SimpleDataObject
 class ExtenBeanTreeNode
          An ExtenDataObject which is also a MutableTreeNode
 class XMLBeanNode
          TreeNode backed by an XML DataObject
 

Methods in com.extentech.ExtenBean.swing that return SimpleDataObject
 SimpleDataObject ExtenBeanTreeNode.getDataObject(int x)
          get a new DataObject from this collection of Data.
 

Methods in com.extentech.ExtenBean.swing with parameters of type SimpleDataObject
 void ExtenBeanComboBoxModel.addDataObject(SimpleDataObject dobj)
           
 

Uses of SimpleDataObject in com.extentech.ExtenXLS.binder
 

Classes in com.extentech.ExtenXLS.binder that implement SimpleDataObject
 class CellRangeDataObject
          DataObject bound to a Cell Range.
 class NamedRangeDataObject
          NamedRangeDataObject is an implementation of the DataObject that is intialized off of an ExtenXLS NamedRange
 

Methods in com.extentech.ExtenXLS.binder that return SimpleDataObject
 SimpleDataObject NamedRangeDataObject.getDataObject(int idx)
           
 

Constructors in com.extentech.ExtenXLS.binder with parameters of type SimpleDataObject
SimpleCellBinder(String templatename, SimpleDataObject dataObject)
          bind data to the template file
SimpleCellBinder(WorkBook book, SimpleDataObject dataObject)
          Constructor takes a workbook and dataobject and automatically maps the data.
 



Copyright © 2010 Extentech Inc. All Rights Reserved.