Uses of Class
org.salespointframework.core.UIGate

Packages that use UIGate
org.salespointframework.desktop.formsheets   
 

Uses of UIGate in org.salespointframework.desktop.formsheets
 

Fields in org.salespointframework.desktop.formsheets declared as UIGate
private  UIGate UserTableFormSheet.m_uigGate
          The Gate at which the FormSheet is being displayed.
private  UIGate SingleTableFormSheet.m_uigGate
          The Gate at which the FormSheet is being displayed.
private  UIGate DataExchangeFormSheet.m_uigGate
          The gate at which the FormSheet is displayed.
private  UIGate ListViewFormSheet.uiGate
          the UIGate, the formsheet is attached to
 

Methods in org.salespointframework.desktop.formsheets that return UIGate
 UIGate UserTableFormSheet.getGate()
          Get the Gate this FormSheet is currently being displayed at.
 UIGate SingleTableFormSheet.getGate()
          Get the Gate this FormSheet is currently being displayed at.
 UIGate ListViewFormSheet.getGate()
          get UIGate the formsheet is attached to
 UIGate DataExchangeFormSheet.getGate()
          Get the gate at which the FormSheet is being displayed.
 

Methods in org.salespointframework.desktop.formsheets with parameters of type UIGate
static DataExchangeFormSheet DataExchangeFormSheet.create(java.lang.String sCaption, Catalog cSource, Catalog cDest, DataBasket db, UIGate uigGate, CCStrategy ccsMoveStrategy, DataExchangeFormSheet.DataExchangeOptions options)
          Create and return a new DataExchangeFormSheet where source and destination are Catalogs.
static DataExchangeFormSheet DataExchangeFormSheet.create(java.lang.String sCaption, Catalog cSource, Catalog cDest, DataBasket db, UIGate uigGate, DataExchangeFormSheet.DataExchangeOptions options)
          Create and return a new DataExchangeFormSheet where source and destination are Catalogs.
static DataExchangeFormSheet DataExchangeFormSheet.create(java.lang.String sCaption, Catalog cSource, CountingStock csDest, DataBasket db, UIGate uigGate, CCSStrategy ccssMoveStrategy, DataExchangeFormSheet.DataExchangeOptions options)
          Create and return a new DataExchangeFormSheet where the source is a Catalog and the destination is a CountingStock.
static DataExchangeFormSheet DataExchangeFormSheet.create(java.lang.String sCaption, Catalog cSource, CountingStock csDest, DataBasket db, UIGate uigGate, DataExchangeFormSheet.DataExchangeOptions options)
          Create and return a new DataExchangeFormSheet where the source is a Catalog and the destination is a CountingStock.
static DataExchangeFormSheet DataExchangeFormSheet.create(java.lang.String sCaption, Catalog cSource, DataBasket dbDest, UIGate uigGate, CDBStrategy cdbsMoveStrategy, DataExchangeFormSheet.DataExchangeOptions options)
          Create and return a new DataExchangeFormSheet where the source is a Catalog and the destination is a DataBasket.
static DataExchangeFormSheet DataExchangeFormSheet.create(java.lang.String sCaption, Catalog cSource, DataBasket dbDest, UIGate uigGate, DataExchangeFormSheet.DataExchangeOptions options)
          Create and return a new DataExchangeFormSheet where the source is a Catalog and the destination is a DataBasket.
static DataExchangeFormSheet DataExchangeFormSheet.create(java.lang.String sCaption, Catalog cSource, StoringStock ssDest, DataBasket db, UIGate uigGate, CSSStrategy csssMoveStrategy, DataExchangeFormSheet.DataExchangeOptions options)
          Create and return a new DataExchangeFormSheet where the source is a Catalog and the destination is a StoringStock.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, Catalog c, UIGate uigGate)
          Create and return a new SingleTableFormSheet that will display the contents of a Catalog.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, Catalog c, UIGate uigGate, java.util.Comparator<CatalogItem> cmp)
          Create and return a new SingleTableFormSheet that will display the contents of a Catalog.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, Catalog c, UIGate uigGate, java.util.Comparator<CatalogItem> cmp, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a Catalog.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, Catalog c, UIGate uigGate, DataBasket db)
          Create and return a new SingleTableFormSheet that will display the contents of a Catalog.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, Catalog c, UIGate uigGate, DataBasket db, java.util.Comparator<CatalogItem> cmp)
          Create and return a new SingleTableFormSheet that will display the contents of a Catalog.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, Catalog c, UIGate uigGate, DataBasket db, java.util.Comparator<CatalogItem> cmp, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a Catalog.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, Catalog c, UIGate uigGate, DataBasket db, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a Catalog.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, Catalog c, UIGate uigGate, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a Catalog.
