SalesPoint Framework v3.0

Uses of Class
sale.UIGate

Packages that use UIGate
data.stdforms Standard FormSheets that can be used to display and edit the contents of data management classes. 
users.stdforms Standard FormSheets that can be used together with the user management classes. 
 

Uses of UIGate in data.stdforms
 

Methods in data.stdforms that return UIGate
 UIGate TwoTableFormSheet.getGate()
          Get the gate at which the FormSheet is being displayed.
 UIGate SingleTableFormSheet.getGate()
          Get the Gate this FormSheet is currently being displayed at.
 

Methods in data.stdforms with parameters of type UIGate
 void TwoTableFormSheet.setGate(UIGate uigGate)
          Set the gate at which to display the FormSheet.
static TwoTableFormSheet TwoTableFormSheet.create(String sCaption, CountingStock csSource, CountingStock csDest, DataBasket db, UIGate uigGate, Comparator cmpSource, Comparator cmpDest, boolean fShowZerosSource, boolean fShowZerosDest, TableEntryDescriptor tedSource, TableEntryDescriptor tedDest, CSCSStrategy cscssMoveStrategy)
          Create and return a new TwoTableFormSheet where source and destination are CountingStocks.
static TwoTableFormSheet TwoTableFormSheet.create(String sCaption, CountingStock csSource, CountingStock csDest, DataBasket db, UIGate uigGate)
          Create and return a new TwoTableFormSheet where source and destination are CountingStocks.
static TwoTableFormSheet TwoTableFormSheet.create(String sCaption, StoringStock ssSource, StoringStock ssDest, DataBasket db, UIGate uigGate, Comparator cmpSource, Comparator cmpDest, TableEntryDescriptor tedSource, TableEntryDescriptor tedDest, SSSSStrategy sssssMoveStrategy)
          Create and return a new TwoTableFormSheet where source and destination are StoringStocks.
static TwoTableFormSheet TwoTableFormSheet.create(String sCaption, StoringStock ssSource, StoringStock ssDest, DataBasket db, UIGate uigGate)
          Create and return a new TwoTableFormSheet where source and destination are StoringStocks.
static TwoTableFormSheet TwoTableFormSheet.create(String sCaption, CountingStock csSource, DataBasket dbDest, UIGate uigGate, Comparator cmpSource, Comparator cmpDest, DataBasketEntryGrouper dbegDest, boolean fShowZeros, TableEntryDescriptor tedSource, TableEntryDescriptor tedDest, CSDBStrategy csdbsMoveStrategy)
          Create and return a new TwoTableFormSheet where the source is a CountingStock and the destination is a DataBasket.
static TwoTableFormSheet TwoTableFormSheet.create(String sCaption, CountingStock csSource, DataBasket dbDest, UIGate uigGate, Comparator cmpSource, Comparator cmpDest, boolean fShowZeros, TableEntryDescriptor tedSource, TableEntryDescriptor tedDest, CSDBStrategy csdbsMoveStrategy)
          Create and return a new TwoTableFormSheet where the source is a CountingStock and the destination is a DataBasket.
static TwoTableFormSheet TwoTableFormSheet.create(String sCaption, CountingStock csSource, DataBasket dbDest, UIGate uigGate)
          Create and return a new TwoTableFormSheet where the source is a CountingStocks and the destination is a DataBasket.
static TwoTableFormSheet TwoTableFormSheet.create(String sCaption, DataBasket dbSource, CountingStock csDest, UIGate uigGate, Comparator cmpSource, Comparator cmpDest, DataBasketEntryGrouper dbegSource, boolean fShowZeros, TableEntryDescriptor tedSource, TableEntryDescriptor tedDest, DBCSStrategy dbcssMoveStrategy)
          Create and return a new TwoTableFormSheet where the source is a DataBasket and the destination is a CountingStock.
static TwoTableFormSheet TwoTableFormSheet.create(String sCaption, DataBasket dbSource, CountingStock csDest, UIGate uigGate, Comparator cmpSource, Comparator cmpDest, boolean fShowZeros, TableEntryDescriptor tedSource, TableEntryDescriptor tedDest, DBCSStrategy dbcssMoveStrategy)
          Create and return a new TwoTableFormSheet where the source is a DataBasket and the destination is a CountingStock.
