|
Oracle Data-aware Controls Reference | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectoracle.dacf.control.tdg.chart.ChartDataSource
oracle.dacf.control.tdg.chart.MappedChartDataSource
oracle.dacf.control.tdg.chart.LabelAwareChartDataSource
Data source for the chart control which implements method to return labels. By default column 0 is used as labels for the row
ChartLabelDataSource| Field Summary | |
protected boolean |
_useFirstColumnAsRowLabel
|
| Fields inherited from class oracle.dacf.control.tdg.chart.ChartDataSource |
_control, _rowset, _view |
| Constructor Summary | |
LabelAwareChartDataSource(oracle.dacf.control.tdg.ChartControl parent)
Constructor |
|
| Method Summary | |
java.lang.String |
columnLabel(int i)
|
java.lang.Object[] |
getColumnLabel()
|
java.lang.String |
getColumnLabelDataItemName()
data item name for the row labels, if used |
ChartLabelDataSource |
getColumnLabelDataSource()
|
int |
getColumns()
|
java.lang.Object[] |
getRowLabel()
|
java.lang.String |
getRowLabelDataItemName()
data item name for the row labels, if used |
ChartLabelDataSource |
getRowLabelDataSource()
|
int |
getRows()
|
boolean |
getUseFirstColumnAsRowLabel()
|
java.lang.Object |
getValue(int row,
int col)
|
java.lang.String |
rowLabel(int i)
|
void |
setColumnLabel(java.lang.Object[] labels)
|
void |
setColumnLabelDataItemName(java.lang.String dataItemName)
Specify data source for row labels. |
void |
setColumnLabelDataSource(ChartLabelDataSource labelSource)
|
void |
setRowLabel(java.lang.Object[] labels)
|
void |
setRowLabelDataItemName(java.lang.String dataItemName)
Specify data source for row labels. |
void |
setRowLabelDataSource(ChartLabelDataSource labelSource)
|
void |
setUseFirstColumnAsRowLabel(boolean flag)
|
| 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 |
| Field Detail |
protected boolean _useFirstColumnAsRowLabel
| Constructor Detail |
public LabelAwareChartDataSource(oracle.dacf.control.tdg.ChartControl parent)
| Method Detail |
public void setUseFirstColumnAsRowLabel(boolean flag)
public boolean getUseFirstColumnAsRowLabel()
public java.lang.String columnLabel(int i)
columnLabel in interface tdg.data.in.TDGDataGridcolumnLabel in class ChartDataSourcepublic int getColumns()
getColumns in interface tdg.data.in.TDGDataGridgetColumns in class ChartDataSourcepublic java.lang.String rowLabel(int i)
rowLabel in interface tdg.data.in.TDGDataGridrowLabel in class ChartDataSourcepublic int getRows()
getRows in interface tdg.data.in.TDGDataGridgetRows in class ChartDataSource
public java.lang.Object getValue(int row,
int col)
getValue in interface tdg.data.in.TDGDataGridgetValue in class ChartDataSourcepublic void setRowLabelDataItemName(java.lang.String dataItemName)
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
setRowLabelDataItemName in class ChartDataSourcesetRowLabelDataSource(Object)public java.lang.String getRowLabelDataItemName()
getRowLabelDataItemName in class ChartDataSourcepublic void setRowLabelDataSource(ChartLabelDataSource labelSource)
setRowLabelDataSource in class ChartDataSourcepublic ChartLabelDataSource getRowLabelDataSource()
getRowLabelDataSource in class ChartDataSourcepublic void setRowLabel(java.lang.Object[] labels)
setRowLabel in class ChartDataSourcepublic java.lang.Object[] getRowLabel()
getRowLabel in class ChartDataSourcepublic void setColumnLabelDataItemName(java.lang.String dataItemName)
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
setColumnLabelDataItemName in class ChartDataSourcesetRowLabelDataSource(Object)public java.lang.String getColumnLabelDataItemName()
getColumnLabelDataItemName in class ChartDataSourcepublic void setColumnLabelDataSource(ChartLabelDataSource labelSource)
setColumnLabelDataSource in class ChartDataSourcepublic ChartLabelDataSource getColumnLabelDataSource()
getColumnLabelDataSource in class ChartDataSourcepublic void setColumnLabel(java.lang.Object[] labels)
setColumnLabel in class ChartDataSourcepublic java.lang.Object[] getColumnLabel()
getColumnLabel in class ChartDataSource
|
Oracle Data-aware Controls Reference | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright © 1997, 2003, Oracle. All rights reserved.