|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface defines the DataRange API. You can use this api to get the bounds of the DataRange, get the root Section's of the DataRange, or get and set the default DataSet for the DataRange.
Section,
DataSet| Method Summary | |
Range |
getBounds()
Returns the bounds of this DataRange. |
Section |
getColumnRootSection()
Returns the root, outer-most, Section for the column area of a DataRange. |
DataSet |
getDefaultDataSet()
Returns the default DataSet for this DataRange. |
DataSet |
getDefaultDataSet(boolean checkSheetAndBook)
Returns the default DataSet for this DataRange. |
Section |
getRowRootSection()
Returns the root, outer-most, Section for the row area of a DataRange. |
void |
setDefaultDataSet(DataSet dataSet)
Sets the default DataSet for this DataRange. |
| Methods inherited from interface com.f1j.util.Lockable |
getLock,
releaseLock |
| Method Detail |
public Range getBounds()
Rangepublic Section getColumnRootSection()
Sectionpublic Section getRowRootSection()
Sectionpublic DataSet getDefaultDataSet()
setDefaultDataSet(com.f1j.data.DataSet),
DataSetpublic DataSet getDefaultDataSet(boolean checkSheetAndBook)
setDefaultDataSet(com.f1j.data.DataSet),
DataSet
public void setDefaultDataSet(DataSet dataSet)
throws InvalidArgumentException
dataSet - The DataSet that should be used as the default for this DataRange.getDefaultDataSet(),
DataSet
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||