|
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
Data source for the chart control.
| Field Summary | |
protected oracle.dacf.control.tdg.ChartControl |
_control
|
protected javax.infobus.ScrollableRowsetAccess |
_rowset
|
protected javax.infobus.DataItemView |
_view
|
| Constructor Summary | |
ChartDataSource(oracle.dacf.control.tdg.ChartControl parent)
Constructor |
|
| Method Summary | |
protected void |
_updateBufferSize()
|
abstract java.lang.String |
columnLabel(int i)
|
void |
dataItemAdded(javax.infobus.DataItemAddedEvent e)
Indicates that a new item was added to the bound aggregate data item (e.g. |
void |
dataItemChanged(java.lang.Object oldDataItem,
java.lang.Object newDataItem)
|
void |
dataItemDeleted(javax.infobus.DataItemDeletedEvent e)
Indicates that an item was deleted from the bound aggregate data item (e. |
void |
dataItemRevoked(javax.infobus.DataItemRevokedEvent e)
Indicates that the bound data item (and its sub-items, if any) has been revoked, and is temporarily unavailable. |
void |
dataItemValueChanged(javax.infobus.DataItemValueChangedEvent e)
Indicates a changed value in the bound data item. |
abstract java.lang.Object[] |
getColumnLabel()
|
abstract java.lang.String |
getColumnLabelDataItemName()
data item name for the row labels, if used |
abstract ChartLabelDataSource |
getColumnLabelDataSource()
|
int |
getColumns()
|
java.lang.String |
getFootnote()
|
java.lang.String |
getO1AxisTitle()
|
java.lang.String |
getO2AxisTitle()
|
abstract java.lang.Object[] |
getRowLabel()
|
abstract java.lang.String |
getRowLabelDataItemName()
data item name for the row labels, if used |
abstract ChartLabelDataSource |
getRowLabelDataSource()
|
int |
getRows()
|
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.String |
rowLabel(int i)
|
void |
rowsetCursorMoved(javax.infobus.RowsetCursorMovedEvent e)
Indicates that the cursor for the bound RowsetAccess data item has changed rows. |
abstract void |
setColumnLabel(java.lang.Object[] labels)
|
abstract void |
setColumnLabelDataItemName(java.lang.String dataItemName)
Specify data source for row labels. |
abstract void |
setColumnLabelDataSource(ChartLabelDataSource labelSource)
|
abstract void |
setRowLabel(java.lang.Object[] labels)
|
abstract void |
setRowLabelDataItemName(java.lang.String dataItemName)
Specify data source for row labels. |
abstract void |
setRowLabelDataSource(ChartLabelDataSource labelSource)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected oracle.dacf.control.tdg.ChartControl _control
protected javax.infobus.ScrollableRowsetAccess _rowset
protected javax.infobus.DataItemView _view
| Constructor Detail |
public ChartDataSource(oracle.dacf.control.tdg.ChartControl parent)
| Method Detail |
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.String columnLabel(int i)
columnLabel in interface tdg.data.in.TDGDataGridpublic int getColumns()
getColumns in interface tdg.data.in.TDGDataGridpublic abstract java.lang.String 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 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
setRowLabelDataSource(Object)public abstract java.lang.String getRowLabelDataItemName()
public abstract void setRowLabelDataSource(ChartLabelDataSource labelSource)
public abstract ChartLabelDataSource getRowLabelDataSource()
public abstract void setRowLabel(java.lang.Object[] labels)
public abstract java.lang.Object[] getRowLabel()
public abstract 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
setRowLabelDataSource(Object)public abstract java.lang.String getColumnLabelDataItemName()
public abstract void setColumnLabelDataSource(ChartLabelDataSource labelSource)
public abstract ChartLabelDataSource getColumnLabelDataSource()
public abstract void setColumnLabel(java.lang.Object[] labels)
public abstract java.lang.Object[] getColumnLabel()
public void dataItemChanged(java.lang.Object oldDataItem,
java.lang.Object newDataItem)
public void dataItemValueChanged(javax.infobus.DataItemValueChangedEvent e)
A reference to the data item that changed can be obtained from the event.
dataItemValueChanged in interface javax.infobus.DataItemChangeListenerDataItemChangeListener.dataItemValueChanged(javax.infobus.DataItemValueChangedEvent)public void dataItemAdded(javax.infobus.DataItemAddedEvent e)
A reference to the data item that was added, and a reference to the one that gained it, can be obtained from the event.
dataItemAdded in interface javax.infobus.DataItemChangeListenerDataItemChangeListener.dataItemAdded(javax.infobus.DataItemAddedEvent)public void dataItemDeleted(javax.infobus.DataItemDeletedEvent e)
A reference to the data item that was deleted, and a reference to the one that lost it, can be obtained from the event.
dataItemDeleted in interface javax.infobus.DataItemChangeListenerDataItemChangeListener.dataItemDeleted(javax.infobus.DataItemDeletedEvent)public void dataItemRevoked(javax.infobus.DataItemRevokedEvent e)
A reference to the data item that was revoked can be obtained from the event.
dataItemRevoked in interface javax.infobus.DataItemChangeListenerDataItemChangeListener.dataItemRevoked(javax.infobus.DataItemRevokedEvent)public void rowsetCursorMoved(javax.infobus.RowsetCursorMovedEvent e)
A reference to the rowset data item can be obtained from the event.
rowsetCursorMoved in interface javax.infobus.DataItemChangeListenerDataItemChangeListener.rowsetCursorMoved(javax.infobus.RowsetCursorMovedEvent)protected void _updateBufferSize()
|
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.