|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Base data model for chart graphics
Copyright 2004 SAP AG
| Field Summary | |
static String |
CLASS_NAME
|
static String |
PACKAGE_NAME
|
| Method Summary | |
int |
firstRow()
reset model to the first data row |
String |
getColor()
returns the COLOR value of the current row |
String |
getExtension()
returns the EXTENSION value of the current row |
String |
getFieldName(int which)
gets the given field's name |
String |
getFieldValue(int which)
gets the given field's value |
String |
getGroupId()
returns the GROUPID's value of the current row |
int |
getNumColumns()
Get the number of columns in this ChartModel |
int |
getNumRows()
Get the number of rows |
int |
getRow()
Get the current row |
int |
getRow(int which)
Get a specific row |
String |
getX()
returns the X value of the current row |
String |
getY()
returns the Y value of the current row |
boolean |
nextRow()
sets row pointer to next row |
| Field Detail |
public static final String CLASS_NAME
public static final String PACKAGE_NAME
| Method Detail |
public int getNumColumns()
public int getNumRows()
public int getRow()
public int getRow(int which)
which - the row number to query
public int firstRow()
public boolean nextRow()
public String getFieldName(int which)
public String getFieldValue(int which)
public String getGroupId()
public String getX()
public String getY()
public String getExtension()
public String getColor()
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||