com.ibm.dse.gui
Interface DataExchangerWithList
- All Known Implementing Classes:
- SpTable, SpComboBox, SpList
- 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 |
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