public class InterfaceActionOnTargetMappingSetAttachedDataStore extends InterfaceActionOnTargetMappingAbstract
InteractiveInterfaceHelperWithActions| Constructor and Description |
|---|
InterfaceActionOnTargetMappingSetAttachedDataStore(java.lang.String pColumnName,
DataSet pDataSet,
SourceDataStore pSourceDataStore)
Deprecated.
Creates an action class instance which will set an attached data store on a target mapping, when
performAction is called. |
| Modifier and Type | Method and Description |
|---|---|
void |
performAction(IInterfaceActionListener pInterfaceActionListener,
IInterfaceUndoListener pInterfaceUndoListener,
IActionHelper pActionHelper)
Deprecated.
For internal use only.
|
getDataSetgetColumnNamepublic InterfaceActionOnTargetMappingSetAttachedDataStore(java.lang.String pColumnName,
DataSet pDataSet,
SourceDataStore pSourceDataStore)
performAction is called.
This constructor should be called directly to create the action class instance.
This instance should then be passed to InteractiveInterfaceHelperWithActions.performAction
to set the data store.pColumnName - target column namepDataSet - target data setpSourceDataStore - source data store to attach to the mapping for the specified target columnpublic void performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
pInterfaceActionListener - the interface action listener instancepInterfaceUndoListener - the interface undo listener instancepActionHelper - the action helper instance