Videoautomat

videoautomat.contentcreator
Class HandBackSTFSContentCreator

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

public class HandBackSTFSContentCreator
extends FormSheetContentCreator

Content creator to add label with get back money and to add commit action.

Author:
Alexander Herrmann

Constructor Summary
HandBackSTFSContentCreator(NumberValue numValue)
           
 
Method Summary
protected  void createFormSheetContent(FormSheet fs)
          Add label and commit action to given FormSheet.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandBackSTFSContentCreator

public HandBackSTFSContentCreator(NumberValue numValue)
Method Detail

createFormSheetContent

protected void createFormSheetContent(FormSheet fs)
Add label and commit action to given FormSheet.

Parameters:
fs - FormSheet to be changed

Videoautomat