|
SAP BI Java SDK | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sap.ip.bi.sdk.dac.result.model.BITableItem
Provides cell information for BIDataSetTableModel
, used by the
BIDataSetTableModel.getValueAt(int, int)
method.
This class includes four pieces of information:
getSection()
):
getItem()
):
IBIDimensionCursor
) String
)BICellData
)getMinLevel()
):
getSection()
):
To get the String
value of the BITableItem
object,
use the toString()
method.
Constructor Summary | |
BITableItem(int section,
Object item)
Creates the table item. |
|
BITableItem(int section,
Object item,
int[] lvlInfo)
Creates the table item, with the specified level information. |
Method Summary | |
int |
getAccumulatedHeaderPositionCount()
Gets the accumulated header position count. |
int |
getHeaderPositionCount()
Gets the header position count. |
Object |
getItem()
Gets the item. |
int |
getLevelCount()
Gets the level count. |
int |
getMinLevel()
Gets the minimum level. |
int |
getRelativeLevel()
Returns the relative distance of the members level from the minimum level occurring for the same dimension in a data set. |
int |
getSection()
Gets the section. |
String |
toString()
Returns the formatted instance of the cell. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public BITableItem(int section, Object item)
section
- the sectionitem
- the itempublic BITableItem(int section, Object item, int[] lvlInfo)
section
- the sectionitem
- the itemlvlInfo
- array of level informationMethod Detail |
public int getSection()
public Object getItem()
public int getMinLevel()
public int getLevelCount()
public int getHeaderPositionCount()
public int getAccumulatedHeaderPositionCount()
public String toString()
toString
in class Object
public int getRelativeLevel()
|
SAP BI Java SDK | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |