|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.report.lens.AbstractTableLens
inetsoft.report.filter.CrossTabFilter
inetsoft.report.filter.CrossTabCubeFilter
public class CrossTabCubeFilter
CubeFilter truncates data prefix in crosstab.
| Field Summary |
|---|
| Fields inherited from class inetsoft.report.filter.CrossTabFilter |
|---|
COL_GRAND_TOTAL_HEADER, levels, minfos, ROW_GRAND_TOTAL_HEADER |
| Fields inherited from class inetsoft.report.lens.AbstractTableLens |
|---|
descriptor, isLeftAlign |
| Fields inherited from interface inetsoft.report.TableLens |
|---|
BREAK_BORDER, NULL |
| Fields inherited from interface inetsoft.uql.XTable |
|---|
EOT |
| Constructor Summary | |
|---|---|
CrossTabCubeFilter(TableLens table,
ColumnSelection selection,
int[] rowh,
int[] colh,
int[] dcol,
Formula[] sum)
Constructor. |
|
| Method Summary | |
|---|---|
protected void |
createXMetaInfo()
/** Create the meta info. |
DataRef |
getColumn(String header)
Get the corresponding DataRef of by column header. |
Object |
getData(int r,
int c)
Get data. |
Object |
getData0(int r,
int c)
|
protected String |
getHeader0(int index)
Get header content. |
Object |
getObject(int r,
int c)
Return the value at the specified cell. |
static String |
truncateDataGroup(String header)
Truncate DataGroup prefix. |
| Methods inherited from class inetsoft.report.lens.AbstractTableLens |
|---|
addChangeListener, clone, containsDrill, containsFormat, findColumnByIdentifier, fireChangeEvent, getBoolean, getByte, getColType, getColumnIdentifier, getDefaultFormat, getDouble, getFloat, getInt, getLong, getShort, getXDrillInfo, isLineWrap, isNull, isPrimitive, moreRows, removeChangeListener, setColumnIdentifier, setLeftAlign, setLocal |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface inetsoft.report.TableLens |
|---|
addChangeListener, containsDrill, containsFormat, getAlignment, getBackground, getColBorder, getColBorderColor, getColWidth, getDefaultFormat, getDescriptor, getFont, getForeground, getInsets, getRowBorder, getRowBorderColor, getRowHeight, getSpan, getXDrillInfo, isLineWrap, removeChangeListener |
| Methods inherited from interface inetsoft.uql.XTable |
|---|
dispose, getBoolean, getByte, getColCount, getColType, getColumnIdentifier, getDouble, getFloat, getHeaderColCount, getHeaderRowCount, getInt, getLong, getRowCount, getShort, getTrailerColCount, getTrailerRowCount, isNull, isPrimitive, moreRows, setColumnIdentifier, setObject |
| Constructor Detail |
|---|
public CrossTabCubeFilter(TableLens table,
ColumnSelection selection,
int[] rowh,
int[] colh,
int[] dcol,
Formula[] sum)
| Method Detail |
|---|
public Object getData0(int r,
int c)
public Object getData(int r,
int c)
getData in interface DataTableLensr - row index.c - column index.
public Object getObject(int r,
int c)
getObject in interface XTablegetObject in class CrossTabFilterr - row number.c - column number.
public DataRef getColumn(String header)
public static String truncateDataGroup(String header)
protected String getHeader0(int index)
getHeader0 in class CrossTabFilterprotected void createXMetaInfo()
createXMetaInfo in class CrossTabFilter
|
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 | ||||||||