Skip navigation links
oracle.odi.interfaces.interactive.support.actions
Class InterfaceActionOnTargetColumnSetPosition
java.lang.Object
oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetColumn
oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetColumnSetPosition
- All Implemented Interfaces:
- IInterfaceAction
-
public class InterfaceActionOnTargetColumnSetPosition
- extends InterfaceActionOnTargetColumn
InterfaceActionOnTargetColumnSetPosition is an action class used to set the position of a column. Note that this action does not just set a position (attribute) on a column. Instead, it "moves" the column to the desired position (thus potentially changing the positions of other columns).
- Since:
- 11.1.1.6.0
- See Also:
InteractiveInterfaceHelperWithActions
| Constructor Summary |
InterfaceActionOnTargetColumnSetPosition(java.lang.String pColumnName, int pNewPosition)
Creates an action class instance which will set the position for a column, when performAction is called. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterfaceActionOnTargetColumnSetPosition
public InterfaceActionOnTargetColumnSetPosition(java.lang.String pColumnName,
int pNewPosition)
- Creates an action class instance which will set the position for a column, when
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.
- Parameters:
pColumnName - Name of the column for which the position is to be set
pNewPosition - 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.
performAction
public void performAction(IInterfaceActionListener pInterfaceActionListener,
IInterfaceUndoListener pInterfaceUndoListener,
IActionHelper pActionHelper)
- For internal use only.
-
- Parameters:
pInterfaceActionListener - the interface action listener instance
pInterfaceUndoListener - the interface undo listener instance
pActionHelper - the action helper instance
- Throws:
VetoActionException - if the desired position is lower than 1 or greater than the number of target columns
Skip navigation links
Copyright © 2010, 2015, Oracle and/or its affiliates. All rights reserved.