|
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.TDGDataGrid
columnLabel
in class ChartDataSource
public int getColumns()
getColumns
in interface tdg.data.in.TDGDataGrid
getColumns
in class ChartDataSource
public java.lang.String rowLabel(int i)
rowLabel
in interface tdg.data.in.TDGDataGrid
rowLabel
in class ChartDataSource
public int getRows()
getRows
in interface tdg.data.in.TDGDataGrid
getRows
in class ChartDataSource
public java.lang.Object getValue(int row, int col)
getValue
in interface tdg.data.in.TDGDataGrid
getValue
in class ChartDataSource
public 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 ChartDataSource
setRowLabelDataSource(Object)
public java.lang.String getRowLabelDataItemName()
getRowLabelDataItemName
in class ChartDataSource
public void setRowLabelDataSource(ChartLabelDataSource labelSource)
setRowLabelDataSource
in class ChartDataSource
public ChartLabelDataSource getRowLabelDataSource()
getRowLabelDataSource
in class ChartDataSource
public void setRowLabel(java.lang.Object[] labels)
setRowLabel
in class ChartDataSource
public java.lang.Object[] getRowLabel()
getRowLabel
in class ChartDataSource
public 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 ChartDataSource
setRowLabelDataSource(Object)
public java.lang.String getColumnLabelDataItemName()
getColumnLabelDataItemName
in class ChartDataSource
public void setColumnLabelDataSource(ChartLabelDataSource labelSource)
setColumnLabelDataSource
in class ChartDataSource
public ChartLabelDataSource getColumnLabelDataSource()
getColumnLabelDataSource
in class ChartDataSource
public void setColumnLabel(java.lang.Object[] labels)
setColumnLabel
in class ChartDataSource
public 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.