IBM Branch Transformation Toolkit Javadoc

com.ibm.dse.gui
Interface DataExchangerWithList

All Superinterfaces:
DataExchanger, PanelActions
All Known Implementing Classes:
SpComboBox, SpList, SpTable

public interface DataExchangerWithList
extends DataExchanger

The DataExchangerWithList interface that is implemented by any visual beans that hold data and needs a list (IndexedCollection or KeyedCollection) from the model.


Method Summary
 java.lang.String getDataNameForList()
          Gets the dataNameForList property (java.lang.String) value.
 void setDataNameForList(java.lang.String dataNameForList)
          Sets the dataNameForList property (java.lang.String) value.
 void setDataValueForList(java.lang.Object dataValueForList)
          Sets the dataValueForList property (java.lang.Object) value.
 
Methods inherited from interface com.ibm.dse.gui.DataExchanger
addActionListener, addCoordinatedEventListener, addDataChangedListener, getAlternativeDataName, getDataDirection, getDataName, getDataValue, getErrorMessage, getNavigationParameters, getType, hasAlternativeDataName, isInError, isKeyedValue, isRequired, removeActionListener, removeCoordinatedEventListener, removeDataChangedListener, setAlternativeDataName, setDataDirection, setDataName, setDataValue, setHelpID, setNavigationParameters, setRequired, setType
 
Methods inherited from interface com.ibm.dse.gui.PanelActions
getDataToClear, getDSECoordinatedPanel, getSpPanel
 

Method Detail

getDataNameForList

public java.lang.String getDataNameForList()
Gets the dataNameForList property (java.lang.String) value.

Returns:
String - The dataNameForList property value.
See Also:
setDataNameForList(java.lang.String)

setDataNameForList

public void setDataNameForList(java.lang.String dataNameForList)
Sets the dataNameForList property (java.lang.String) value.

Parameters:
dataNameForList - String, the new value for the property.
See Also:
getDataNameForList()

setDataValueForList

public void setDataValueForList(java.lang.Object dataValueForList)
Sets the dataValueForList property (java.lang.Object) value.

Parameters:
dataValueForList - Object, the new value for the dataValueForList property
See Also:
#getDataValueForList

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005