public class InterfaceActionOnTargetColumnSetLength extends InterfaceActionOnTargetColumn
InteractiveInterfaceHelperWithActions| Constructor and Description |
|---|
InterfaceActionOnTargetColumnSetLength(java.lang.String pColumnName, java.lang.Integer pLength)
Deprecated.
Creates an action class instance which will set the length 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.
|
getColumnName
public InterfaceActionOnTargetColumnSetLength(java.lang.String pColumnName,
java.lang.Integer pLength)
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 length.pColumnName - Name of the column for which the length is to be setpLength - The column lenth - 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