|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.htmlb.DefaultChartModel
A default model for a Chart control
Copyright 2004 SAP AG
| Field Summary | |
static int |
cMaxRows
|
| Fields inherited from interface com.sapportals.htmlb.IChartModel |
CLASS_NAME, PACKAGE_NAME |
| Constructor Summary | |
DefaultChartModel()
|
|
| 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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static int cMaxRows
| Constructor Detail |
public DefaultChartModel()
| Method Detail |
public int getNumColumns()
IChartModel
getNumColumns in interface IChartModelpublic int getNumRows()
IChartModel
getNumRows in interface IChartModelpublic int getRow()
IChartModel
getRow in interface IChartModelpublic int getRow(int which)
IChartModel
getRow in interface IChartModelwhich - the row number to query
public int firstRow()
IChartModel
firstRow in interface IChartModelpublic boolean nextRow()
IChartModel
nextRow in interface IChartModelpublic String getFieldName(int which)
IChartModel
getFieldName in interface IChartModelpublic String getFieldValue(int which)
IChartModel
getFieldValue in interface IChartModelpublic String getGroupId()
IChartModel
getGroupId in interface IChartModelpublic String getX()
IChartModel
getX in interface IChartModelpublic String getY()
IChartModel
getY in interface IChartModelpublic String getExtension()
IChartModel
getExtension in interface IChartModelpublic String getColor()
IChartModel
getColor in interface IChartModel
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||