|
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
Contains the common attributes for an object that will be exposing properties of a RowSetInfo as attributes.
Field Summary |
Fields inherited from class oracle.dacf.dataset.DacObject |
EMPTY_PREFIX, INITIAL_CAPACITY, ITEMNAME_DELIMITER |
Constructor Summary | |
protected |
RowSetPropertyAccess()
|
protected |
RowSetPropertyAccess(java.lang.String name,
javax.infobus.InfoBusEventListener source,
PropertyInfo propertyInfo,
oracle.jbo.RowSet rowset,
DacObject parent)
|
Method Summary | |
java.lang.Object |
clone()
Creates a copy of the data item. |
protected oracle.jbo.RowSet |
getRowSet()
Returns the RowSet associated with this data item. |
protected oracle.jbo.RowSetIterator |
getRowSetIterator()
Returns the RowSetIterator associated with this data item. |
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 |
rangeScrolled(oracle.jbo.ScrollEvent e)
Invoked when the range is scrolled. |
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. |
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 |
Constructor Detail |
protected RowSetPropertyAccess()
protected RowSetPropertyAccess(java.lang.String name, javax.infobus.InfoBusEventListener source, PropertyInfo propertyInfo, oracle.jbo.RowSet rowset, DacObject parent)
Method Detail |
public java.lang.Object clone()
clone
in class DataItemImpl
protected final oracle.jbo.RowSet getRowSet()
protected void setRowSet(oracle.jbo.RowSet rowset)
protected final oracle.jbo.RowSetIterator getRowSetIterator()
protected void setRowSetIterator(oracle.jbo.RowSetIterator rowsetIter)
public void rangeRefreshed(oracle.jbo.RangeRefreshEvent e)
oracle.jbo.RowSetListener
rangeRefreshed
in interface oracle.jbo.RowSetListener
e
- a description of the new ranges.public void rowUpdated(oracle.jbo.UpdateEvent e)
oracle.jbo.RowSetListener
rowUpdated
in interface oracle.jbo.RowSetListener
e
- a description of the modified Row object.public void rangeScrolled(oracle.jbo.ScrollEvent e)
oracle.jbo.RowSetListener
rangeScrolled
in interface oracle.jbo.RowSetListener
e
- a description of the new range.public void rowInserted(oracle.jbo.InsertEvent e)
Notifies the listeners on the data item, if appropriate.
rowInserted
in interface oracle.jbo.RowSetListener
e
- 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.RowSetListener
e
- Details about the change.public void navigated(oracle.jbo.NavigationEvent e)
Notifies the listeners on the data item.
navigated
in interface oracle.jbo.RowSetListener
e
- 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.