|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TableDataDescriptor
Normally, a table lens contains a table data descriptor for users to get table structural infos.
| Field Summary | |
|---|---|
static int |
CALC_TABLE
Calc table. |
static int |
CROSSTAB_TABLE
Crosstab table. |
static int |
FREEHAND_TABLE
Freehand table. |
static int |
GROUPED_TABLE
Grouped table. |
static int |
NORMAL_TABLE
Normal table. |
static int |
SUMMARY_TABLE
Summary table. |
static int |
TABLE_SUMMARY_TABLE
Table summary table. |
static int |
UNKNOWN_TABLE
Unknown table. |
| Method Summary | |
|---|---|
boolean |
containsDrill()
Check if contains drill. |
boolean |
containsFormat()
Check if contains format. |
TableDataPath |
getCellDataPath(int row,
int col)
Get table data path of a specified table cell. |
TableDataPath |
getColDataPath(int col)
Get table data path of a specified table column. |
TableDataPath |
getRowDataPath(int row)
Get table data path of a specified table row. |
int |
getRowLevel(int row)
Get level of a specified table row, which is required for nested table. |
int |
getType()
Get table type which is one of the table types defined in table data descriptor like NORMAL_TABLE, CROSSTAB_TABLE, etc. |
XMetaInfo |
getXMetaInfo(TableDataPath path)
Get meta info of a specified table data path. |
boolean |
isCellDataPath(int row,
int col,
TableDataPath path)
Check if a cell belongs to a table data path. |
boolean |
isCellDataPathType(int row,
int col,
TableDataPath path)
Check if a cell belongs to a table data path in a loose way. |
boolean |
isColDataPath(int col,
TableDataPath path)
Check if a column belongs to a table data path. |
boolean |
isRowDataPath(int row,
TableDataPath path)
Check if a row belongs to a table data path. |
| Field Detail |
|---|
static final int UNKNOWN_TABLE
static final int NORMAL_TABLE
static final int TABLE_SUMMARY_TABLE
static final int SUMMARY_TABLE
static final int GROUPED_TABLE
static final int CROSSTAB_TABLE
static final int FREEHAND_TABLE
static final int CALC_TABLE
| Method Detail |
|---|
TableDataPath getColDataPath(int col)
col - the specified table column
TableDataPath getRowDataPath(int row)
row - the specified table row
TableDataPath getCellDataPath(int row,
int col)
row - the specified table cell rowcol - the specified table cell col
boolean isColDataPath(int col,
TableDataPath path)
col - the specified table colpath - the specified table data path
boolean isRowDataPath(int row,
TableDataPath path)
row - the specified table rowpath - the specified table data path
boolean isCellDataPathType(int row,
int col,
TableDataPath path)
row - the specified table cell rowcol - the specified table cell colpath - the specified table data path
boolean isCellDataPath(int row,
int col,
TableDataPath path)
row - the specified table cell rowcol - the specified table cell colpath - the specified table data path
int getRowLevel(int row)
row - the specified table row
int getType()
XMetaInfo getXMetaInfo(TableDataPath path)
path - the specified table data path
boolean containsFormat()
boolean containsDrill()
|
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 | ||||||||