Videoautomat

videoautomat.contentcreator
Class LogOnMFContentCreator

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

public class LogOnMFContentCreator
extends sale.FormSheetContentCreator

Content creator to add button with fail transition.

Author:
Alexander Herrmann
See Also:
Serialized Form

Constructor Summary
LogOnMFContentCreator()
           
 
Method Summary
protected  void createFormSheetContent(sale.FormSheet fs)
          Adds button to FormSheet that does the LogOnFailTransition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogOnMFContentCreator

public LogOnMFContentCreator()
Method Detail

createFormSheetContent

protected void createFormSheetContent(sale.FormSheet fs)
Adds button to FormSheet that does the LogOnFailTransition

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

Videoautomat