Videoautomat

videoautomat.contentcreator
Class RentTTFSContentCreator

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

public class RentTTFSContentCreator
extends sale.FormSheetContentCreator

Content creator which adds rent, cancel button and there actions to the given formsheet

Author:
Tobias Ruch
See Also:
Serialized Form

Constructor Summary
RentTTFSContentCreator()
           
 
Method Summary
protected  void createFormSheetContent(sale.FormSheet fs)
          Adds buttons and actions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RentTTFSContentCreator

public RentTTFSContentCreator()
Method Detail

createFormSheetContent

protected void createFormSheetContent(sale.FormSheet fs)
Adds buttons and actions

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

Videoautomat