Großmarkt

market.stdform
Class FSManagerPurchaseConfirm

java.lang.Object
  extended by sale.FormSheet
      extended by market.stdform.FSManagerPurchaseConfirm
All Implemented Interfaces:
Serializable

public class FSManagerPurchaseConfirm
extends FormSheet

This FormSheet gives a short overview of the purchase the manger wants to send and asks for confirmation.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class sale.FormSheet
FormSheet.FormButton
 
Field Summary
 
Fields inherited from class sale.FormSheet
BTNID_CANCEL, BTNID_OK, m_fCancelled
 
Constructor Summary
FSManagerPurchaseConfirm(int toPay)
           
 
Method Summary
 
Methods inherited from class sale.FormSheet
addButton, addButton, addContentCreator, attach, attach, attach, buttonIterator, buttonIterator, cancel, close, detachDisplay, detachProcess, detachSalesPoint, fillBtnPanel, getButton, getButtonsLock, getCaption, getComponent, getComponentLock, getDisplay, getDisplayLock, getProcess, getSalesPoint, isCancelled, ok, removeAllButtons, removeButton, setCaption, setComponent, setWaitResponse, toString, waitResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FSManagerPurchaseConfirm

public FSManagerPurchaseConfirm(int toPay)
Parameters:
toPay - the value of the purchase.

Großmarkt