Videoautomat

videoautomat.contentcreator
Class HandBackTTFSContentCreator

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

public class HandBackTTFSContentCreator
extends sale.FormSheetContentCreator

Content creator to add the giveback and cancel buttons and there actions.

Author:
Alexander Herrmann
See Also:
Serialized Form

Constructor Summary
HandBackTTFSContentCreator()
           
 
Method Summary
protected  void createFormSheetContent(sale.FormSheet fs)
          Add GiveBack and Cancel Buttons to the FormSheet.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandBackTTFSContentCreator

public HandBackTTFSContentCreator()
Method Detail

createFormSheetContent

protected void createFormSheetContent(sale.FormSheet fs)
Add GiveBack and Cancel Buttons to the FormSheet.

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

Videoautomat