public class InterfaceActionOnTargetColumnMove extends InterfaceActionOnTargetColumn
InteractiveInterfaceHelperWithActions| Modifier and Type | Class and Description |
|---|---|
static class |
InterfaceActionOnTargetColumnMove.MoveAction
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release.
Represents a move type.
|
| Constructor and Description |
|---|
InterfaceActionOnTargetColumnMove(java.lang.String pColumnName,
InterfaceActionOnTargetColumnMove.MoveAction pMoveAction)
Deprecated.
Creates an action class instance which will set the name 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 InterfaceActionOnTargetColumnMove(java.lang.String pColumnName,
InterfaceActionOnTargetColumnMove.MoveAction pMoveAction)
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 setpMoveAction - The new position for the columnpublic void performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
pInterfaceActionListener - the interface action listener instancepInterfaceUndoListener - the interface undo listener instancepActionHelper - the action helper instance