Videoautomat

videoautomat.contentcreator
Class LogOnLOFContentCreator

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

public class LogOnLOFContentCreator
extends FormSheetContentCreator

Content Creator to add action to LogOnForm's buttons.

Author:
Alexander Herrmann

Constructor Summary
LogOnLOFContentCreator()
           
 
Method Summary
protected  void createFormSheetContent(FormSheet fs)
          Adds the needed actions to the LogOnForm buttons.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogOnLOFContentCreator

public LogOnLOFContentCreator()
Method Detail

createFormSheetContent

protected void createFormSheetContent(FormSheet fs)
Adds the needed actions to the LogOnForm buttons.

Parameters:
fs - - sale.FormSheet to be changed

Videoautomat