Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


oracle.jbo.html.databeans.chart
Class RowOrderChartDataSource

java.lang.Object
  extended byoracle.jbo.html.databeans.chart.ChartDataSource
      extended byoracle.jbo.html.databeans.chart.MappedChartDataSource
          extended byoracle.jbo.html.databeans.chart.LabelAwareChartDataSource
              extended byoracle.jbo.html.databeans.chart.RowOrderChartDataSource

All Implemented Interfaces:
tdg.data.in.TDGDataGrid

public class RowOrderChartDataSource
extends LabelAwareChartDataSource

Data source for the chart control. First row is used as the default label for table rows.

Version:
Internal
See Also:
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
RowOrderChartDataSource(tdg.Perspective parent)
          Constructor

 

Methods inherited from class oracle.jbo.html.databeans.chart.LabelAwareChartDataSource
columnLabel, getColumnLabel, getColumnLabelDataSource, getColumns, getRowLabel, getRowLabelColumnIndex, getRowLabelColumnName, getRowLabelDataSource, getRows, getUseFirstColumnAsRowLabel, getValue, initialize, rowLabel, 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

RowOrderChartDataSource

public RowOrderChartDataSource(tdg.Perspective parent)
Constructor

Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


Copyright © 1997, 2005, Oracle. All rights reserved.