Uses of Class
org.salespointframework.desktop.formsheets.ListViewFormSheet

Packages that use ListViewFormSheet
org.salespointframework.desktop.formsheets   
 

Uses of ListViewFormSheet in org.salespointframework.desktop.formsheets
 

Methods in org.salespointframework.desktop.formsheets that return ListViewFormSheet
static ListViewFormSheet ListViewFormSheet.create(java.lang.String caption)
          Creates a new instance of ListViewFormSheet from a UserManager source uses UserManager.getInstance() as source
static ListViewFormSheet ListViewFormSheet.create(java.lang.String caption, Catalog c)
          create an instance of ListViewFormSheet from a Catalog source
static ListViewFormSheet ListViewFormSheet.create(java.lang.String caption, Catalog c, DataBasket db)
          create an instance of ListViewFormSheet from a Catalog source
static ListViewFormSheet ListViewFormSheet.create(java.lang.String caption, CountingStock stock)
          create a new instance of ListViewFormSheet from a CountingStock source
static ListViewFormSheet ListViewFormSheet.create(java.lang.String caption, CountingStock stock, DataBasket db)
          create a new instance of ListViewFormSheet from a CountingStock source
static ListViewFormSheet ListViewFormSheet.create(java.lang.String caption, DataBasket db)
          creates a new instance of ListViewFormSheet from a DataBasket source
static ListViewFormSheet ListViewFormSheet.create(java.lang.String caption, DataBasket db, DataBasketCondition dbc)
          creates a new instance of ListViewFormSheet from a DataBasket source
static ListViewFormSheet ListViewFormSheet.create(java.lang.String caption, StoringStock stock)
          creates a new instance of ListViewFormSheet from a StoringStock source
static ListViewFormSheet ListViewFormSheet.create(java.lang.String caption, StoringStock stock, DataBasket db)
          creates a new instance of ListViewFormSheet from a StoringStock source
static ListViewFormSheet ListViewFormSheet.create(java.lang.String caption, UIGate uiGate, Catalog c, DataBasket db, java.util.Comparator<CatalogItem> cmp, JListView.ListViewOrientation orientation, javax.swing.ListCellRenderer renderer)
          create an instance of ListViewFormSheet from a Catalog source
static ListViewFormSheet ListViewFormSheet.create(java.lang.String caption, UIGate uiGate, Catalog c, DataBasket db, java.util.Comparator<CatalogItem> cmp, JListView.ListViewOrientation orientation, javax.swing.ListCellRenderer renderer, boolean categorize, Category defaultCategory)
          create an instance of ListViewFormSheet from a Catalog source
static ListViewFormSheet ListViewFormSheet.create(java.lang.String caption, UIGate uiGate, CountingStock stock, DataBasket db, java.util.Comparator<CatalogItem> cmp, boolean showZeros, JListView.ListViewOrientation orientation, javax.swing.ListCellRenderer renderer)
          create a new instance of ListViewFormSheet from a CountingStock source
static ListViewFormSheet ListViewFormSheet.create(java.lang.String caption, UIGate uiGate, CountingStock stock, DataBasket db, java.util.Comparator<CatalogItem> cmp, boolean showZeros, JListView.ListViewOrientation orientation, javax.swing.ListCellRenderer renderer, boolean categorize, Category defaulCategory)
          create a new instance of ListViewFormSheet from a CountingStock source
static ListViewFormSheet ListViewFormSheet.create(java.lang.String caption, UIGate uiGate, DataBasket db, DataBasketCondition dbc, java.util.Comparator<DataBasketEntry> cmp, JListView.ListViewOrientation orientation, javax.swing.ListCellRenderer renderer)
          creates a new instance of ListViewFormSheet from a DataBasket source
static ListViewFormSheet ListViewFormSheet.create(java.lang.String caption, UIGate uiGate, DataBasket db, DataBasketCondition dbc, java.util.Comparator<DataBasketEntry> cmp, JListView.ListViewOrientation orientation, javax.swing.ListCellRenderer renderer, boolean categorize, Category defaulCategory, DataBasketEntryGrouper dbeg)
          creates a new instance of ListViewFormSheet from a DataBasket source
static ListViewFormSheet ListViewFormSheet.create(java.lang.String caption, UIGate uiGate, StoringStock stock, DataBasket db, java.util.Comparator<StockItem> cmp, JListView.ListViewOrientation orientation, javax.swing.ListCellRenderer renderer)
          creates a new instance of ListViewFormSheet from a StoringStock source
static ListViewFormSheet ListViewFormSheet.create(java.lang.String caption, UIGate uiGate, StoringStock stock, DataBasket db, java.util.Comparator<StockItem> cmp, JListView.ListViewOrientation orientation, javax.swing.ListCellRenderer renderer, boolean categorize, Category defaultCategory)
          creates a new instance of ListViewFormSheet from a StoringStock source
static ListViewFormSheet ListViewFormSheet.create(java.lang.String caption, UIGate uiGate, UserManager um, UserFilter filter, java.util.Comparator<User> cmp, JListView.ListViewOrientation orientation, javax.swing.ListCellRenderer renderer)
          Creates a new instance of ListViewFormSheet from a UserManager source
static ListViewFormSheet ListViewFormSheet.create(java.lang.String caption, UIGate uiGate, UserManager um, UserFilter filter, java.util.Comparator<User> cmp, JListView.ListViewOrientation orientation, javax.swing.ListCellRenderer renderer, boolean categorize, Category defaulCategory)
          Creates a new instance of ListViewFormSheet from a UserManager source
 ListViewFormSheet DescriptiveFormSheet.getListViewFormSheet()
          Get the ListViewFormSheet this formsheet was constructed with (if so), or null in any other case.
 

Constructors in org.salespointframework.desktop.formsheets with parameters of type ListViewFormSheet
DescriptiveFormSheet(ListViewFormSheet lvfs, java.lang.String caption)
          Construct a new DescriptiveFormSheet from the given DataExchangeFormSheet.