public class PPurchaseOfferingAction extends PBASAction
ACCEL, ICON_DISABLED, ICON_DISABLED_SELECTED, ICON_PRESSED, ICON_ROLLOVER, ICON_ROLLOVER_SELECTED, ICON_SELECTED, MNEM, TOOL_TITLE, TOOLBAR_LABEL
changeSupport, enabled
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
Constructor and Description |
---|
PPurchaseOfferingAction()
Creates a new instance of a Purchase Offering action.
|
PPurchaseOfferingAction(PClientComponent comp)
Creates a new instance of a purchase offering action that will
launch the Purchase Offering wizard.
|
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent e)
Called when Purchase Offering is invoked to launch the
PPurchaseOfferingWizard . |
protected void |
displayWizard()
Displays the wizard.
|
protected void |
finished(PModelHandle model,
int eventType) |
protected void |
initWizard()
Prepares the wizard for display.
|
equals, getComponent, getHelpID, getPreferredMenu, getTag, handleError, setActionHelpOn, setPreferredMenu
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
public PPurchaseOfferingAction(PClientComponent comp)
comp
- The component this action will purchase an offering for.public PPurchaseOfferingAction()
public void actionPerformed(ActionEvent e)
PPurchaseOfferingWizard
.e
- action eventPPurchaseOfferingWizard
protected void initWizard()
protected void displayWizard()
protected void finished(PModelHandle model, int eventType)
model
- The model handle that was the input to the opcode calls during
purchase offering.eventType
- The indication of either a plan or deal purchase is made.Copyright © 2003, 2023, Oracle and/or its affiliates.