|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AttributeDataSet
AttributeDataSet, extends DataSet by supporting more attributes, e.g. hyperlink.
| Method Summary | |
|---|---|
HRef[] |
getDrillHyperlinks(int col,
int row)
Get the drill hyperlinks at the specified cell. |
HRef[] |
getDrillHyperlinks(String col,
int row)
Get the drill hyperlinks at the specified cell. |
Format |
getFormat(int col,
int row)
Get the per cell format. |
Format |
getFormat(String col,
int row)
Get the per cell format. |
HRef |
getHyperlink(int col,
int row)
Get the hyperlink at the specified cell. |
HRef |
getHyperlink(String col,
int row)
Get the hyperlink at the specified cell. |
| Methods inherited from interface inetsoft.graph.data.DataSet |
|---|
addCalcColumn, addCalcRow, clone, getCalcColumns, getCalcRows, getColCount, getComparator, getData, getData, getHeader, getRowCount, getType, indexOfHeader, isMeasure, prepareCalc, prepareGraph, removeCalcColumns, removeCalcColValues, removeCalcRows, removeCalcRows, removeCalcRowValues, removeCalcValues |
| Method Detail |
|---|
HRef getHyperlink(int col,
int row)
col - the specified column index.row - the specified row index.
HRef getHyperlink(String col,
int row)
col - the specified column name.row - the specified row index.
HRef[] getDrillHyperlinks(int col,
int row)
col - the specified column index.row - the specified row index.
HRef[] getDrillHyperlinks(String col,
int row)
col - the specified column name.row - the specified row index.
Format getFormat(int col,
int row)
row - row number.col - column number.
Format getFormat(String col,
int row)
col - the specified column name.row - the specified row index.
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||