SalesPoint Framework v3.0

Uses of Class
data.stdforms.twotableformsheet.CSDBStrategy

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

Uses of CSDBStrategy in data.stdforms
 

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


SalesPoint Framework v3.0