Videoautomat

videoautomat.contentcreator
Class RentConfirmFSContentCreator

java.lang.Object
  |
  +--sale.FormSheetContentCreator
        |
        +--videoautomat.contentcreator.RentConfirmFSContentCreator
All Implemented Interfaces:
Serializable

public class RentConfirmFSContentCreator
extends sale.FormSheetContentCreator

ContentCreator which changes the existing FormSheet to an addidtional table with the change money and some additional labels

Author:
Tobias Ruch
See Also:
Serialized Form

Constructor Summary
RentConfirmFSContentCreator(SaleProcessRent process, sale.UIGate gate)
          Constructs a new RentConfirmFSContentCreator.
 
Method Summary
protected  void createFormSheetContent(sale.FormSheet fs)
          Creates additional content to the given FormSheet.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RentConfirmFSContentCreator

public RentConfirmFSContentCreator(SaleProcessRent process,
                                   sale.UIGate gate)
Constructs a new RentConfirmFSContentCreator.

Parameters:
process - - SaleProcessRent in which the content creator is used.
gate - - UIGate for the additional SingleTableFormSheet
Method Detail

createFormSheetContent

protected void createFormSheetContent(sale.FormSheet fs)
Creates additional content to the given FormSheet. Creates another table, some labels and the commit action to the ok button.

Specified by:
createFormSheetContent in class sale.FormSheetContentCreator
Parameters:
fs - - FormSheet which should be changed

Videoautomat