public class InterfaceActionOnTargetColumnSetEnabled extends InterfaceActionOnTargetColumn
InteractiveInterfaceHelperWithActions| Constructor and Description |
|---|
InterfaceActionOnTargetColumnSetEnabled(java.lang.String pColumnName,
boolean pEnabled)
Deprecated.
Creates an action class instance which will set the enabled flag on a column, when
performAction is called. |
| Modifier and Type | Method and Description |
|---|---|
void |
performAction(IInterfaceActionListener pInterfaceActionListener,
IInterfaceUndoListener pInterfaceUndoListener,
IActionHelper pActionHelper)
Deprecated.
For internal use only.
|
getColumnNamepublic InterfaceActionOnTargetColumnSetEnabled(java.lang.String pColumnName,
boolean pEnabled)
performAction is called. This flag determines whether a column is active in a mapping.
This constructor should be called directly to create
the action class instance.
This instance should then be passed to InteractiveInterfaceHelperWithActions.performAction
to set the enabled flag.pColumnName - Column namepEnabled - True if the column is enabled for mapping, else false.public void performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
pInterfaceActionListener - the interface action listener instancepInterfaceUndoListener - the interface undo listener instancepActionHelper - the action helper instance