Uses of Class
org.salespointframework.core.FormSheetContentCreator

Packages that use FormSheetContentCreator
org.salespointframework.core This package contains the central classes of the Framework. 
org.salespointframework.desktop.formsheets   
 

Uses of FormSheetContentCreator in org.salespointframework.core
 

Methods in org.salespointframework.core with parameters of type FormSheetContentCreator
 void FormSheet.addContentCreator(FormSheetContentCreator fscc)
          Add a contents creator for this FormSheet.
 

Constructors in org.salespointframework.core with parameters of type FormSheetContentCreator
FormSheet(java.lang.String sCaption, FormSheetContentCreator fscc, boolean fWaitResponse)
          Create a new FormSheet, using a content creator.
 

Uses of FormSheetContentCreator in org.salespointframework.desktop.formsheets
 

Subclasses of FormSheetContentCreator in org.salespointframework.desktop.formsheets
static class MessageForm.MessageFormSheetContentCreator
          FormSheetContentCreator for MessageForm
 

Constructors in org.salespointframework.desktop.formsheets with parameters of type FormSheetContentCreator
DataExchangeFormSheet(java.lang.String sCaption, FormSheetContentCreator fscc, UIGate uigGate, MoveStrategy ms)
          Create a new DataExchangeFormSheet.
ListViewFormSheet(java.lang.String caption, UIGate uiGate, FormSheetContentCreator fscc)
          Default constructor
SingleTableFormSheet(java.lang.String sCaption, UIGate uigGate, FormSheetContentCreator fscc)
          Create a new SingleTableFormSheet.