Videoautomat

videoautomat.contentcreator
Class RentPayFSContentCreator

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

public class RentPayFSContentCreator
extends FormSheetContentCreator

Changes the FormSheet layout and adds some labels and a listener to change the pay button state.

Author:
Tobias Ruch

Constructor Summary
RentPayFSContentCreator(SaleProcessRent process)
          Creates the content creator.
 
Method Summary
protected  void createFormSheetContent(FormSheet fs)
          Changes the FormSheetContent of the gives FormSheet.
 void setPayValue(String payValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RentPayFSContentCreator

public RentPayFSContentCreator(SaleProcessRent process)
Creates the content creator.

Parameters:
process - - SaleProcessRent in which the ContentCreator is use to have access to some process data
Method Detail

createFormSheetContent

protected void createFormSheetContent(FormSheet fs)
Changes the FormSheetContent of the gives FormSheet. Adds labels, button and there actions

Parameters:
fs - - a FormSheet which should be changed.

setPayValue

public void setPayValue(String payValue)

Videoautomat