static DataExchangeFormSheet DataExchangeFormSheet.create(java.lang.String sCaption, CountingStock csSource, CountingStock csDest, DataBasket db, UIGate uigGate, CSCSStrategy cscssMoveStrategy, DataExchangeFormSheet.DataExchangeOptions options)
          Create and return a new DataExchangeFormSheet where source and destination are CountingStocks.
static DataExchangeFormSheet DataExchangeFormSheet.create(java.lang.String sCaption, CountingStock csSource, CountingStock csDest, DataBasket db, UIGate uigGate, DataExchangeFormSheet.DataExchangeOptions options)
          Create and return a new DataExchangeFormSheet where source and destination are CountingStocks.
static DataExchangeFormSheet DataExchangeFormSheet.create(java.lang.String sCaption, CountingStock csSource, DataBasket dbDest, UIGate uigGate, CSDBStrategy csdbsMoveStrategy, DataExchangeFormSheet.DataExchangeOptions options)
          Create and return a new DataExchangeFormSheet where the source is a CountingStock and the destination is a DataBasket.
static DataExchangeFormSheet DataExchangeFormSheet.create(java.lang.String sCaption, CountingStock csSource, DataBasket dbDest, UIGate uigGate, DataExchangeFormSheet.DataExchangeOptions options)
          Create and return a new DataExchangeFormSheet where the source is a CountingStocks and the destination is a DataBasket.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, CountingStock cs, UIGate uigGate)
          Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, CountingStock cs, UIGate uigGate, boolean fShowZeros)
          Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, CountingStock cs, UIGate uigGate, boolean fShowZeros, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, CountingStock cs, UIGate uigGate, java.util.Comparator<CatalogItem> cmp)
          Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, CountingStock cs, UIGate uigGate, java.util.Comparator<CatalogItem> cmp, boolean fShowZeros)
          Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, CountingStock cs, UIGate uigGate, java.util.Comparator<CatalogItem> cmp, boolean fShowZeros, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, CountingStock cs, UIGate uigGate, java.util.Comparator<CatalogItem> cmp, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, CountingStock cs, UIGate uigGate, DataBasket db)
          Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, CountingStock cs, UIGate uigGate, DataBasket db, boolean fShowZeros)
          Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, CountingStock cs, UIGate uigGate, DataBasket db, boolean fShowZeros, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, CountingStock cs, UIGate uigGate, DataBasket db, java.util.Comparator<CatalogItem> cmp)
          Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, CountingStock cs, UIGate uigGate, DataBasket db, java.util.Comparator<CatalogItem> cmp, boolean fShowZeros)
          Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, CountingStock cs, UIGate uigGate, DataBasket db, java.util.Comparator<CatalogItem> cmp, boolean fShowZeros, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, CountingStock cs, UIGate uigGate, DataBasket db, java.util.Comparator<CatalogItem> cmp, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, CountingStock cs, UIGate uigGate, DataBasket db, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, CountingStock cs, UIGate uigGate, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
static DataExchangeFormSheet DataExchangeFormSheet.create(java.lang.String sCaption, DataBasket dbSource, Catalog cDest, UIGate uigGate, DataExchangeFormSheet.DataExchangeOptions options)
          Create and return a new DataExchangeFormSheet where the source is a DataBasket and the destination is a Catalog.
static DataExchangeFormSheet DataExchangeFormSheet.create(java.lang.String sCaption, DataBasket dbSource, Catalog cDest, UIGate uigGate, DBCStrategy dbcsMoveStrategy, DataExchangeFormSheet.DataExchangeOptions options)
          Create and return a new DataExchangeFormSheet where the source is a DataBasket and the destination is a Catalog.
static DataExchangeFormSheet DataExchangeFormSheet.create(java.lang.String sCaption, DataBasket dbSource, CountingStock csDest, UIGate uigGate, DataExchangeFormSheet.DataExchangeOptions options)
          Create and return a new DataExchangeFormSheet where the source is a DataBasket and the destination is a CountingStock.
static DataExchangeFormSheet DataExchangeFormSheet.create(java.lang.String sCaption, DataBasket dbSource, CountingStock csDest, UIGate uigGate, DBCSStrategy dbcssMoveStrategy, DataExchangeFormSheet.DataExchangeOptions options)
          Create and return a new DataExchangeFormSheet where the source is a DataBasket and the destination is a CountingStock.
static DataExchangeFormSheet DataExchangeFormSheet.create(java.lang.String sCaption, DataBasket dbSource, StoringStock ssDest, UIGate uigGate, DataExchangeFormSheet.DataExchangeOptions options)
          Create and return a new DataExchangeFormSheet where the source is a DataBasket and the destination is a StoringStock.
