Videoautomat

videoautomat.contentcreator
Class LogOnMFContentCreator

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

public class LogOnMFContentCreator
extends FormSheetContentCreator

Content creator to add button with fail transition.

Author:
Alexander Herrmann

Constructor Summary
LogOnMFContentCreator()
           
 
Method Summary
protected  void createFormSheetContent(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(FormSheet fs)
Adds button to FormSheet that does the LogOnFailTransition

Parameters:
fs - - FormSheet to be changed

Videoautomat