static TwoTableFormSheet TwoTableFormSheet.create(String sCaption, DataBasket dbSource, CountingStock csDest, UIGate uigGate)
          Create and return a new TwoTableFormSheet where the source is a DataBasket and the destination is a CountingStock.
static TwoTableFormSheet TwoTableFormSheet.create(String sCaption, StoringStock ssSource, DataBasket dbDest, UIGate uigGate, Comparator cmpSource, Comparator cmpDest, DataBasketEntryGrouper dbegDest, TableEntryDescriptor tedSource, TableEntryDescriptor tedDest, SSDBStrategy ssdbsMoveStrategy)
          Create and return a new TwoTableFormSheet where the source is a StoringStock and the destination is a DataBasket.
static TwoTableFormSheet TwoTableFormSheet.create(String sCaption, StoringStock ssSource, DataBasket dbDest, UIGate uigGate, Comparator cmpSource, Comparator cmpDest, TableEntryDescriptor tedSource, TableEntryDescriptor tedDest, SSDBStrategy ssdbsMoveStrategy)
          Create and return a new TwoTableFormSheet where the source is a StoringStock and the destination is a DataBasket.
static TwoTableFormSheet TwoTableFormSheet.create(String sCaption, StoringStock ssSource, DataBasket dbDest, UIGate uigGate)
          Create and return a new TwoTableFormSheet where the source is a StoringStock and the destination is a DataBasket.
static TwoTableFormSheet TwoTableFormSheet.create(String sCaption, DataBasket dbSource, StoringStock ssDest, UIGate uigGate, Comparator cmpSource, Comparator cmpDest, DataBasketEntryGrouper dbegSource, TableEntryDescriptor tedSource, TableEntryDescriptor tedDest, DBSSStrategy dbsssMoveStrategy)
          Create and return a new TwoTableFormSheet where the source is a DataBasket and the destination is a StoringStock.
static TwoTableFormSheet TwoTableFormSheet.create(String sCaption, DataBasket dbSource, StoringStock ssDest, UIGate uigGate, Comparator cmpSource, Comparator cmpDest, TableEntryDescriptor tedSource, TableEntryDescriptor tedDest, DBSSStrategy dbsssMoveStrategy)
          Create and return a new TwoTableFormSheet where the source is a DataBasket and the destination is a StoringStock.
static TwoTableFormSheet TwoTableFormSheet.create(String sCaption, DataBasket dbSource, StoringStock ssDest, UIGate uigGate)
          Create and return a new TwoTableFormSheet where the source is a DataBasket and the destination is a StoringStock.
static TwoTableFormSheet TwoTableFormSheet.create(String sCaption, Catalog cSource, Catalog cDest, DataBasket db, UIGate uigGate, Comparator cmpSource, Comparator cmpDest, TableEntryDescriptor tedSource, TableEntryDescriptor tedDest, CCStrategy ccsMoveStrategy)
          Create and return a new TwoTableFormSheet where source and destination are Catalogs.
static TwoTableFormSheet TwoTableFormSheet.create(String sCaption, Catalog cSource, Catalog cDest, DataBasket db, UIGate uigGate)
          Create and return a new TwoTableFormSheet where source and destination are Catalogs.
static TwoTableFormSheet TwoTableFormSheet.create(String sCaption, Catalog cSource, DataBasket dbDest, UIGate uigGate, Comparator cmpSource, Comparator cmpDest, DataBasketEntryGrouper dbegDest, TableEntryDescriptor tedSource, TableEntryDescriptor tedDest, CDBStrategy cdbsMoveStrategy)
          Create and return a new TwoTableFormSheet where the source is a Catalog and the destination is a DataBasket.
static TwoTableFormSheet TwoTableFormSheet.create(String sCaption, Catalog cSource, DataBasket dbDest, UIGate uigGate, Comparator cmpSource, Comparator cmpDest, TableEntryDescriptor tedSource, TableEntryDescriptor tedDest, CDBStrategy cdbsMoveStrategy)
          Create and return a new TwoTableFormSheet where the source is a Catalog and the destination is a DataBasket.
static TwoTableFormSheet TwoTableFormSheet.create(String sCaption, Catalog cSource, DataBasket dbDest, UIGate uigGate)
          Create and return a new TwoTableFormSheet where the source is a Catalog and the destination is a DataBasket.
