|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.dss.util.WaitData
public class WaitData
A substitute for data that has not been fetched locally.
A call to DataAccess.getValue
can result in instance of a
WaitData
object.
When getValue
returns a WaitData
object, then
the requested data has not yet been fetched locally.
When the data has been fetched, then the data source should
call the waitDataAvailable
method on the
DataDirectorListener
.
DataAccess
,
DataDirectorListener.waitDataAvailable(oracle.dss.util.WaitDataAvailableEvent)
Field Summary | |
---|---|
protected java.lang.String |
m_cellMessage
|
Constructor Summary | |
---|---|
WaitData(java.lang.String cellMessage)
Constructor that specifies a message to display, instead of data, in the cell. |
Method Summary | |
---|---|
java.lang.String |
getCellMessage()
Retrieves the message to display instead of the data for which this WaitData is a substitute. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String m_cellMessage
Constructor Detail |
---|
public WaitData(java.lang.String cellMessage)
cellMessage
- The String
to display in a cell
while it is waiting for data to be fetched.Method Detail |
---|
public java.lang.String getCellMessage()
WaitData
is a substitute.
String
to display in a cell while it is waiting
for data to be fetched.
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |