|
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
Data source for the chart control.
| Field Summary | |
protected tdg.Perspective |
_parent |
protected RowSet |
_qView |
protected Row[] |
_rows |
| Constructor Summary | |
ChartDataSource(tdg.Perspective parent)Constructor |
|
| Method Summary | |
protected void |
_updateChart() |
abstract java.lang.Object |
columnLabel(int i) |
abstract java.lang.Object[] |
getColumnLabel() |
abstract ChartLabelDataSource |
getColumnLabelDataSource() |
int |
getColumns() |
java.lang.String |
getFootnote() |
java.lang.String |
getO1AxisTitle() |
java.lang.String |
getO2AxisTitle() |
abstract java.lang.Object[] |
getRowLabel() |
abstract ChartLabelDataSource |
getRowLabelDataSource() |
int |
getRows() |
RowSet |
getRowSet() |
java.lang.String |
getSubtitle() |
java.lang.String |
getTitle() |
java.lang.Object |
getValue(int row, int col) |
java.lang.String |
getX1AxisTitle() |
java.lang.String |
getY1AxisTitle() |
java.lang.String |
getY2AxisTitle() |
boolean |
isDirty() |
abstract java.lang.Object |
rowLabel(int i) |
abstract void |
setColumnLabel(java.lang.Object[] labels) |
abstract void |
setColumnLabelDataSource(ChartLabelDataSource labelSource)Specify data source for row labels. |
abstract void |
setRowLabel(java.lang.Object[] labels) |
abstract void |
setRowLabelDataSource(ChartLabelDataSource labelSource)Specify data source for row labels. |
void |
setRowSet(RowSet qView) |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected RowSet _qView
protected Row[] _rows
protected tdg.Perspective _parent
| Constructor Detail |
public ChartDataSource(tdg.Perspective parent)
| Method Detail |
public void setRowSet(RowSet qView)
public RowSet getRowSet()
public java.lang.String getTitle()
getTitle in interface tdg.data.in.TDGDataGridpublic java.lang.String getSubtitle()
getSubtitle in interface tdg.data.in.TDGDataGridpublic java.lang.String getFootnote()
getFootnote in interface tdg.data.in.TDGDataGridpublic java.lang.String getX1AxisTitle()
getX1AxisTitle in interface tdg.data.in.TDGDataGridpublic java.lang.String getY1AxisTitle()
getY1AxisTitle in interface tdg.data.in.TDGDataGridpublic java.lang.String getO1AxisTitle()
getO1AxisTitle in interface tdg.data.in.TDGDataGridpublic java.lang.String getO2AxisTitle()
getO2AxisTitle in interface tdg.data.in.TDGDataGridpublic java.lang.String getY2AxisTitle()
getY2AxisTitle in interface tdg.data.in.TDGDataGridpublic abstract java.lang.Object columnLabel(int i)
columnLabel in interface tdg.data.in.TDGDataGridpublic int getColumns()
getColumns in interface tdg.data.in.TDGDataGridpublic abstract java.lang.Object rowLabel(int i)
rowLabel in interface tdg.data.in.TDGDataGridpublic int getRows()
getRows in interface tdg.data.in.TDGDataGrid
public java.lang.Object getValue(int row,
int col)
getValue in interface tdg.data.in.TDGDataGridpublic boolean isDirty()
isDirty in interface tdg.data.in.TDGDataGridpublic abstract void setRowLabelDataSource(ChartLabelDataSource labelSource)
The dataitem name of the column should be specified to indicate the column values of a table
The dataitem name of the rowset should be specified to indicate the column display name of some table
labelSource - of the column values or the rowsetsetRowLabelDataSource(ChartLabelDataSource)public abstract ChartLabelDataSource getRowLabelDataSource()
public abstract void setRowLabel(java.lang.Object[] labels)
public abstract java.lang.Object[] getRowLabel()
public abstract void setColumnLabelDataSource(ChartLabelDataSource labelSource)
The dataitem name of the column should be specified to indicate the column values of a table
The dataitem name of the rowset should be specified to indicate the column display name of some table
labelSource - of the column values or the rowsetsetRowLabelDataSource(ChartLabelDataSource)public abstract ChartLabelDataSource getColumnLabelDataSource()
public abstract void setColumnLabel(java.lang.Object[] labels)
public abstract java.lang.Object[] getColumnLabel()
protected void _updateChart()
|
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 | |||||||||