SalesPoint Framework v3.0

Uses of Class
data.stdforms.twotableformsheet.CSCSStrategy

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

Uses of CSCSStrategy in data.stdforms
 

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


SalesPoint Framework v3.0