public class InterfaceActionOnTargetColumnSetScale extends InterfaceActionOnTargetColumn
InteractiveInterfaceHelperWithActions| Constructor and Description |
|---|
InterfaceActionOnTargetColumnSetScale(java.lang.String pColumnName,
java.lang.Integer pScale)
Deprecated.
Creates an action class instance which will set the scale 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 InterfaceActionOnTargetColumnSetScale(java.lang.String pColumnName,
java.lang.Integer pScale)
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 column scale.pColumnName - Name of the column for which the scale is to be setpScale - The column scale - may be nullpublic void performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
pInterfaceActionListener - the interface action listener instancepInterfaceUndoListener - the interface undo listener instancepActionHelper - the action helper instance