Videoautomat

videoautomat.contentcreator
Class AdminLTFContentCreator

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

public class AdminLTFContentCreator
extends sale.FormSheetContentCreator

Content creator to add button with stop action.

Author:
Alexander Herrmann
See Also:
Serialized Form

Constructor Summary
AdminLTFContentCreator()
           
 
Method Summary
protected  void createFormSheetContent(sale.FormSheet fs)
          Add button with stop action.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdminLTFContentCreator

public AdminLTFContentCreator()
Method Detail

createFormSheetContent

protected void createFormSheetContent(sale.FormSheet fs)
Add button with stop action.

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

Videoautomat