static TwoTableFormSheet TwoTableFormSheet.create(String sCaption, DataBasket dbSource, Catalog cDest, UIGate uigGate, Comparator cmpSource, Comparator cmpDest, DataBasketEntryGrouper dbegSource, TableEntryDescriptor tedSource, TableEntryDescriptor tedDest, DBCStrategy dbcsMoveStrategy)
          Create and return a new TwoTableFormSheet where the source is a DataBasket and the destination is a Catalog.
static TwoTableFormSheet TwoTableFormSheet.create(String sCaption, DataBasket dbSource, Catalog cDest, UIGate uigGate, Comparator cmpSource, Comparator cmpDest, TableEntryDescriptor tedSource, TableEntryDescriptor tedDest, DBCStrategy dbcsMoveStrategy)
          Create and return a new TwoTableFormSheet where the source is a DataBasket and the destination is a Catalog.
static TwoTableFormSheet TwoTableFormSheet.create(String sCaption, DataBasket dbSource, Catalog cDest, UIGate uigGate)
          Create and return a new TwoTableFormSheet where the source is a DataBasket and the destination is a Catalog.
static TwoTableFormSheet TwoTableFormSheet.create(String sCaption, Catalog cSource, StoringStock ssDest, DataBasket db, UIGate uigGate, Comparator cmpSource, Comparator cmpDest, TableEntryDescriptor tedSource, TableEntryDescriptor tedDest, CSSStrategy csssMoveStrategy)
          Create and return a new TwoTableFormSheet where the source is a Catalog and the destination is a StoringStock.
static TwoTableFormSheet TwoTableFormSheet.create(String sCaption, Catalog cSource, StoringStock ssDest, DataBasket db, UIGate uigGate, CSSStrategy csssMoveStrategy)
          Create and return a new TwoTableFormSheet where the source is a Catalog and the destination is a StoringStock.
static TwoTableFormSheet TwoTableFormSheet.create(String sCaption, Catalog cSource, CountingStock csDest, DataBasket db, UIGate uigGate, Comparator cmpSource, Comparator cmpDest, boolean fShowZeros, TableEntryDescriptor tedSource, TableEntryDescriptor tedDest, CCSStrategy ccssMoveStrategy)
          Create and return a new TwoTableFormSheet where the source is a Catalog and the destination is a CountingStock.
static TwoTableFormSheet TwoTableFormSheet.create(String sCaption, Catalog cSource, CountingStock csDest, DataBasket db, UIGate uigGate)
          Create and return a new TwoTableFormSheet where the source is a Catalog and the destination is a CountingStock.
 void SingleTableFormSheet.setGate(UIGate uigGate)
          Set the gate at which to display the FormSheet.
static SingleTableFormSheet SingleTableFormSheet.create(String sCaption, Catalog c, UIGate uigGate)
          Create and return a new SingleTableFormSheet that will display the contents of a Catalog.
