|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 2 (11.1.2.1.0) E17492-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.dss.dataView.XMLWriterCallback
oracle.dss.gauge.GaugeXMLWriterCallback
public abstract class GaugeXMLWriterCallback
Defines a callback used for providing additional information while rendering Flash XML. Applications developers generally do not need to use this class.
| Constructor Summary | |
|---|---|
GaugeXMLWriterCallback()
|
|
| Method Summary | |
|---|---|
abstract void |
setColumnIndex(int index)
Specifies the column index of the current gauge. |
abstract void |
setRowIndex(int index)
Specifies the row index of the current gauge. |
| Methods inherited from class oracle.dss.dataView.XMLWriterCallback |
|---|
getCustomProperty, getId, getMarshallerFunctionName, getOnClickJavaScript |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GaugeXMLWriterCallback()
| Method Detail |
|---|
public abstract void setRowIndex(int index)
index - the row index of the current gaugepublic abstract void setColumnIndex(int index)
index - the column index of the current gauge
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 2 (11.1.2.1.0) E17492-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||