Videoautomat

videoautomat.contentcreator
Class HandBackTTFSContentCreator

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

public class HandBackTTFSContentCreator
extends FormSheetContentCreator

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

Author:
Alexander Herrmann

Constructor Summary
HandBackTTFSContentCreator()
           
 
Method Summary
protected  void createFormSheetContent(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(FormSheet fs)
Add GiveBack and Cancel Buttons to the FormSheet.

Parameters:
fs - FormSheet to be changed

Videoautomat