|
Oracle Data-aware Controls Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.dacf.util.InfoBusMemberHelper | +--oracle.dacf.control.ConsumerSupport | +--oracle.dacf.control.DataItemAccessHelper | +--oracle.dacf.control.swing.lov.IBReturnItemHelper
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 |
public IBReturnItemHelper()
Method Detail |
public void setDataItemName(java.lang.String dataItemName)
setDataItemName
in class DataItemAccessHelper
oracle.dacf.control.DataItemAccessHelper
dataItemName
- The name of the DataItem to bind to.DataItemAccessHelper.getDataItem()
public java.lang.String getDataItemName()
getDataItemName
in class DataItemAccessHelper
public void setValue(java.lang.Object value) throws javax.infobus.InvalidDataException
public java.lang.Object getValue() throws javax.infobus.InvalidDataException
|
Oracle Data-aware Controls Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |