Oracle Data-aware Controls Reference

oracle.dacf.control.tdg.chart
Class RowOrderChartDataSource

java.lang.Object
  |
  +--oracle.dacf.control.tdg.chart.ChartDataSource
        |
        +--oracle.dacf.control.tdg.chart.MappedChartDataSource
              |
              +--oracle.dacf.control.tdg.chart.LabelAwareChartDataSource
                    |
                    +--oracle.dacf.control.tdg.chart.RowOrderChartDataSource
All Implemented Interfaces:
javax.infobus.DataItemChangeListener, 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.

See Also:
ChartLabelDataSource

Fields inherited from class oracle.dacf.control.tdg.chart.LabelAwareChartDataSource
_useFirstColumnAsRowLabel
 
Fields inherited from class oracle.dacf.control.tdg.chart.ChartDataSource
_control, _rowset, _view
 
Constructor Summary
RowOrderChartDataSource(oracle.dacf.control.tdg.ChartControl parent)
          Constructor
 
Methods inherited from class oracle.dacf.control.tdg.chart.LabelAwareChartDataSource
columnLabel, getColumnLabel, getColumnLabelDataItemName, getColumnLabelDataSource, getColumns, getRowLabel, getRowLabelDataItemName, getRowLabelDataSource, getRows, getUseFirstColumnAsRowLabel, getValue, rowLabel, setColumnLabel, setColumnLabelDataItemName, setColumnLabelDataSource, setRowLabel, setRowLabelDataItemName, setRowLabelDataSource, setUseFirstColumnAsRowLabel
 
Methods inherited from class oracle.dacf.control.tdg.chart.ChartDataSource
_updateBufferSize, dataItemAdded, dataItemChanged, dataItemDeleted, dataItemRevoked, dataItemValueChanged, getFootnote, getO1AxisTitle, getO2AxisTitle, getSubtitle, getTitle, getX1AxisTitle, getY1AxisTitle, getY2AxisTitle, isDirty, rowsetCursorMoved
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowOrderChartDataSource

public RowOrderChartDataSource(oracle.dacf.control.tdg.ChartControl parent)
Constructor

Oracle Data-aware Controls Reference