Package com.portal.app.cc
Class PVoucherAction
java.lang.Object
javax.swing.AbstractAction
com.portal.bas.PBASAction
com.portal.app.cc.PVoucherAction
- All Implemented Interfaces:
ActionListener,PropertyChangeListener,Serializable,Cloneable,EventListener,Action
Responsible for launching the Voucher bean
- See Also:
-
Field Summary
FieldsFields 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_LABELFields inherited from class javax.swing.AbstractAction
changeSupport, enabledFields 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
ConstructorsConstructorDescriptionCreate a new instance of a launch Voucher. -
Method Summary
Modifier and TypeMethodDescriptionvoidAction performed handler.static PVoucherPageReturns the instance of PVoucherPagevoidImplement propertyChange.Methods inherited from class com.portal.bas.PBASAction
equals, getComponent, getHelpID, getPreferredMenu, getTag, handleError, setActionHelpOn, setPreferredMenuMethods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Field Details
-
mVoucherDialog
protected static com.portal.app.cc.VoucherDialog mVoucherDialog
-
-
Constructor Details
-
PVoucherAction
Create a new instance of a launch Voucher.- Parameters:
comp- The base component
-
-
Method Details
-
actionPerformed
Action performed handler. Called to put the voucher up on the screen from the Voucher button.- Specified by:
actionPerformedin interfaceActionListener
-
propertyChange
Implement propertyChange. Listens to account open/close- Specified by:
propertyChangein interfacePropertyChangeListener- Parameters:
property- change event
-
getVoucherInstance
Returns the instance of PVoucherPage- Returns:
- voucher instance
-