|
Oracle Application Development Framework Model and Business Components Java API Reference
10g Release 3 (10.1.3) B16005-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.jbo.html.databeans.chart.ChartDataSource
oracle.jbo.html.databeans.chart.MappedChartDataSource
oracle.jbo.html.databeans.chart.LabelAwareChartDataSource
oracle.jbo.html.databeans.chart.ColOrderChartDataSource
Data source for the chart control. The table data is transposed and the transposed table is used as the data to present as a chart.
ChartLabelDataSource| Field Summary |
| Fields inherited from class oracle.jbo.html.databeans.chart.LabelAwareChartDataSource |
_useFirstColumnAsRowLabel |
| Fields inherited from class oracle.jbo.html.databeans.chart.ChartDataSource |
_parent, _qView, _rows |
| Constructor Summary | |
ColOrderChartDataSource(tdg.Perspective parent)Constructor |
|
| Method Summary | |
java.lang.Object |
columnLabel(int i) |
int |
getColumns() |
int |
getRows() |
java.lang.Object |
getValue(int row, int col) |
java.lang.Object |
rowLabel(int i) |
| Methods inherited from class oracle.jbo.html.databeans.chart.LabelAwareChartDataSource |
getColumnLabel, getColumnLabelDataSource, getRowLabel, getRowLabelColumnIndex, getRowLabelColumnName, getRowLabelDataSource, getUseFirstColumnAsRowLabel, initialize, setColumnLabel, setColumnLabelDataSource, setRowLabel, setRowLabelColumnIndex, setRowLabelColumnName, setRowLabelDataSource, setRowSet, setUseFirstColumnAsRowLabel |
| Methods inherited from class oracle.jbo.html.databeans.chart.MappedChartDataSource |
_getColumnIndex, _getColumnName, _initMap, _mapColumnIndex, getMappingColumnIndices, getMappingColumnNames, setMappingColumnIndices, setMappingColumnNames |
| Methods inherited from class oracle.jbo.html.databeans.chart.ChartDataSource |
_updateChart, getFootnote, getO1AxisTitle, getO2AxisTitle, getRowSet, getSubtitle, getTitle, getX1AxisTitle, getY1AxisTitle, getY2AxisTitle, isDirty |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ColOrderChartDataSource(tdg.Perspective parent)
| Method Detail |
public java.lang.Object columnLabel(int i)
columnLabel in interface tdg.data.in.TDGDataGridcolumnLabel in class LabelAwareChartDataSourcepublic int getColumns()
getColumns in interface tdg.data.in.TDGDataGridgetColumns in class LabelAwareChartDataSourcepublic java.lang.Object rowLabel(int i)
rowLabel in interface tdg.data.in.TDGDataGridrowLabel in class LabelAwareChartDataSourcepublic int getRows()
getRows in interface tdg.data.in.TDGDataGridgetRows in class LabelAwareChartDataSource
public java.lang.Object getValue(int row,
int col)
getValue in interface tdg.data.in.TDGDataGridgetValue in class LabelAwareChartDataSource
|
Oracle Application Development Framework Model and Business Components Java API Reference
10g Release 3 (10.1.3) B16005-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||