Videoautomat

videoautomat.contentcreator
Class AdminLTFContentCreator

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

public class AdminLTFContentCreator
extends FormSheetContentCreator

Content creator to add button with stop action.

Author:
Alexander Herrmann

Constructor Summary
AdminLTFContentCreator()
           
 
Method Summary
protected  void createFormSheetContent(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(FormSheet fs)
Add button with stop action.

Parameters:
fs - - FormSheet to be changed.

Videoautomat