public class InterfaceActionOnTargetColumnSetUD extends InterfaceActionOnTargetColumn
InteractiveInterfaceHelperWithActions| Constructor and Description |
|---|
InterfaceActionOnTargetColumnSetUD(java.lang.String pColumnName,
int pUDNumber,
boolean pUDValue)
Deprecated.
Creates an action class instance which will set a User Defined (UD) flag for 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 InterfaceActionOnTargetColumnSetUD(java.lang.String pColumnName,
int pUDNumber,
boolean pUDValue)
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 UD flag.pColumnName - Name of the column for which the user defined flag is to be setpUDNumber - The UD number, 1 to 10, indicating which User Defined flag is being set.pUDValue - True if the mapping column participates in the operations linked to the specified User Defined flag, else falsepublic void performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
pInterfaceActionListener - the interface action listener instancepInterfaceUndoListener - the interface undo listener instancepActionHelper - the action helper instance