Class PasteCommands
java.lang.Object
com.ptc.windchill.enterprise.object.commands.AbstractPasteCommand
com.ptc.windchill.enterprise.change2.commands.PasteCommands
- Direct Known Subclasses:
PasteChangeableCommands
An abstract class to support paste for change management JCA wizard tables.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor
Supported API: trueDefault constructor initializing the command class with the specified command bean. -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract StringThe validation key use to perform validation of the selected/clipboard items.Methods inherited from class com.ptc.windchill.enterprise.object.commands.AbstractPasteCommand
doPaste, getPasteJavascript, getPasteJavascriptFunction, getPasteSelectJavascript, handleFormResult, isPasteAsVersionReference, isPasteSelect, setPasteSelect
-
Constructor Details
-
PasteCommands
public PasteCommands()Default constructor
Supported API: true -
PasteCommands
Default constructor initializing the command class with the specified command bean.
Supported API: true- Parameters:
cb-
-
-
Method Details
-
getPasteValidationKey
The validation key use to perform validation of the selected/clipboard items. If the key is null, then this designates that validation should be skipped.
Supported API: true
Supported API: true- Specified by:
getPasteValidationKeyin classAbstractPasteCommand- Returns:
- the validation key or null if no validation is needed.
-