Videoautomat

videoautomat.contentcreator
Class RentTTFSContentCreator

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

public class RentTTFSContentCreator
extends FormSheetContentCreator

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

Author:
Tobias Ruch

Constructor Summary
RentTTFSContentCreator()
           
 
Method Summary
protected  void createFormSheetContent(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(FormSheet fs)
Adds buttons and actions

Parameters:
fs - - FormSheet which sould be changed

Videoautomat