|
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
oracle.jbo.html.databeans.chart.MappedChartDataSource
oracle.jbo.html.databeans.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.jbo.html.databeans.chart.ChartDataSource |
_parent, _qView, _rows |
| Constructor Summary | |
LabelAwareChartDataSource(tdg.Perspective parent)Constructor |
|
| Method Summary | |
java.lang.Object |
columnLabel(int i) |
java.lang.Object[] |
getColumnLabel() |
ChartLabelDataSource |
getColumnLabelDataSource() |
int |
getColumns() |
java.lang.Object[] |
getRowLabel()get row label list |
int |
getRowLabelColumnIndex() |
java.lang.String |
getRowLabelColumnName() |
ChartLabelDataSource |
getRowLabelDataSource() |
int |
getRows() |
boolean |
getUseFirstColumnAsRowLabel() |
java.lang.Object |
getValue(int row, int col) |
void |
initialize()This method should be invoked after the View object has been set. |
java.lang.Object |
rowLabel(int i) |
void |
setColumnLabel(java.lang.Object[] labels) |
void |
setColumnLabelDataSource(ChartLabelDataSource labelSource)Specify data source for row labels. |
void |
setRowLabel(java.lang.Object[] labels)Specify an arbitary list of labels to be used as row labels |
void |
setRowLabelColumnIndex(int columnIndex)Specify the column index, whose column values should be used for the row label. |
void |
setRowLabelColumnName(java.lang.String columnName) |
void |
setRowLabelDataSource(ChartLabelDataSource labelSource)Specify data source for row labels. |
void |
setRowSet(RowSet qView) |
void |
setUseFirstColumnAsRowLabel(boolean flag) |
| 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 |
| Field Detail |
protected boolean _useFirstColumnAsRowLabel
| Constructor Detail |
public LabelAwareChartDataSource(tdg.Perspective parent)
| Method Detail |
public void setUseFirstColumnAsRowLabel(boolean flag)
public boolean getUseFirstColumnAsRowLabel()
public void setRowSet(RowSet qView)
setRowSet in class ChartDataSourcepublic void initialize()
initialize in class MappedChartDataSourcepublic java.lang.Object columnLabel(int i)
columnLabel in interface tdg.data.in.TDGDataGridcolumnLabel in class ChartDataSourcepublic int getColumns()
getColumns in interface tdg.data.in.TDGDataGridgetColumns in class MappedChartDataSourcepublic java.lang.Object 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 MappedChartDataSourcepublic 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
setRowLabelDataSource in class ChartDataSourcelabelSource - of the column values or the rowsetsetRowLabelDataSource(ChartLabelDataSource)public ChartLabelDataSource getRowLabelDataSource()
getRowLabelDataSource in class ChartDataSourcepublic void setRowLabelColumnName(java.lang.String columnName)
public java.lang.String getRowLabelColumnName()
public void setRowLabelColumnIndex(int columnIndex)
public int getRowLabelColumnIndex()
public void setRowLabel(java.lang.Object[] labels)
setRowLabel in class ChartDataSourcepublic java.lang.Object[] getRowLabel()
getRowLabel in class ChartDataSourcepublic 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
setColumnLabelDataSource in class ChartDataSourcelabelSource - of the column values or the rowsetsetRowLabelDataSource(ChartLabelDataSource)public 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 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 | |||||||||