Oracle Data-aware Controls Reference

oracle.dacf.control.swing.lov
Class IBReturnItemHelper

java.lang.Object
  |
  +--oracle.dacf.util.InfoBusMemberHelper
        |
        +--oracle.dacf.control.ConsumerSupport
              |
              +--oracle.dacf.control.DataItemAccessHelper
                    |
                    +--oracle.dacf.control.swing.lov.IBReturnItemHelper
All Implemented Interfaces:
oracle.dacf.rp.Consumer, java.util.EventListener, javax.infobus.InfoBusDataConsumer, javax.infobus.InfoBusEventListener, javax.infobus.InfoBusMember, oracle.dacf.rp.Participant, java.beans.PropertyChangeListener

public class IBReturnItemHelper
extends DataItemAccessHelper


Fields inherited from class oracle.dacf.util.InfoBusMemberHelper
m_infoBus, m_propListeners, m_sourceRef, m_syncLock, m_vetoListeners
 
Constructor Summary
IBReturnItemHelper()
          Constructor
 
Method Summary
 java.lang.String getDataItemName()
           
 java.lang.Object getValue()
          get value for this column This method will obtain the data item associated with this column and set the value.
 void setDataItemName(java.lang.String dataItemName)
          specify the name of the column and its retutn value String columnName name of the column String dataItemName name of the data item
 void setValue(java.lang.Object value)
          set the return value for this column This method will obtain the data item associated with this column and set the value.
 
Methods inherited from class oracle.dacf.control.DataItemAccessHelper
_setDataItem, dataItemAvailable, dataItemPublished, dataItemRevoked, getDataItem, getInfoBusName, propertyChange, setInfoBusName
 
Methods inherited from class oracle.dacf.control.ConsumerSupport
available, revoked
 
Methods inherited from class oracle.dacf.util.InfoBusMemberHelper
addInfoBusPropertyListener, addInfoBusVetoableListener, clearRef, getInfoBus, joinInfoBus, joinInfoBus, leaveInfoBus, removeInfoBusPropertyListener, removeInfoBusVetoableListener, setInfoBus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IBReturnItemHelper

public IBReturnItemHelper()
Constructor
Method Detail

setDataItemName

public void setDataItemName(java.lang.String dataItemName)
specify the name of the column and its retutn value String columnName name of the column String dataItemName name of the data item
Overrides:
setDataItemName in class DataItemAccessHelper
Following copied from class: oracle.dacf.control.DataItemAccessHelper
Parameters:
dataItemName - The name of the DataItem to bind to.
See Also:
DataItemAccessHelper.getDataItem()

getDataItemName

public java.lang.String getDataItemName()
Overrides:
getDataItemName in class DataItemAccessHelper

setValue

public void setValue(java.lang.Object value)
              throws javax.infobus.InvalidDataException
set the return value for this column This method will obtain the data item associated with this column and set the value.

getValue

public java.lang.Object getValue()
                          throws javax.infobus.InvalidDataException
get value for this column This method will obtain the data item associated with this column and set the value.

Oracle Data-aware Controls Reference