oracle.dacf.control.swing.lov
Class IBReturnItem
java.lang.Object
|
+--oracle.dacf.control.swing.lov.IBReturnItem
- All Implemented Interfaces:
- ReturnItem
- public class IBReturnItem
- extends java.lang.Object
- implements ReturnItem
Return item facility implemented using InfoBus
- Version:
- SDK
Method Summary |
void |
executeReturnItems()
make use of the return item names to actually return item values |
java.lang.Object |
getReturnItemName(int columnIndex)
Return the 'return item' for a particular column |
void |
removeAll()
remove all 'return item' identifiers |
void |
setReturnItemName(int columnIndex,
java.lang.Object returnItemName)
Define the 'return item ' identifier for a particular column. |
void |
setValue(int columnIndex,
java.lang.Object value)
set the value to be returned for a particular column index. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IBReturnItem
public IBReturnItem()
- Constructor
setReturnItemName
public void setReturnItemName(int columnIndex,
java.lang.Object returnItemName)
- Define the 'return item ' identifier for a particular column.
- Specified by:
setReturnItemName
in interface ReturnItem
- Parameters:
columnIndex
- column for which the 'return item' identifier is being
setreturnItemIndentifier
- an identifier to return items
getReturnItemName
public java.lang.Object getReturnItemName(int columnIndex)
- Return the 'return item' for a particular column
- Specified by:
getReturnItemName
in interface ReturnItem
- Parameters:
columnIndex
- column index
setValue
public void setValue(int columnIndex,
java.lang.Object value)
throws javax.infobus.InvalidDataException
- set the value to be returned for a particular column index.
- Specified by:
setValue
in interface ReturnItem
removeAll
public void removeAll()
- Description copied from interface:
ReturnItem
- remove all 'return item' identifiers
- Specified by:
removeAll
in interface ReturnItem
executeReturnItems
public void executeReturnItems()
- make use of the return item names to actually return item values
- Specified by:
executeReturnItems
in interface ReturnItem