static SingleTableFormSheet SingleTableFormSheet.create(String sCaption, Catalog c, UIGate uigGate, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a Catalog.
static SingleTableFormSheet SingleTableFormSheet.create(String sCaption, Catalog c, UIGate uigGate, Comparator cmp)
          Create and return a new SingleTableFormSheet that will display the contents of a Catalog.
static SingleTableFormSheet SingleTableFormSheet.create(String sCaption, Catalog c, UIGate uigGate, Comparator cmp, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a Catalog.
static SingleTableFormSheet SingleTableFormSheet.create(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(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(String sCaption, Catalog c, UIGate uigGate, DataBasket db, Comparator cmp)
          Create and return a new SingleTableFormSheet that will display the contents of a Catalog.
static SingleTableFormSheet SingleTableFormSheet.create(String sCaption, Catalog c, UIGate uigGate, DataBasket db, Comparator cmp, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a Catalog.
static SingleTableFormSheet SingleTableFormSheet.create(String sCaption, CountingStock cs, UIGate uigGate)
          Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
static SingleTableFormSheet SingleTableFormSheet.create(String sCaption, CountingStock cs, UIGate uigGate, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
static SingleTableFormSheet SingleTableFormSheet.create(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(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(String sCaption, CountingStock cs, UIGate uigGate, Comparator cmp)
          Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
static SingleTableFormSheet SingleTableFormSheet.create(String sCaption, CountingStock cs, UIGate uigGate, Comparator cmp, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
static SingleTableFormSheet SingleTableFormSheet.create(String sCaption, CountingStock cs, UIGate uigGate, Comparator cmp, boolean fShowZeros)
          Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
static SingleTableFormSheet SingleTableFormSheet.create(String sCaption, CountingStock cs, UIGate uigGate, Comparator cmp, boolean fShowZeros, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
static SingleTableFormSheet SingleTableFormSheet.create(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(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(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(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(String sCaption, CountingStock cs, UIGate uigGate, DataBasket db, Comparator cmp)
          Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
static SingleTableFormSheet SingleTableFormSheet.create(String sCaption, CountingStock cs, UIGate uigGate, DataBasket db, Comparator cmp, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
static SingleTableFormSheet SingleTableFormSheet.create(String sCaption, CountingStock cs, UIGate uigGate, DataBasket db, Comparator cmp, boolean fShowZeros)
          Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
static SingleTableFormSheet SingleTableFormSheet.create(String sCaption, CountingStock cs, UIGate uigGate, DataBasket db, Comparator cmp, boolean fShowZeros, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
static SingleTableFormSheet SingleTableFormSheet.create(String sCaption, StoringStock ss, UIGate uigGate)
          Create and return a new SingleTableFormSheet that will display the contents of a StoringStock.
static SingleTableFormSheet SingleTableFormSheet.create(String sCaption, StoringStock ss, UIGate uigGate, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a StoringStock.
static SingleTableFormSheet SingleTableFormSheet.create(String sCaption, StoringStock ss, UIGate uigGate, Comparator cmp)
          Create and return a new SingleTableFormSheet that will display the contents of a StoringStock.
static SingleTableFormSheet SingleTableFormSheet.create(String sCaption, StoringStock ss, UIGate uigGate, Comparator cmp, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a StoringStock.
static SingleTableFormSheet SingleTableFormSheet.create(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(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(String sCaption, StoringStock ss, UIGate uigGate, DataBasket db, Comparator cmp)
          Create and return a new SingleTableFormSheet that will display the contents of a StoringStock.
static SingleTableFormSheet SingleTableFormSheet.create(String sCaption, StoringStock ss, UIGate uigGate, DataBasket db, Comparator cmp, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a StoringStock.
static SingleTableFormSheet SingleTableFormSheet.create(String sCaption, DataBasket db, UIGate uigGate, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a DataBasket.
static SingleTableFormSheet SingleTableFormSheet.create(String sCaption, DataBasket db, UIGate uigGate, Comparator cmp, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a DataBasket.
static SingleTableFormSheet SingleTableFormSheet.create(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(String sCaption, DataBasket db, UIGate uigGate, DataBasketEntryGrouper dbeg, Comparator cmp, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a DataBasket.
static SingleTableFormSheet SingleTableFormSheet.create(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(String sCaption, DataBasket db, UIGate uigGate, DataBasketCondition dbc, Comparator cmp, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a DataBasket.
static SingleTableFormSheet SingleTableFormSheet.create(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(String sCaption, DataBasket db, UIGate uigGate, DataBasketCondition dbc, DataBasketEntryGrouper dbeg, Comparator cmp, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a DataBasket.
 

Constructors in data.stdforms with parameters of type UIGate
TwoTableFormSheet.TwoTableFormSheet(String sCaption, FormSheetContentCreator fscc, UIGate uigGate, MoveStrategy ms)
          Create a new TwoTableFormSheet.
SingleTableFormSheet.SingleTableFormSheet(String sCaption, UIGate uigGate, FormSheetContentCreator fscc)
          Create a new SingleTableFormSheet.
 

Uses of UIGate in users.stdforms
 

Methods in users.stdforms that return UIGate
 UIGate UserTableFormSheet.getGate()
          Get the Gate this FormSheet is currently being displayed at.
 

Methods in users.stdforms with parameters of type UIGate
 void UserTableFormSheet.setGate(UIGate uigGate)
          Set the gate at which to display the FormSheet.
 

Constructors in users.stdforms with parameters of type UIGate
UserTableFormSheet.UserTableFormSheet(String sCaption, UserManager um, JComponent c, UIGate uigGate, UserTableModel.UserComparator cmp, TableEntryDescriptor ted)
          Create a new UserTableFormSheet.
 


SalesPoint Framework v3.0