Package com.portal.app.cc
Class PPurchaseOfferingAction
java.lang.Object
javax.swing.AbstractAction
com.portal.bas.PBASAction
com.portal.app.cc.PPurchaseOfferingAction
- All Implemented Interfaces:
ActionListener
,Serializable
,Cloneable
,EventListener
,Action
Action to launch the purchase offering wizard.
- See Also:
-
Field Summary
Fields inherited from class com.portal.bas.PBASAction
ACCEL, ICON_DISABLED, ICON_DISABLED_SELECTED, ICON_PRESSED, ICON_ROLLOVER, ICON_ROLLOVER_SELECTED, ICON_SELECTED, MNEM, TOOL_TITLE, TOOLBAR_LABEL
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
Fields inherited from interface javax.swing.Action
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 Summary
ConstructorsConstructorDescriptionCreates a new instance of a Purchase Offering action.Creates a new instance of a purchase offering action that will launch the Purchase Offering wizard. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Called when Purchase Offering is invoked to launch thePPurchaseOfferingWizard
.protected void
Displays the wizard.protected void
finished
(PModelHandle model, int eventType) protected void
Prepares the wizard for display.Methods inherited from class com.portal.bas.PBASAction
equals, getComponent, getHelpID, getPreferredMenu, getTag, handleError, setActionHelpOn, setPreferredMenu
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Constructor Details
-
PPurchaseOfferingAction
Creates a new instance of a purchase offering action that will launch the Purchase Offering wizard.- Parameters:
comp
- The component this action will purchase an offering for.
-
PPurchaseOfferingAction
public PPurchaseOfferingAction()Creates a new instance of a Purchase Offering action.
-
-
Method Details
-
actionPerformed
Called when Purchase Offering is invoked to launch thePPurchaseOfferingWizard
.- Parameters:
e
- action event- See Also:
-
initWizard
protected void initWizard()Prepares the wizard for display. -
displayWizard
protected void displayWizard()Displays the wizard. -
finished
- Parameters:
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.
-