Videoautomat

videoautomat.contentcreator
Class LogOnLOFContentCreator

java.lang.Object
  |
  +--sale.FormSheetContentCreator
        |
        +--videoautomat.contentcreator.LogOnLOFContentCreator
All Implemented Interfaces:
Serializable

public class LogOnLOFContentCreator
extends sale.FormSheetContentCreator

Content Creator to add action to LogOnForm's buttons.

Author:
Alexander Herrmann
See Also:
Serialized Form

Constructor Summary
LogOnLOFContentCreator()
           
 
Method Summary
protected  void createFormSheetContent(sale.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(sale.FormSheet fs)
Adds the needed actions to the LogOnForm buttons.

Specified by:
createFormSheetContent in class sale.FormSheetContentCreator
Parameters:
fs - - FormSheet to be changed

Videoautomat