SalesPoint Framework v3.0

Uses of Class
data.stdforms.twotableformsheet.SSSSStrategy

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

Uses of SSSSStrategy in data.stdforms
 

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


SalesPoint Framework v3.0