SalesPoint Framework v3.0

Uses of Class
data.stdforms.twotableformsheet.SSDBStrategy

Packages that use SSDBStrategy
data.stdforms Standard FormSheets that can be used to display and edit the contents of data management classes. 
 

Uses of SSDBStrategy in data.stdforms
 

Methods in data.stdforms with parameters of type SSDBStrategy
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.
 


SalesPoint Framework v3.0