com.extentech.ExtenXLS.binder
Class DataBoundCellRange
java.lang.Object
com.extentech.ExtenXLS.CellRange
com.extentech.ExtenXLS.binder.DataBoundCellRange
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- BeanBoundCellRange
public class DataBoundCellRange
- extends CellRange
Binds a Cell range to a JDBC Recordset.
- Since:
- 1.3
- Version:
- 3.0
- Author:
- John McMahon -- Copyright ©2011Extentech Inc.
- See Also:
ExtenDataObject,
CellHandle,
Serialized Form
| Methods inherited from class com.extentech.ExtenXLS.CellRange |
addCellToRange, clear, clearContents, clearFormats, contains, contains, copy, getCellList, getCellRangeXML, getCellRecs, getCells, getCells, getColInts, getCols, getCreateBlanks, getEdgePositions, getHeight, getJSON, getJSON, getR1C1Range, getRange, getRangeCoords, getRowInts, getRows, getSheet, getWidth, getWorkBook, getXML, init, initCells, intersects, isMerged, mergeCells, removeCells, setAsPrintArea, setBorder, setCreateBlanks, setFormatID, setRange, setSheet, setURL, setWorkBook, toString, unMergeCells, update |
DataBoundCellRange
public DataBoundCellRange(String range,
WorkBook b,
boolean createblanks)
throws com.extentech.formats.XLS.CellNotFoundException
- Throws:
com.extentech.formats.XLS.CellNotFoundException
DataBoundCellRange
public DataBoundCellRange(String range,
String field,
WorkBook b,
boolean createblanks)
throws com.extentech.formats.XLS.CellNotFoundException
- Throws:
com.extentech.formats.XLS.CellNotFoundException
setShiftRows
public void setShiftRows(boolean b)
setPageSize
public void setPageSize(int t)
updateCells
public void updateCells(Object dob,
int off)
throws Exception
- update the databound cells with new data
- Throws:
Exception
updateCells
public void updateCells(Object dob,
int off,
boolean overwriteFormulas)
throws Exception
- update the databound cells with new data
- Throws:
Exception
getHlink
public String getHlink(DataObject dobj,
int t)
- Get the Hyperlink for the DataBoundCellRange
- Returns:
- the String value of the Hyperlinks
handleHlinkParams
public static String handleHlinkParams(String hl,
String params,
DataObject dobj,
int t)
setHlink
public void setHlink(String string)
- Parameters:
string -
getAddedRows
public List getAddedRows()
- Returns:
setAddedRows
public void setAddedRows(List vector)
- Parameters:
vector -
getQueryName
public String getQueryName()
- Returns:
setQueryName
public void setQueryName(String string)
- Parameters:
string -
setDebug
public void setDebug(boolean b)
- Parameters:
b -
setCopyFormats
public void setCopyFormats(boolean b)
- Parameters:
b -
setHlinkParameters
public void setHlinkParameters(String string)
- Parameters:
string -
getChartSeriesAddition
public String getChartSeriesAddition()
setChartSeriesAddition
public void setChartSeriesAddition(String chartSeriesAddition)
getChartSeriesBase
public String getChartSeriesBase()
setChartSeriesBase
public void setChartSeriesBase(String chartSeriesBase)
getRESTEmit
public Map getRESTEmit()
- Returns:
- Returns the rESTEmit.
Copyright © 2011 Extentech Inc. All Rights Reserved.