Videoautomat

videoautomat.contentcreator
Class RentPayFSContentCreator

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

public class RentPayFSContentCreator
extends sale.FormSheetContentCreator

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

Author:
Tobias Ruch
See Also:
Serialized Form

Constructor Summary
RentPayFSContentCreator(SaleProcessRent process)
          Creates the content creator.
 
Method Summary
protected  void createFormSheetContent(sale.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(sale.FormSheet fs)
Changes the FormSheetContent of the gives FormSheet. Adds labels, button and there actions

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

setPayValue

public void setPayValue(String payValue)

Videoautomat