static DataExchangeFormSheet DataExchangeFormSheet.create(java.lang.String sCaption, DataBasket dbSource, StoringStock ssDest, UIGate uigGate, DBSSStrategy dbsssMoveStrategy, DataExchangeFormSheet.DataExchangeOptions options)
          Create and return a new DataExchangeFormSheet where the source is a DataBasket and the destination is a StoringStock.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, DataBasket db, UIGate uigGate, java.util.Comparator<DataBasketEntry> cmp, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a DataBasket.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, DataBasket db, UIGate uigGate, DataBasketCondition dbc, java.util.Comparator<DataBasketEntry> cmp, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a DataBasket.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, DataBasket db, UIGate uigGate, DataBasketCondition dbc, DataBasketEntryGrouper dbeg, java.util.Comparator<DataBasketEntry> cmp, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a DataBasket.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, DataBasket db, UIGate uigGate, DataBasketCondition dbc, DataBasketEntryGrouper dbeg, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a DataBasket.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, DataBasket db, UIGate uigGate, DataBasketCondition dbc, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a DataBasket.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, DataBasket db, UIGate uigGate, DataBasketEntryGrouper dbeg, java.util.Comparator<DataBasketEntry> cmp, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a DataBasket.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, DataBasket db, UIGate uigGate, DataBasketEntryGrouper dbeg, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a DataBasket.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, DataBasket db, UIGate uigGate, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a DataBasket.
static DataExchangeFormSheet DataExchangeFormSheet.create(java.lang.String sCaption, StoringStock ssSource, DataBasket dbDest, UIGate uigGate, DataExchangeFormSheet.DataExchangeOptions options)
          Create and return a new DataExchangeFormSheet where the source is a StoringStock and the destination is a DataBasket.
static DataExchangeFormSheet DataExchangeFormSheet.create(java.lang.String sCaption, StoringStock ssSource, DataBasket dbDest, UIGate uigGate, SSDBStrategy ssdbsMoveStrategy, DataExchangeFormSheet.DataExchangeOptions options)
          Create and return a new DataExchangeFormSheet where the source is a StoringStock and the destination is a DataBasket.
static DataExchangeFormSheet DataExchangeFormSheet.create(java.lang.String sCaption, StoringStock ssSource, StoringStock ssDest, DataBasket db, UIGate uigGate, DataExchangeFormSheet.DataExchangeOptions options)
          Create and return a new DataExchangeFormSheet where source and destination are StoringStocks.
static DataExchangeFormSheet DataExchangeFormSheet.create(java.lang.String sCaption, StoringStock ssSource, StoringStock ssDest, DataBasket db, UIGate uigGate, SSSSStrategy sssssMoveStrategy, DataExchangeFormSheet.DataExchangeOptions options)
          Create and return a new DataExchangeFormSheet where source and destination are StoringStocks.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, StoringStock ss, UIGate uigGate)
          Create and return a new SingleTableFormSheet that will display the contents of a StoringStock.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, StoringStock ss, UIGate uigGate, java.util.Comparator<StockItem> cmp)
          Create and return a new SingleTableFormSheet that will display the contents of a StoringStock.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, StoringStock ss, UIGate uigGate, java.util.Comparator<StockItem> cmp, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a StoringStock.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, StoringStock ss, UIGate uigGate, DataBasket db)
          Create and return a new SingleTableFormSheet that will display the contents of a StoringStock.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, StoringStock ss, UIGate uigGate, DataBasket db, java.util.Comparator<StockItem> cmp)
          Create and return a new SingleTableFormSheet that will display the contents of a StoringStock.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, StoringStock ss, UIGate uigGate, DataBasket db, java.util.Comparator<StockItem> cmp, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a StoringStock.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, StoringStock ss, UIGate uigGate, DataBasket db, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a StoringStock.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, StoringStock ss, UIGate uigGate, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a StoringStock.
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
 void UserTableFormSheet.setGate(UIGate uigGate)
          Set the gate at which to display the FormSheet.
 void SingleTableFormSheet.setGate(UIGate uigGate)
          Set the gate at which to display the FormSheet.
 void ListViewFormSheet.setGate(UIGate uiGate)
          set the uigate, the formsheet is attached to
 void DataExchangeFormSheet.setGate(UIGate uigGate)
          Set the gate at which to display the FormSheet.
 

Constructors in org.salespointframework.desktop.formsheets with parameters of type UIGate
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.
UserTableFormSheet(java.lang.String sCaption, UserManager um, javax.swing.JComponent c, UIGate uigGate, java.util.Comparator<User> cmp, TableEntryDescriptor ted)
          Create a new UserTableFormSheet.