Videoautomat

videoautomat.contentcreator
Class RentConfirmFSContentCreator

java.lang.Object
  extended by FormSheetContentCreator
      extended by videoautomat.contentcreator.RentConfirmFSContentCreator

public class RentConfirmFSContentCreator
extends FormSheetContentCreator

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

Author:
Tobias Ruch

Constructor Summary
RentConfirmFSContentCreator(SaleProcessRent process, UIGate gate)
          Constructs a new RentConfirmFSContentCreator.
 
Method Summary
protected  void createFormSheetContent(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,
                                   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(FormSheet fs)
Creates additional content to the given FormSheet. Creates another table, some labels and the commit action to the ok button.

Parameters:
fs - - FormSheet which should be changed

Videoautomat