|
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.dataset.DacObject
oracle.dacf.dataset.DataItemImpl
oracle.dacf.dataset.PropertyAccess
oracle.dacf.dataset.RowSetPropertyAccess
oracle.dacf.dataset.StatusImmediateAccessImpl
Conveys the information to the StatusBarControl elements.
| Field Summary |
| Fields inherited from class oracle.dacf.dataset.DacObject |
EMPTY_PREFIX, INITIAL_CAPACITY, ITEMNAME_DELIMITER |
| Constructor Summary | |
protected |
StatusImmediateAccessImpl()
|
protected |
StatusImmediateAccessImpl(java.lang.String name,
javax.infobus.InfoBusEventListener source,
StatusInfo status,
oracle.jbo.RowSet rowset,
DacObject parent)
|
| Method Summary | |
java.lang.String |
getPresentationString(java.util.Locale locale)
Returns the value of this item, as a string to be displayed for a given locale. |
java.lang.Object |
getValueAsObject()
Returns the value of this item, as an object. |
java.lang.String |
getValueAsString()
Returns the value of this item, as a string. |
void |
navigated(oracle.jbo.NavigationEvent e)
Notification from the RowSet that the current row has changed. |
void |
rangeRefreshed(oracle.jbo.RangeRefreshEvent e)
Invoked when the range changes. |
void |
rowDeleted(oracle.jbo.DeleteEvent e)
Notification from the RowSet that rows have been deleted. |
void |
rowInserted(oracle.jbo.InsertEvent e)
Notification from the RowSet that rows have been inserted. |
void |
rowUpdated(oracle.jbo.UpdateEvent e)
Invoked when an attribute of the row has been changed. |
protected void |
setRowSet(oracle.jbo.RowSet rowset)
Sets the RowSet associated with this data item. |
protected void |
setRowSetIterator(oracle.jbo.RowSetIterator rowsetIter)
Sets the RowSetIterator associated with this data item. |
void |
setValue(java.lang.Object newValue)
No-op. |
| Methods inherited from class oracle.dacf.dataset.RowSetPropertyAccess |
clone, getRowSet, getRowSetIterator, rangeScrolled |
| Methods inherited from class oracle.dacf.dataset.PropertyAccess |
getPropertyName, setPropertyName |
| Methods inherited from class oracle.dacf.dataset.DataItemImpl |
addDataItemChangeListener, doPostRollback, doPreRollback, findDataItem, fireItemsAvailable, fireItemsAvailable, fireItemsRevoked, getDataItemChangeSupport, getProducerObject, getProperty, getSource, isPublished, postRollback, preRollback, publish, publish, release, removeDataItemChangeListener, revoke, setProducerObject, setSource, shutdown, toString, validateItem |
| Methods inherited from class oracle.dacf.dataset.DacObject |
addChild, findDescendant, genCloneName, getChild, getChildIndex, getChildren, getName, getNumOfChildren, getParent, getPrefix, insertChildAt, removeChild, removeChildren, setChildren, setName, setParent, setPrefix |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface oracle.jbo.RowSetListener |
rangeScrolled |
| Constructor Detail |
protected StatusImmediateAccessImpl()
protected StatusImmediateAccessImpl(java.lang.String name,
javax.infobus.InfoBusEventListener source,
StatusInfo status,
oracle.jbo.RowSet rowset,
DacObject parent)
| Method Detail |
protected void setRowSet(oracle.jbo.RowSet rowset)
setRowSet in class RowSetPropertyAccessprotected void setRowSetIterator(oracle.jbo.RowSetIterator rowsetIter)
setRowSetIterator in class RowSetPropertyAccesspublic java.lang.String getValueAsString()
getValueAsString in interface javax.infobus.ImmediateAccesspublic java.lang.Object getValueAsObject()
getValueAsObject in interface javax.infobus.ImmediateAccesspublic java.lang.String getPresentationString(java.util.Locale locale)
getPresentationString in interface javax.infobus.ImmediateAccesslocale - The locale to display the value in.
public void setValue(java.lang.Object newValue)
throws javax.infobus.InvalidDataException
Throws an InvalidDataException exception if called.
setValue in interface javax.infobus.ImmediateAccessjavax.infobus.InvalidDataException - If the new value was invalid.public void rangeRefreshed(oracle.jbo.RangeRefreshEvent e)
oracle.jbo.RowSetListener
rangeRefreshed in interface oracle.jbo.RowSetListenerrangeRefreshed in class RowSetPropertyAccesspublic void rowUpdated(oracle.jbo.UpdateEvent e)
oracle.jbo.RowSetListener
rowUpdated in interface oracle.jbo.RowSetListenerrowUpdated in class RowSetPropertyAccesspublic void rowInserted(oracle.jbo.InsertEvent e)
Notifies the listeners on the data item, if appropriate.
rowInserted in interface oracle.jbo.RowSetListenerrowInserted in class RowSetPropertyAccesse - Details about the change.public void rowDeleted(oracle.jbo.DeleteEvent e)
Notifies the listeners on the data item, if appropriate.
rowDeleted in interface oracle.jbo.RowSetListenerrowDeleted in class RowSetPropertyAccesse - Details about the change.public void navigated(oracle.jbo.NavigationEvent e)
Notifies the listeners on the data item.
navigated in interface oracle.jbo.RowSetListenernavigated in class RowSetPropertyAccesse - Details about the change.
|
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.