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
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IBReturnItemHelper
public IBReturnItemHelper()
- Constructor
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
- 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.
javax.infobus.InvalidDataException
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.
javax.infobus.InvalidDataException
Copyright © 1997, 2003, Oracle. All rights reserved.