Videoautomat

videoautomat.contentcreator
Class LogOnSTFSContentCreator

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

public class LogOnSTFSContentCreator
extends FormSheetContentCreator

Content creator to add the four main buttons to the FormSheet

Author:
Alexander Herrmann

Constructor Summary
LogOnSTFSContentCreator(SaleProcessLogOn process)
          Constructor for referencing the User
 
Method Summary
protected  void createFormSheetContent(FormSheet fs)
          Generates the content and adds the four main buttons.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogOnSTFSContentCreator

public LogOnSTFSContentCreator(SaleProcessLogOn process)
Constructor for referencing the User

Parameters:
process - - SaleProcessLogOn from where to get the user
Method Detail

createFormSheetContent

protected void createFormSheetContent(FormSheet fs)
Generates the content and adds the four main buttons.

Parameters:
fs - - FormSheet to be changed

Videoautomat