public class InterfaceActionOnTargetColumnSetPosition extends InterfaceActionOnTargetColumn
InteractiveInterfaceHelperWithActions| Constructor and Description |
|---|
InterfaceActionOnTargetColumnSetPosition(java.lang.String pColumnName,
int pNewPosition)
Deprecated.
Creates an action class instance which will set the position 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 InterfaceActionOnTargetColumnSetPosition(java.lang.String pColumnName,
int pNewPosition)
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 name.pColumnName - Name of the column for which the position is to be setpNewPosition - The new position for the column. Note that positions start at 1 instead of 0 and cannot be greater than the current number of target columns.public void performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
pInterfaceActionListener - the interface action listener instancepInterfaceUndoListener - the interface undo listener instancepActionHelper - the action helper instanceVetoActionException - if the desired position is lower than 1 or greater than the number of target columns