Uses of Class
com.extentech.ExtenXLS.NameHandle

Packages that use NameHandle
com.extentech.ExtenXLS The ExtenXLS package contains the primary classes for working with spreadsheets. 
com.extentech.ExtenXLS.binder The ExtenXLS binder package contains the CellBinder API which automates mapping of data to spreadsheets. 
com.extentech.ExtenXLS.ui The ExtenXLS UI package contains swing UI spreadsheet components. 
com.extentech.ExtenXLS.web The ExtenXLS.web package contains ExtenXLS Spreadsheet classes enhanced with web and database persistence capabilities. 
 

Uses of NameHandle in com.extentech.ExtenXLS
 

Methods in com.extentech.ExtenXLS that return NameHandle
 NameHandle WorkBookHandle.createNamedRange(String name, String rangeDef)
          Create a named range in the workbook Note that the named range designation can conform to excel specs, that is, boolean values, references, or string variables can be set.
 NameHandle WorkBookHandle.getNamedRange(String rangename)
          Returns a Named Range Handle
 NameHandle WorkBook.getNamedRange(String rangename)
          Returns a Named Range Handle
 NameHandle WorkSheetHandle.getNamedRangeInScope(String rangename)
          Returns a Named Range Handle if it exists in the specified scope.
 NameHandle WorkBookHandle.getNamedRangeInScope(String rangename)
          Returns a Named Range Handle if it exists in the specified scope.
 NameHandle[] WorkBookHandle.getNamedRanges()
          Returns all Named Range Handles
 NameHandle[] WorkBook.getNamedRanges()
          Returns all Named Range Handles
 NameHandle[] WorkSheetHandle.getNamedRangesInScope()
          Returns all Named Range Handles scoped to this Worksheet.
 NameHandle[] WorkBookHandle.getNamedRangesInScope()
          Returns all Named Range Handles scoped to WorkBook.
 

Methods in com.extentech.ExtenXLS with parameters of type NameHandle
 DataObject WorkBookBeanFactory.createNamedRangeDataObject(NameHandle n, RelationalObject RDF)
          creates a named range data object based off of a name handle
static String ExtenXLS.getJSON(NameHandle nh)
          Get a JSON representation of a NamedRange
static org.json.JSONObject ExtenXLS.getJSONObject(NameHandle rh)
          Get a JSON representation of a NamedRange
static org.jdom.Document ExtenXLS.transform(String xslfile, NameHandle name)
          Transform a WorkBook into an output file type by applying an XSLT.
 

Uses of NameHandle in com.extentech.ExtenXLS.binder
 

Methods in com.extentech.ExtenXLS.binder with parameters of type NameHandle
 DataObject ExtenXLSReportFactory.createNamedRangeDataObjectX(NameHandle n)
          Create a namedRangeDataObject off of a NameHandle.
 void NamedRangeDataObject.init(DataObject d, NameHandle n)
          Initialize the NRDO with an XML collection DO and a NameHandle
 

Constructors in com.extentech.ExtenXLS.binder with parameters of type NameHandle
NamedRangeDataObject(DataObject d, NameHandle n)
          Constructor Created off of an XMLDataObject and NameHandle.
 

Uses of NameHandle in com.extentech.ExtenXLS.ui
 

Methods in com.extentech.ExtenXLS.ui with parameters of type NameHandle
 void ExtenXLSPanel.addNamedRange(NameHandle n)
           
 

Uses of NameHandle in com.extentech.ExtenXLS.web
 

Methods in com.extentech.ExtenXLS.web that return NameHandle
 NameHandle MemeWorkBook.createNamedRange(String name, String rangeDef)
           
 NameHandle MemeWorkBook.getNamedRange(String rangename)
           
 NameHandle MemeWorkBook.getNamedRangeInScope(String rangename)
           
 NameHandle[] MemeWorkBook.getNamedRanges()
           
 NameHandle[] MemeWorkBook.getNamedRangesInScope()
           
 



Copyright © 2010 Extentech Inc. All Rights Reserved.